Class DetailedFMeasureListener<T>
This listener will gather detailed information about the sample under evaluation and will allow detailed FMeasure for each outcome.
Note: Do not use this class, internal use only!public abstract class DetailedFMeasureListener<T> : IEvaluationMonitor<T>
Type Parameters
T
- Inheritance
-
DetailedFMeasureListener<T>
- Implements
- Derived
- Inherited Members
Methods
AsSpanArray(T)
protected abstract Span[] AsSpanArray(T sample)
Parameters
sampleT
Returns
- Span[]
CorrectlyClassified(T, T)
public virtual void CorrectlyClassified(T reference, T prediction)
Parameters
referenceTpredictionT
CreateReport()
public string CreateReport()
Returns
CreateReport(CultureInfo)
public string CreateReport(CultureInfo locale)
Parameters
localeCultureInfo
Returns
Misclassified(T, T)
public virtual void Misclassified(T reference, T prediction)
Parameters
referenceTpredictionT
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.