Class DecisionTree.PureNodeException

All Implemented Interfaces:
Serializable
Enclosing class:
DecisionTree

public static class DecisionTree.PureNodeException extends PredictiveModel.PredictiveModelException
Exception thrown when attempting to split a node that is already pure (response variable is constant).
See Also:
  • Constructor Details

    • PureNodeException

      public PureNodeException(String message)
      Constructs a PureNodeException with the specified detail message. The error message string is in a resource bundle, ErrorMessages.
      Parameters:
      message - a String that contains the key of an error message in the resource bundle