Class SimpleDLDecision

java.lang.Object
rawDeepLearningClassifier.dlClassification.SimpleDLDecision
All Implemented Interfaces:
DLPredictionDecision

public class SimpleDLDecision extends Object implements DLPredictionDecision
Make a decision based on a simple binary threshold for a prediction.
  • Constructor Details

    • SimpleDLDecision

      public SimpleDLDecision()
  • Method Details

    • isBinaryResult

      public boolean isBinaryResult(PredictionResult modelResult)
      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 interface DLPredictionDecision
      Parameters:
      modelResult - - the prediciton result to test.
      Returns:
      true if the result is passed.
    • getParams

      public StandardModelParams getParams()
    • setParams

      public void setParams(StandardModelParams genericModelParams)