Package opennlp.tools.util
Klasse InsufficientTrainingDataException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
opennlp.tools.util.InsufficientTrainingDataException
- Alle implementierten Schnittstellen:
Serializable
This exception indicates that the provided training data is
insufficient to train a desired model.
- Siehe auch:
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungInsufficientTrainingDataException
(String message) InsufficientTrainingDataException
(String message, Throwable t) -
Methodenübersicht
Von Klasse geerbte Methoden java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Konstruktordetails
-
InsufficientTrainingDataException
-
InsufficientTrainingDataException
-
InsufficientTrainingDataException
-