Package ristretto.jmltools.distance

Modified distance metrics to take into account only the selected features
  • Class Summary 
    Class Description
    FSAbstractDistance
    Abstract super class for all distances used to solve Feature Selection problems
    FSEuclideanDistance
    This class implements the Euclidean distance.
    FSManhattanDistance
    The Manhattan distance is the sum of the (absolute) differences of their coordinates.