Class LearnerExecutionInterruptedException

  • All Implemented Interfaces:
    java.io.Serializable

    public class LearnerExecutionInterruptedException
    extends java.lang.InterruptedException
    See Also:
    Serialized Form
    • Constructor Detail

      • LearnerExecutionInterruptedException

        public LearnerExecutionInterruptedException​(long trainTimeStart,
                                                    long trainTimeEnd)
      • LearnerExecutionInterruptedException

        public LearnerExecutionInterruptedException​(long trainTimeStart,
                                                    long trainTimeEnd,
                                                    java.lang.String message)
      • LearnerExecutionInterruptedException

        public LearnerExecutionInterruptedException​(long trainTimeStart,
                                                    long trainTimeEnd,
                                                    long testTimeStart,
                                                    long testTimeEnd)
      • LearnerExecutionInterruptedException

        public LearnerExecutionInterruptedException​(long trainTimeStart,
                                                    long trainTimeEnd,
                                                    long testTimeStart,
                                                    long testTimeEnd,
                                                    java.lang.String message)
    • Method Detail

      • getTrainTimeStart

        public long getTrainTimeStart()
      • getTrainTimeEnd

        public long getTrainTimeEnd()
      • getTestTimeStart

        public long getTestTimeStart()
      • getTestTimeEnd

        public long getTestTimeEnd()