Package org.jpmml.evaluator
Class Vote
- java.lang.Object
-
- org.jpmml.evaluator.AbstractComputable
-
- org.jpmml.evaluator.Vote
-
- All Implemented Interfaces:
Computable,HasPrediction,ResultFeature
- Direct Known Subclasses:
NodeVote
public abstract class Vote extends AbstractComputable implements HasPrediction
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectgetPrediction()ReportgetPredictionReport()ObjectgetResult()-
Methods inherited from class org.jpmml.evaluator.AbstractComputable
toString
-
-
-
-
Method Detail
-
getResult
public Object getResult()
- Specified by:
getResultin interfaceComputable
-
getPrediction
public Object getPrediction()
- Specified by:
getPredictionin interfaceHasPrediction
-
getPredictionReport
public Report getPredictionReport()
- Specified by:
getPredictionReportin interfaceHasPrediction
-
-