edu.uci.jforests.learning.boosting
Class LambdaMART
- java.lang.Object
-
- edu.uci.jforests.learning.LearningModule
-
- edu.uci.jforests.learning.boosting.GradientBoosting
-
- edu.uci.jforests.learning.boosting.LambdaMART
-
public class LambdaMART extends GradientBoosting
-
-
Constructor Summary
Constructors Constructor and Description LambdaMART()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description voidinit(ConfigHolder configHolder, RankingDataset dataset, int maxNumTrainInstances, int maxNumValidInstances, EvaluationMetric evaluationMetric)-
Methods inherited from class edu.uci.jforests.learning.boosting.GradientBoosting
getValidationMeasurement, init, learn, postProcess
-
Methods inherited from class edu.uci.jforests.learning.LearningModule
printTrainAndValidMeasurement, printValidMeasurement, setAlgorithmName, setParentModule, setProgressListener, setSubModule, setTreeWeight
-
-
-
-
Method Detail
-
init
public void init(ConfigHolder configHolder, RankingDataset dataset, int maxNumTrainInstances, int maxNumValidInstances, EvaluationMetric evaluationMetric) throws java.lang.Exception
- Throws:
java.lang.Exception
-
-
DMelt 3.0 © DataMelt by jWork.ORG