Package com.imsl.datamining.decisionTree
Class DecisionTree.PruningFailedToConvergeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.imsl.IMSLException
com.imsl.datamining.PredictiveModel.PredictiveModelException
com.imsl.datamining.decisionTree.DecisionTree.PruningFailedToConvergeException
- All Implemented Interfaces:
Serializable
- Enclosing class:
- DecisionTree
public static class DecisionTree.PruningFailedToConvergeException
extends PredictiveModel.PredictiveModelException
Exception thrown when pruning fails to converge.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPruningFailedToConvergeException(String message) Constructs aPruningFailedToConvergeExceptionwith 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
-
PruningFailedToConvergeException
Constructs aPruningFailedToConvergeExceptionwith 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
-