Package org.jlab.rec.ahdc.AI
Class AIPrediction
java.lang.Object
org.jlab.rec.ahdc.AI.AIPrediction
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprediction
(ArrayList<ArrayList<PreclusterSuperlayer>> tracks, ai.djl.repository.zoo.ZooModel<float[], Float> model)
-
Constructor Details
-
AIPrediction
public AIPrediction() throws ai.djl.repository.zoo.ModelNotFoundException, ai.djl.MalformedModelException, IOException- Throws:
ai.djl.repository.zoo.ModelNotFoundException
ai.djl.MalformedModelException
IOException
-
-
Method Details
-
prediction
public ArrayList<TrackPrediction> prediction(ArrayList<ArrayList<PreclusterSuperlayer>> tracks, ai.djl.repository.zoo.ZooModel<float[], Float> model) throws ai.djl.translate.TranslateException- Throws:
ai.djl.translate.TranslateException
-