Uses of Class
org.aksw.limes.core.ml.algorithm.euclid.LinearSelfConfigurator.QMeasureType
-
Packages that use LinearSelfConfigurator.QMeasureType Package Description org.aksw.limes.core.ml.algorithm.euclid -
-
Uses of LinearSelfConfigurator.QMeasureType in org.aksw.limes.core.ml.algorithm.euclid
Methods in org.aksw.limes.core.ml.algorithm.euclid that return LinearSelfConfigurator.QMeasureType Modifier and Type Method Description static LinearSelfConfigurator.QMeasureTypeLinearSelfConfigurator.QMeasureType. valueOf(String name)Returns the enum constant of this type with the specified name.static LinearSelfConfigurator.QMeasureType[]LinearSelfConfigurator.QMeasureType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.aksw.limes.core.ml.algorithm.euclid with parameters of type LinearSelfConfigurator.QMeasureType Modifier and Type Method Description voidLinearSelfConfigurator. setPFMType(LinearSelfConfigurator.QMeasureType qMeasureType)Set PFMs based upon name.
-