public abstract class TrainedModel extends java.lang.Object
TrainedModel()
abstract double
predict(double[] input)
abstract float
predict(float[] input)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public TrainedModel()
public abstract double predict(double[] input)
public abstract float predict(float[] input)