Uses of Interface
rawDeepLearningClassifier.dlClassification.PredictionResult
Package
Description
-
Uses of PredictionResult in rawDeepLearningClassifier.dlClassification
Modifier and TypeMethodDescriptionDLClassifyProcess.getBestModelResult
(DLDetection dlDetection) Get the result with the highest score.DLDataUnit.getPredicitionResult()
Get the model result.Modifier and TypeMethodDescriptionabstract DLModelWorker<? extends PredictionResult>
StandardClassifierModel.getDLWorker()
Get the sound spot worker.DLDetection.getModelResults()
Get the model results that were used to construct the data unit.ArrayList<? extends PredictionResult>
DLClassiferModel.runModel
(ArrayList<? extends PamDataUnit> rawDataUnit) Run the deep learning model on a list of grouped raw data units and return a corresponding list of model results.ArrayList<? extends PredictionResult>
StandardClassifierModel.runModel
(ArrayList<? extends PamDataUnit> groupedRawData) Modifier and TypeMethodDescriptionboolean
DLPredictionDecision.isBinaryResult
(PredictionResult result) Check whether a single prediction passes a binary classifier.boolean
SimpleDLDecision.isBinaryResult
(PredictionResult modelResult) void
DLClassifyProcess.newRawModelResult
(PredictionResult modelResult, GroupedRawData pamRawData) Create a data unit form a model result.ModifierConstructorDescriptionDLDataUnit
(long timeMilliseconds, int channelBitmap, long startSample, long durationSamples, PredictionResult modelResult) Constructor using the original parameters that have now been moved to DataUnitBaseDataDLDataUnit
(DataUnitBaseData baseData, PredictionResult modelResult) ModifierConstructorDescriptionDLDetection
(long timeMilliseconds, int channelBitmap, long startSample, long durationSamples, ArrayList<PredictionResult> modelResults, double[][] waveData) Deprecated. -
Uses of PredictionResult in rawDeepLearningClassifier.dlClassification.animalSpot
-
Uses of PredictionResult in rawDeepLearningClassifier.dlClassification.delphinID
-
Uses of PredictionResult in rawDeepLearningClassifier.dlClassification.dummyClassifier
Modifier and TypeMethodDescriptionArrayList<? extends PredictionResult>
DummyClassifier.runModel
(ArrayList<? extends PamDataUnit> rawDataUnit) -
Uses of PredictionResult in rawDeepLearningClassifier.dlClassification.genericModel
-
Uses of PredictionResult in rawDeepLearningClassifier.dlClassification.ketos
-
Uses of PredictionResult in rawDeepLearningClassifier.dlClassification.orcaSpot
Modifier and TypeClassDescriptionclass
Stores results from an OrcaSpot classificationModifier and TypeMethodDescriptionArrayList<? extends PredictionResult>
OrcaSpotClassifier.runModel
(ArrayList<? extends PamDataUnit> rawDataUnits) Deprecated. -
Uses of PredictionResult in rawDeepLearningClassifier.logging
Modifier and TypeMethodDescriptionstatic PredictionResult
ModelResultBinaryFactory.sinkData
(DataInputStream dis) Read binary data and make a model resultModifier and TypeMethodDescriptionstatic void
ModelResultBinaryFactory.getPackedData
(PredictionResult modelResult, DataOutputStream dos, int type) Write data to a binary output streamstatic int
ModelResultBinaryFactory.getType
(PredictionResult modelResult) Get the type flag for a model result.ModifierConstructorDescriptionDLAnnotation
(DLAnnotationType dlAnnotationType, ArrayList<PredictionResult> modelResults)