javax.datamining.supervised.classification
Interface CostMatrixFactory

All Superinterfaces:
Factory

public interface CostMatrixFactory
extends Factory

A factory class that creates instances of CostMatrix.

Author:
JSR-73 Java Data Mining Expert Group
See Also:
Factory

Method Summary
 CostMatrix create(CategorySet categorySet)
          Creates a CostMatrix with the specified CategorySet.
 

Method Detail

create

public CostMatrix create(CategorySet categorySet)
                  throws JDMException
Creates a CostMatrix with the specified CategorySet.

The CategorySet must not be null.

Parameters:
categorySet -
Returns:
CostMatrix
Throws:
JDMException