Class TrainTestSplitEvaluationCompletedEvent<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 TrainTestSplitEvaluationCompletedEvent<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
      TrainTestSplitEvaluationCompletedEvent​(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.learner.ISupervisedLearner<I,​D> getLearner()  
      org.api4.java.ai.ml.core.evaluation.execution.ILearnerRunReport getReport()  
      long getTimestamp()  
      • Methods inherited from class java.lang.Object

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

      • TrainTestSplitEvaluationCompletedEvent

        public TrainTestSplitEvaluationCompletedEvent​(org.api4.java.ai.ml.core.learner.ISupervisedLearner<I,​D> learner,
                                                      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()
      • getReport

        public org.api4.java.ai.ml.core.evaluation.execution.ILearnerRunReport getReport()
      • getTimestamp

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