Class SimpleDLDecision
java.lang.Object
rawDeepLearningClassifier.dlClassification.SimpleDLDecision
- All Implemented Interfaces:
DLPredictionDecision
Make a decision based on a simple binary threshold for a prediction.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
isBinaryResult
(PredictionResult modelResult) Check whether a single prediction passes a binary classifier.void
setParams
(StandardModelParams genericModelParams)
-
Constructor Details
-
SimpleDLDecision
public SimpleDLDecision()
-
-
Method Details
-
isBinaryResult
Description copied from interface:DLPredictionDecision
Check whether a single prediction passes a binary classifier. Prediction which pass decision will be passed on to create new data units.- Specified by:
isBinaryResult
in interfaceDLPredictionDecision
- Parameters:
modelResult
- - the prediciton result to test.- Returns:
- true if the result is passed.
-
getParams
-
setParams
-