Uses of Class
comirva.web.text.similarity.SimMeasure.SimType

Packages that use SimMeasure.SimType
comirva.web.text.similarity   
 

Uses of SimMeasure.SimType in comirva.web.text.similarity
 

Methods in comirva.web.text.similarity that return SimMeasure.SimType
 SimMeasure.SimType SimMeasure.getType()
          Indicates if this similarity measure returns similarities by means of similarities, or by means of distances.
static SimMeasure.SimType SimMeasure.SimType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SimMeasure.SimType[] SimMeasure.SimType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in comirva.web.text.similarity with parameters of type SimMeasure.SimType
SimMeasure(SimMeasure.SimType type, NormFunc normFunc)