Uses of Class
org.processmining.plugins.workshop.Yaguang.WekaDiscriminationTree.CostMatrix
-
Packages that use CostMatrix Package Description org.processmining.plugins.workshop.Yaguang.WekaDiscriminationTree -
-
Uses of CostMatrix in org.processmining.plugins.workshop.Yaguang.WekaDiscriminationTree
Fields in org.processmining.plugins.workshop.Yaguang.WekaDiscriminationTree declared as CostMatrix Modifier and Type Field Description protected CostMatrixEvaluation. m_CostMatrixThe cost matrix (if given).Methods in org.processmining.plugins.workshop.Yaguang.WekaDiscriminationTree that return CostMatrix Modifier and Type Method Description protected static CostMatrixEvaluation. handleCostOption(java.lang.String costFileName, int numClasses)Attempts to load a cost matrix.Constructors in org.processmining.plugins.workshop.Yaguang.WekaDiscriminationTree with parameters of type CostMatrix Constructor Description CostMatrix(CostMatrix toCopy)Creates a cost matrix that is a copy of another.Evaluation(Instances data, CostMatrix costMatrix)Initializes all the counters for the evaluation and also takes a cost matrix as parameter.
-