Class ModelTrackFinding
java.lang.Object
org.jlab.rec.ahdc.AI.ModelTrackFinding
Model of What.
\todo fix class name
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfloat[]batchPredict(float[][] inputs) Batch prediction for improved performance.ai.djl.repository.zoo.ZooModel<float[], Float> getModel()
-
Constructor Details
-
ModelTrackFinding
public ModelTrackFinding()
-
-
Method Details
-
getModel
-
batchPredict
Batch prediction for improved performance. Predicts all tracks at once instead of one at a time. This is significantly faster due to reduced overhead and better GPU utilization.- Parameters:
inputs- Array of input features for each track- Returns:
- Array of predictions for each track
- Throws:
Exception
-