Uses of Class
dev.brachtendorf.jimagehash.matcher.categorize.supervised.randomForest.OptimizationCriteria
-
Packages that use OptimizationCriteria Package Description dev.brachtendorf.jimagehash.matcher.categorize.supervised.randomForest -
-
Uses of OptimizationCriteria in dev.brachtendorf.jimagehash.matcher.categorize.supervised.randomForest
Methods in dev.brachtendorf.jimagehash.matcher.categorize.supervised.randomForest that return OptimizationCriteria Modifier and Type Method Description static OptimizationCriteriaOptimizationCriteria. valueOf(String name)Returns the enum constant of this type with the specified name.static OptimizationCriteria[]OptimizationCriteria. values()Returns an array containing the constants of this enum type, in the order they are declared.
-