Uses of Class
com.orchestranetworks.addon.mame.model.config.FieldComparisonAlgorithm
-
Packages that use FieldComparisonAlgorithm Package Description com.orchestranetworks.addon.mame.model.config com.orchestranetworks.addon.mame.model.decisiontree -
-
Uses of FieldComparisonAlgorithm in com.orchestranetworks.addon.mame.model.config
Methods in com.orchestranetworks.addon.mame.model.config that return FieldComparisonAlgorithm Modifier and Type Method Description static FieldComparisonAlgorithmFieldComparisonAlgorithm. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static FieldComparisonAlgorithm[]FieldComparisonAlgorithm. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of FieldComparisonAlgorithm in com.orchestranetworks.addon.mame.model.decisiontree
Methods in com.orchestranetworks.addon.mame.model.decisiontree that return FieldComparisonAlgorithm Modifier and Type Method Description FieldComparisonAlgorithmDecisionField. getComparisonAlgorithm()Gets the algorithm used to compute a score.
-