Package org.jpmml.evaluator
Class AbstractComputable
- java.lang.Object
-
- org.jpmml.evaluator.AbstractComputable
-
- All Implemented Interfaces:
Computable
- Direct Known Subclasses:
Association,Classification,Regression,SeriesForecast,Vote
public abstract class AbstractComputable extends Object implements Computable
-
-
Constructor Summary
Constructors Constructor Description AbstractComputable()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringtoString()-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.jpmml.evaluator.Computable
getResult
-
-