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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanisBinaryResult(PredictionResult modelResult) Check whether a single prediction passes a binary classifier.voidsetParams(StandardModelParams genericModelParams)
-
Constructor Details
-
SimpleDLDecision
public SimpleDLDecision()
-
-
Method Details
-
isBinaryResult
Description copied from interface:DLPredictionDecisionCheck whether a single prediction passes a binary classifier. Prediction which pass decision will be passed on to create new data units.- Specified by:
isBinaryResultin interfaceDLPredictionDecision- Parameters:
modelResult- - the prediciton result to test.- Returns:
- true if the result is passed.
-
getParams
-
setParams
-