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.
|
clone
public DefaultConfusionMatrix<CategoryType> create()
Factory
create
in interface Factory<DefaultConfusionMatrix<CategoryType>>