Package org.jlab.rec.ahdc.AI
Class AIPrediction
java.lang.Object
org.jlab.rec.ahdc.AI.AIPrediction
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprediction(ArrayList<ArrayList<PreclusterSuperlayer>> tracks, ai.djl.repository.zoo.ZooModel<float[], Float> model) 
- 
Constructor Details- 
AIPredictionpublic AIPrediction() throws ai.djl.repository.zoo.ModelNotFoundException, ai.djl.MalformedModelException, IOException- Throws:
- ai.djl.repository.zoo.ModelNotFoundException
- ai.djl.MalformedModelException
- IOException
 
 
- 
- 
Method Details- 
predictionpublic 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
 
 
-