Class TrainTestSplitEvaluationFailedEvent<I extends org.api4.java.ai.ml.core.dataset.supervised.ILabeledInstance,​D extends org.api4.java.ai.ml.core.dataset.supervised.ILabeledDataset<? extends I>>

  • All Implemented Interfaces:
    org.api4.java.common.event.IEvent

    public class TrainTestSplitEvaluationFailedEvent<I extends org.api4.java.ai.ml.core.dataset.supervised.ILabeledInstance,​D extends org.api4.java.ai.ml.core.dataset.supervised.ILabeledDataset<? extends I>>
    extends java.lang.Object
    implements org.api4.java.common.event.IEvent
    • Constructor Summary

      Constructors 
      Constructor Description
      TrainTestSplitEvaluationFailedEvent​(org.api4.java.ai.ml.core.learner.ISupervisedLearner<I,​D> learner, java.util.List<org.api4.java.ai.ml.core.evaluation.execution.ILearnerRunReport> report)  
      TrainTestSplitEvaluationFailedEvent​(org.api4.java.ai.ml.core.learner.ISupervisedLearner<I,​D> learner, org.api4.java.ai.ml.core.evaluation.execution.ILearnerRunReport report)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.api4.java.ai.ml.core.evaluation.execution.ILearnerRunReport getFirstReport()  
      org.api4.java.ai.ml.core.evaluation.execution.ILearnerRunReport getLastReport()  
      org.api4.java.ai.ml.core.learner.ISupervisedLearner<I,​D> getLearner()  
      int getNumReports()  
      java.util.List<org.api4.java.ai.ml.core.evaluation.execution.ILearnerRunReport> getReportList()  
      long getTimestamp()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TrainTestSplitEvaluationFailedEvent

        public TrainTestSplitEvaluationFailedEvent​(org.api4.java.ai.ml.core.learner.ISupervisedLearner<I,​D> learner,
                                                   org.api4.java.ai.ml.core.evaluation.execution.ILearnerRunReport report)
      • TrainTestSplitEvaluationFailedEvent

        public TrainTestSplitEvaluationFailedEvent​(org.api4.java.ai.ml.core.learner.ISupervisedLearner<I,​D> learner,
                                                   java.util.List<org.api4.java.ai.ml.core.evaluation.execution.ILearnerRunReport> report)
    • Method Detail

      • getLearner

        public org.api4.java.ai.ml.core.learner.ISupervisedLearner<I,​D> getLearner()
      • getLastReport

        public org.api4.java.ai.ml.core.evaluation.execution.ILearnerRunReport getLastReport()
      • getFirstReport

        public org.api4.java.ai.ml.core.evaluation.execution.ILearnerRunReport getFirstReport()
      • getNumReports

        public int getNumReports()
      • getReportList

        public java.util.List<org.api4.java.ai.ml.core.evaluation.execution.ILearnerRunReport> getReportList()
      • getTimestamp

        public long getTimestamp()
        Specified by:
        getTimestamp in interface org.api4.java.common.event.IEvent