CategoryType - The type of category that the confusion is computed over.public static class DefaultConfusionMatrix.Factory<CategoryType> extends AbstractCloneableSerializable implements Factory<DefaultConfusionMatrix<CategoryType>>
| Constructor and Description |
|---|
Factory()
Creates a new
Factory. |
| Modifier and Type | Method and Description |
|---|---|
DefaultConfusionMatrix<CategoryType> |
create()
Creates a new instance of an object.
|
clonepublic DefaultConfusionMatrix<CategoryType> create()
Factorycreate in interface Factory<DefaultConfusionMatrix<CategoryType>>