public abstract class TrainedModel
extends java.lang.Object
Constructor and Description |
---|
TrainedModel() |
Modifier and Type | Method and Description |
---|---|
abstract double |
predict(double[] input) |
abstract float |
predict(float[] input) |
Copyright © 2010 - 2020 Adobe. All Rights Reserved