A - B - public class ConfusionMatrix<A,B extends Comparable> extends Object
| Modifier and Type | Field and Description |
|---|---|
protected List<toxTree.tree.stats.CMEntry<A,B>> |
cmatrix |
protected boolean |
dirty |
protected String |
expectedTitle |
protected String |
predictedTitle |
| Constructor and Description |
|---|
ConfusionMatrix() |
| Modifier and Type | Method and Description |
|---|---|
void |
addEntry(A expected,
B predicted) |
void |
clear() |
String |
getExpectedTitle() |
String |
getPredictedTitle() |
String |
printMatrix() |
void |
setExpectedTitle(String expectedTitle) |
void |
setPredictedTitle(String predictedTitle) |
void |
sort() |
String |
toString() |
protected boolean dirty
protected List<toxTree.tree.stats.CMEntry<A,B extends Comparable>> cmatrix
protected String expectedTitle
protected String predictedTitle
public String getExpectedTitle()
public void setExpectedTitle(String expectedTitle)
public String getPredictedTitle()
public void setPredictedTitle(String predictedTitle)
public void sort()
public void clear()
public String printMatrix()
Copyright © 2004–2018 Ideaconsult Ltd. All rights reserved.