Package org.jlab.rec.alert.AIPID
Class ModelPrePID
java.lang.Object
org.jlab.rec.alert.AIPID.ModelPrePID
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionai.djl.repository.zoo.ZooModel<float[], float[]> getModel()float[]prediction(float[] features) float[]predictionAHDC(float[] features) float[]predictionATOF(float[] features)
-
Constructor Details
-
ModelPrePID
public ModelPrePID()
-
-
Method Details
-
getModel
public ai.djl.repository.zoo.ZooModel<float[],float[]> getModel() -
prediction
public float[] prediction(float[] features) throws ai.djl.translate.TranslateException - Throws:
ai.djl.translate.TranslateException
-
predictionAHDC
public float[] predictionAHDC(float[] features) throws ai.djl.translate.TranslateException - Throws:
ai.djl.translate.TranslateException
-
predictionATOF
public float[] predictionATOF(float[] features) throws ai.djl.translate.TranslateException - Throws:
ai.djl.translate.TranslateException
-