Interface ILearnerRunReport
-
public interface ILearnerRunReport
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.ThrowablegetException()IPredictionAndGroundTruthTable<?,?>getPredictionDiffList()longgetTestEndTime()ILabeledDataset<?>getTestSet()longgetTestStartTime()longgetTrainEndTime()ILabeledDataset<?>getTrainSet()longgetTrainStartTime()
-
-
-
Method Detail
-
getTrainStartTime
long getTrainStartTime()
-
getTrainEndTime
long getTrainEndTime()
-
getTestStartTime
long getTestStartTime()
-
getTestEndTime
long getTestEndTime()
-
getException
java.lang.Throwable getException()
-
getTrainSet
ILabeledDataset<?> getTrainSet()
-
getTestSet
ILabeledDataset<?> getTestSet()
-
getPredictionDiffList
IPredictionAndGroundTruthTable<?,?> getPredictionDiffList()
-
-