Class FineGrainedReportListener
public abstract class FineGrainedReportListener
- Inheritance
-
FineGrainedReportListener
- Derived
- Inherited Members
Constructors
FineGrainedReportListener(Stream)
Writes the report to the Stream. Should be called only after the evaluation process.
protected FineGrainedReportListener(Stream outputStream)
Parameters
outputStreamStream
FineGrainedReportListener(TextWriter)
protected FineGrainedReportListener(TextWriter printStream)
Parameters
printStreamTextWriter
Methods
GetLabelComparator(IDictionary<string, Counter>)
public virtual IComparer<string> GetLabelComparator(IDictionary<string, FineGrainedReportListener.Counter> map)
Parameters
Returns
GetMatrixLabelComparator(IDictionary<string, ConfusionMatrixLine>)
public virtual IComparer<string> GetMatrixLabelComparator(IDictionary<string, FineGrainedReportListener.ConfusionMatrixLine> confusionMatrix)
Parameters
confusionMatrixIDictionary<string, FineGrainedReportListener.ConfusionMatrixLine>
Returns
GetStats()
protected FineGrainedReportListener.Stats GetStats()
Returns
PrintDetailedConfusionMatrix()
protected void PrintDetailedConfusionMatrix()
PrintGeneralConfusionTable()
protected void PrintGeneralConfusionTable()
PrintGeneralStatistics()
protected void PrintGeneralStatistics()
PrintTagsErrorRank()
protected void PrintTagsErrorRank()
PrintTokenErrorRank()
protected void PrintTokenErrorRank()
PrintTokenOcurrenciesRank()
protected void PrintTokenOcurrenciesRank()
WriteReport()
public abstract void WriteReport()