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