org.apache.mahout.classifier.discriminative
Class TrainingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.mahout.classifier.discriminative.TrainingException
- All Implemented Interfaces:
- Serializable
public class TrainingException
- extends Exception
This exception is thrown in case training fails. E.g. training with an algorithm
that can find linear separating hyperplanes only on a training set that is not
linearly separable.
- See Also:
- Serialized Form
Constructor Summary |
TrainingException(String message)
Init with message string describing the cause of the exception. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
TrainingException
public TrainingException(String message)
- Init with message string describing the cause of the exception.
Copyright © 2008-2012 The Apache Software Foundation. All Rights Reserved.