Uses of Interface
rawDeepLearningClassifier.dlClassification.PredictionResult
Packages that use PredictionResult
Package
Description
-
Uses of PredictionResult in rawDeepLearningClassifier.dlClassification
Methods in rawDeepLearningClassifier.dlClassification that return PredictionResultModifier and TypeMethodDescriptionDLClassifyProcess.getBestModelResult
(DLDetection dlDetection) Get the result with the highest score.DLDataUnit.getPredicitionResult()
Get the model result.Methods in rawDeepLearningClassifier.dlClassification that return types with arguments of type PredictionResultModifier 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) Methods in rawDeepLearningClassifier.dlClassification with parameters of type PredictionResultModifier 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.Constructors in rawDeepLearningClassifier.dlClassification with parameters of type PredictionResultModifierConstructorDescriptionDLDataUnit
(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) Constructor parameters in rawDeepLearningClassifier.dlClassification with type arguments of type PredictionResultModifierConstructorDescriptionDLDetection
(long timeMilliseconds, int channelBitmap, long startSample, long durationSamples, ArrayList<PredictionResult> modelResults, double[][] waveData) Deprecated. -
Uses of PredictionResult in rawDeepLearningClassifier.dlClassification.animalSpot
Classes in rawDeepLearningClassifier.dlClassification.animalSpot that implement PredictionResult -
Uses of PredictionResult in rawDeepLearningClassifier.dlClassification.delphinID
Classes in rawDeepLearningClassifier.dlClassification.delphinID that implement PredictionResult -
Uses of PredictionResult in rawDeepLearningClassifier.dlClassification.dummyClassifier
Classes in rawDeepLearningClassifier.dlClassification.dummyClassifier that implement PredictionResultMethods in rawDeepLearningClassifier.dlClassification.dummyClassifier that return types with arguments of type PredictionResultModifier and TypeMethodDescriptionArrayList<? extends PredictionResult>
DummyClassifier.runModel
(ArrayList<? extends PamDataUnit> rawDataUnit) -
Uses of PredictionResult in rawDeepLearningClassifier.dlClassification.genericModel
Classes in rawDeepLearningClassifier.dlClassification.genericModel that implement PredictionResult -
Uses of PredictionResult in rawDeepLearningClassifier.dlClassification.ketos
Classes in rawDeepLearningClassifier.dlClassification.ketos that implement PredictionResult -
Uses of PredictionResult in rawDeepLearningClassifier.dlClassification.orcaSpot
Classes in rawDeepLearningClassifier.dlClassification.orcaSpot that implement PredictionResultModifier and TypeClassDescriptionclass
Stores results from an OrcaSpot classificationMethods in rawDeepLearningClassifier.dlClassification.orcaSpot that return types with arguments of type PredictionResultModifier and TypeMethodDescriptionArrayList<? extends PredictionResult>
OrcaSpotClassifier.runModel
(ArrayList<? extends PamDataUnit> rawDataUnits) Deprecated. -
Uses of PredictionResult in rawDeepLearningClassifier.logging
Methods in rawDeepLearningClassifier.logging that return PredictionResultModifier and TypeMethodDescriptionstatic PredictionResult
ModelResultBinaryFactory.sinkData
(DataInputStream dis) Read binary data and make a model resultMethods in rawDeepLearningClassifier.logging that return types with arguments of type PredictionResultMethods in rawDeepLearningClassifier.logging with parameters of type PredictionResultModifier 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.Constructor parameters in rawDeepLearningClassifier.logging with type arguments of type PredictionResultModifierConstructorDescriptionDLAnnotation
(DLAnnotationType dlAnnotationType, ArrayList<PredictionResult> modelResults)