Package org.knime.core.ui.util


package org.knime.core.ui.util
  • Classes
    Class
    Description
    A utility class to calculate the tanimoto bi-gram similarity, originally copied from the Tanimoto BiGram distance from the distmatrix package.
    I did as best a search as i could to find a pre-existing class of this ilk (something that provides SWT related helper methods and could find none.) Also, i named this SWTUtilities instead of SWTUtil, the latter which better obey the majority of the utility class names in this package, because there is already an internal Eclipse class of that name.