public abstract class TrainedModel extends Object
Constructor and Description |
---|
TrainedModel() |
Modifier and Type | Method and Description |
---|---|
abstract double |
predict(double[] input) |
abstract float |
predict(float[] input) |
Copyright © 2007–1969 The Apache Software Foundation. All rights reserved.