edu.uci.jforests.learning.trees.regression
Class RegressionPredictions
- java.lang.Object
-
- edu.uci.jforests.sample.Predictions
-
- edu.uci.jforests.learning.trees.regression.RegressionPredictions
-
public class RegressionPredictions extends Predictions
-
-
Constructor Summary
Constructors Constructor and Description RegressionPredictions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description voidallocate(int maxNumInstances)doubleevaluate(EvaluationMetric evalMetric)voidreset()voidupdate(Tree tree, double weight)-
Methods inherited from class edu.uci.jforests.sample.Predictions
setSample
-
-
-
-
Method Detail
-
allocate
public void allocate(int maxNumInstances)
- Specified by:
allocatein classPredictions
-
update
public void update(Tree tree, double weight)
- Specified by:
updatein classPredictions
-
evaluate
public double evaluate(EvaluationMetric evalMetric) throws java.lang.Exception
- Specified by:
evaluatein classPredictions- Throws:
java.lang.Exception
-
reset
public void reset()
- Specified by:
resetin classPredictions
-
-
DMelt 3.0 © DataMelt by jWork.ORG