Class TrainedModel

  • Direct Known Subclasses:
    NNTrainedModel

    public abstract class TrainedModel
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      TrainedModel()  
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract double predict​(double[] input)  
      abstract float predict​(float[] input)  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TrainedModel

        public TrainedModel()
    • Method Detail

      • predict

        public abstract double predict​(double[] input)
      • predict

        public abstract float predict​(float[] input)