Class FineGrainedReportListener.ConfusionMatrixLine

Namespace
NOpenNLP.Tools.Cmdline
Assembly
nopennlp.dll

Represents a line in the confusion table.

public class FineGrainedReportListener.ConfusionMatrixLine
Inheritance
FineGrainedReportListener.ConfusionMatrixLine
Inherited Members

Properties

Accuracy

Gets the calculated accuracy of this element.

public double Accuracy { get; }

Property Value

double

Methods

GetValue(string)

Gets the value given a column.

public int GetValue(string column)

Parameters

column string

the column

Returns

int

the counter value