Uses of Class
org.aksw.limes.core.measures.measure.MeasureType
-
Packages that use MeasureType Package Description org.aksw.limes.core.measures.mapper org.aksw.limes.core.measures.mapper.pointsets org.aksw.limes.core.measures.measure -
-
Uses of MeasureType in org.aksw.limes.core.measures.mapper
Methods in org.aksw.limes.core.measures.mapper with parameters of type MeasureType Modifier and Type Method Description static AMapperMapperFactory. createMapper(MeasureType type)Factory function for retrieving the desired mapper instance given an input measure name. -
Uses of MeasureType in org.aksw.limes.core.measures.mapper.pointsets
Constructors in org.aksw.limes.core.measures.mapper.pointsets with parameters of type MeasureType Constructor Description GeoHR3(float distanceThreshold, int granularity, MeasureType hd) -
Uses of MeasureType in org.aksw.limes.core.measures.measure
Methods in org.aksw.limes.core.measures.measure that return MeasureType Modifier and Type Method Description static MeasureTypeMeasureFactory. getMeasureType(String expression)Factory function for retrieving a measure name from the set of allowed types.static MeasureTypeMeasureType. valueOf(String name)Returns the enum constant of this type with the specified name.static MeasureType[]MeasureType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.aksw.limes.core.measures.measure with parameters of type MeasureType Modifier and Type Method Description static AMeasureMeasureFactory. createMeasure(MeasureType type)Factory function for retrieving the desired measure instance.
-