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>>
- java.lang.Object
-
- ai.libs.jaicore.ml.core.evaluation.evaluator.events.TrainTestSplitEvaluationFailedEvent<I,D>
-
- 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.ILearnerRunReportgetFirstReport()org.api4.java.ai.ml.core.evaluation.execution.ILearnerRunReportgetLastReport()org.api4.java.ai.ml.core.learner.ISupervisedLearner<I,D>getLearner()intgetNumReports()java.util.List<org.api4.java.ai.ml.core.evaluation.execution.ILearnerRunReport>getReportList()longgetTimestamp()
-
-
-
Method Detail
-
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:
getTimestampin interfaceorg.api4.java.common.event.IEvent
-
-