Uses of Class
ciir.umass.edu.learning.DataPoint
-
Packages that use DataPoint Package Description ciir.umass.edu.learning ciir.umass.edu.learning.boosting ciir.umass.edu.learning.neuralnet ciir.umass.edu.learning.tree -
-
Uses of DataPoint in ciir.umass.edu.learning
Subclasses of DataPoint in ciir.umass.edu.learning Modifier and Type Class Description classDenseDataPointclassSparseDataPointImplements a sparse data point using a compressed sparse row data structureFields in ciir.umass.edu.learning declared as DataPoint Modifier and Type Field Description protected DataPoint[]RankList. rlMethods in ciir.umass.edu.learning that return DataPoint Modifier and Type Method Description DataPointRankList. get(int k)Methods in ciir.umass.edu.learning with parameters of type DataPoint Modifier and Type Method Description doubleCoorAscent. eval(DataPoint p)doubleLinearRegRank. eval(DataPoint p)doubleRanker. eval(DataPoint p)voidRankList. set(int k, DataPoint p)Constructor parameters in ciir.umass.edu.learning with type arguments of type DataPoint Constructor Description RankList(java.util.List<DataPoint> rl) -
Uses of DataPoint in ciir.umass.edu.learning.boosting
Methods in ciir.umass.edu.learning.boosting with parameters of type DataPoint Modifier and Type Method Description doubleAdaRank. eval(DataPoint p)doubleRankBoost. eval(DataPoint p)intRBWeakRanker. score(DataPoint p) -
Uses of DataPoint in ciir.umass.edu.learning.neuralnet
Methods in ciir.umass.edu.learning.neuralnet with parameters of type DataPoint Modifier and Type Method Description protected voidRankNet. addInput(DataPoint p)Auxiliary functions for pair-wise preference network learning.doubleListNet. eval(DataPoint p)doubleRankNet. eval(DataPoint p) -
Uses of DataPoint in ciir.umass.edu.learning.tree
Fields in ciir.umass.edu.learning.tree declared as DataPoint Modifier and Type Field Description protected DataPoint[]LambdaMART. martSamplesprotected DataPoint[]RegressionTree. trainingSamplesMethods in ciir.umass.edu.learning.tree with parameters of type DataPoint Modifier and Type Method Description protected voidFeatureHistogram. construct(DataPoint[] samples, double[] labels, int[][] sampleSortedIdx, float[][] thresholds, int start, int end)voidFeatureHistogram. construct(DataPoint[] samples, double[] labels, int[][] sampleSortedIdx, int[] features, float[][] thresholds)floatEnsemble. eval(DataPoint dp)doubleLambdaMART. eval(DataPoint dp)doubleRegressionTree. eval(DataPoint dp)Get the tree output for the input sampledoubleRFRanker. eval(DataPoint dp)doubleSplit. eval(DataPoint dp)protected int[]LambdaMART. sortSamplesByFeature(DataPoint[] samples, int fid)Constructors in ciir.umass.edu.learning.tree with parameters of type DataPoint Constructor Description RegressionTree(int nLeaves, DataPoint[] trainingSamples, double[] labels, FeatureHistogram hist, int minLeafSupport)
-