Package com.imsl.datamining.decisionTree
Class DecisionTree.PureNodeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.imsl.IMSLException
com.imsl.datamining.PredictiveModel.PredictiveModelException
com.imsl.datamining.decisionTree.DecisionTree.PureNodeException
- All Implemented Interfaces:
Serializable
- Enclosing class:
- DecisionTree
Exception thrown when attempting to split a node that is already pure
(response variable is constant).
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPureNodeException(String message) Constructs aPureNodeExceptionwith the specified detail message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PureNodeException
Constructs aPureNodeExceptionwith the specified detail message. The error message string is in a resource bundle, ErrorMessages.- Parameters:
message- aStringthat contains the key of an error message in the resource bundle
-