Uses of Class
ciir.umass.edu.learning.RANKER_TYPE
-
Packages that use RANKER_TYPE Package Description ciir.umass.edu.eval ciir.umass.edu.learning ciir.umass.edu.learning.tree -
-
Uses of RANKER_TYPE in ciir.umass.edu.eval
Fields in ciir.umass.edu.eval declared as RANKER_TYPE Modifier and Type Field Description protected RANKER_TYPEEvaluator. typeConstructors in ciir.umass.edu.eval with parameters of type RANKER_TYPE Constructor Description Evaluator(RANKER_TYPE rType, METRIC metric, int k)Evaluator(RANKER_TYPE rType, METRIC trainMetric, int trainK, METRIC testMetric, int testK)Evaluator(RANKER_TYPE rType, METRIC trainMetric, METRIC testMetric)Evaluator(RANKER_TYPE rType, METRIC trainMetric, METRIC testMetric, int k)Evaluator(RANKER_TYPE rType, java.lang.String trainMetric, java.lang.String testMetric) -
Uses of RANKER_TYPE in ciir.umass.edu.learning
Fields in ciir.umass.edu.learning with type parameters of type RANKER_TYPE Modifier and Type Field Description protected static java.util.HashMap<java.lang.String,RANKER_TYPE>RankerFactory. mapMethods in ciir.umass.edu.learning that return RANKER_TYPE Modifier and Type Method Description static RANKER_TYPERANKER_TYPE. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static RANKER_TYPE[]RANKER_TYPE. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in ciir.umass.edu.learning with parameters of type RANKER_TYPE Modifier and Type Method Description RankerRankerFactory. createRanker(RANKER_TYPE type)RankerRankerFactory. createRanker(RANKER_TYPE type, java.util.List<RankList> samples, int[] features, MetricScorer scorer)RankerRankerTrainer. train(RANKER_TYPE type, java.util.List<RankList> train, int[] features, MetricScorer scorer)RankerRankerTrainer. train(RANKER_TYPE type, java.util.List<RankList> train, java.util.List<RankList> validation, int[] features, MetricScorer scorer) -
Uses of RANKER_TYPE in ciir.umass.edu.learning.tree
Fields in ciir.umass.edu.learning.tree declared as RANKER_TYPE Modifier and Type Field Description static RANKER_TYPERFRanker. rType
-