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 Link icon

    • SimpleDLDecision Link icon

      public SimpleDLDecision()
  • Method Details Link icon

    • isBinaryResult Link icon

      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 Link icon

      public StandardModelParams getParams()
    • setParams Link icon

      public void setParams(StandardModelParams genericModelParams)