org.apache.mahout.classifier.discriminative
Class TrainingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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.