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[] features23) Returns float[]{prepid} where prepid in {2212,45,46,47,49}.
-
Constructor Details
-
ModelPrePID
public ModelPrePID()
-
-
Method Details
-
getModel
public ai.djl.repository.zoo.ZooModel<float[],float[]> getModel() -
prediction
public float[] prediction(float[] features23) throws ai.djl.translate.TranslateException Returns float[]{prepid} where prepid in {2212,45,46,47,49}.- Parameters:
features23-- Returns:
- Throws:
ai.djl.translate.TranslateException
-