Class InsufficientTrainingDataException

  • All Implemented Interfaces:
    java.io.Serializable

    public class InsufficientTrainingDataException
    extends java.io.IOException
    This exception indicates that the provided training data is insufficient to train the desired model.
    See Also:
    Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • InsufficientTrainingDataException

        public InsufficientTrainingDataException()
      • InsufficientTrainingDataException

        public InsufficientTrainingDataException​(java.lang.String message)
      • InsufficientTrainingDataException

        public InsufficientTrainingDataException​(java.lang.Throwable t)
      • InsufficientTrainingDataException

        public InsufficientTrainingDataException​(java.lang.String message,
                                                 java.lang.Throwable t)