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–2021 The Apache Software Foundation. All rights reserved.