Class LearnerRunReport
- java.lang.Object
-
- ai.libs.jaicore.ml.core.evaluation.evaluator.LearnerRunReport
-
- All Implemented Interfaces:
org.api4.java.ai.ml.core.evaluation.execution.ILearnerRunReport
public class LearnerRunReport extends java.lang.Object implements org.api4.java.ai.ml.core.evaluation.execution.ILearnerRunReport
-
-
Constructor Summary
Constructors Constructor Description LearnerRunReport(org.api4.java.ai.ml.core.dataset.supervised.ILabeledDataset<?> trainSet, org.api4.java.ai.ml.core.dataset.supervised.ILabeledDataset<?> testSet, long trainStartTime, long trainEndTime, long testStartTime, long testEndTime, java.lang.Throwable exception)LearnerRunReport(org.api4.java.ai.ml.core.dataset.supervised.ILabeledDataset<?> trainSet, org.api4.java.ai.ml.core.dataset.supervised.ILabeledDataset<?> testSet, long trainStartTime, long trainEndTime, long testStartTime, long testEndTime, org.api4.java.ai.ml.core.evaluation.IPredictionAndGroundTruthTable diff)LearnerRunReport(org.api4.java.ai.ml.core.dataset.supervised.ILabeledDataset<?> trainSet, org.api4.java.ai.ml.core.dataset.supervised.ILabeledDataset<?> testSet, long trainStartTime, long trainEndTime, java.lang.Throwable exception)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.ThrowablegetException()org.api4.java.ai.ml.core.evaluation.IPredictionAndGroundTruthTablegetPredictionDiffList()longgetTestEndTime()org.api4.java.ai.ml.core.dataset.supervised.ILabeledDataset<?>getTestSet()longgetTestStartTime()longgetTrainEndTime()org.api4.java.ai.ml.core.dataset.supervised.ILabeledDataset<?>getTrainSet()longgetTrainStartTime()java.lang.StringtoString()
-
-
-
Constructor Detail
-
LearnerRunReport
public LearnerRunReport(org.api4.java.ai.ml.core.dataset.supervised.ILabeledDataset<?> trainSet, org.api4.java.ai.ml.core.dataset.supervised.ILabeledDataset<?> testSet, long trainStartTime, long trainEndTime, java.lang.Throwable exception)
-
LearnerRunReport
public LearnerRunReport(org.api4.java.ai.ml.core.dataset.supervised.ILabeledDataset<?> trainSet, org.api4.java.ai.ml.core.dataset.supervised.ILabeledDataset<?> testSet, long trainStartTime, long trainEndTime, long testStartTime, long testEndTime, java.lang.Throwable exception)
-
LearnerRunReport
public LearnerRunReport(org.api4.java.ai.ml.core.dataset.supervised.ILabeledDataset<?> trainSet, org.api4.java.ai.ml.core.dataset.supervised.ILabeledDataset<?> testSet, long trainStartTime, long trainEndTime, long testStartTime, long testEndTime, org.api4.java.ai.ml.core.evaluation.IPredictionAndGroundTruthTable diff)
-
-
Method Detail
-
getTrainStartTime
public long getTrainStartTime()
- Specified by:
getTrainStartTimein interfaceorg.api4.java.ai.ml.core.evaluation.execution.ILearnerRunReport
-
getTrainEndTime
public long getTrainEndTime()
- Specified by:
getTrainEndTimein interfaceorg.api4.java.ai.ml.core.evaluation.execution.ILearnerRunReport
-
getTestStartTime
public long getTestStartTime()
- Specified by:
getTestStartTimein interfaceorg.api4.java.ai.ml.core.evaluation.execution.ILearnerRunReport
-
getTestEndTime
public long getTestEndTime()
- Specified by:
getTestEndTimein interfaceorg.api4.java.ai.ml.core.evaluation.execution.ILearnerRunReport
-
getTrainSet
public org.api4.java.ai.ml.core.dataset.supervised.ILabeledDataset<?> getTrainSet()
- Specified by:
getTrainSetin interfaceorg.api4.java.ai.ml.core.evaluation.execution.ILearnerRunReport
-
getTestSet
public org.api4.java.ai.ml.core.dataset.supervised.ILabeledDataset<?> getTestSet()
- Specified by:
getTestSetin interfaceorg.api4.java.ai.ml.core.evaluation.execution.ILearnerRunReport
-
getPredictionDiffList
public org.api4.java.ai.ml.core.evaluation.IPredictionAndGroundTruthTable getPredictionDiffList()
- Specified by:
getPredictionDiffListin interfaceorg.api4.java.ai.ml.core.evaluation.execution.ILearnerRunReport
-
getException
public java.lang.Throwable getException()
- Specified by:
getExceptionin interfaceorg.api4.java.ai.ml.core.evaluation.execution.ILearnerRunReport
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-