Uses of Class
org.processmining.plugins.workshop.Yaguang.WekaDiscriminationTree.J48WithNDCs
-
Packages that use J48WithNDCs Package Description org.processmining.plugins.workshop.Yaguang.WekaDiscriminationTree org.processmining.prediction -
-
Uses of J48WithNDCs in org.processmining.plugins.workshop.Yaguang.WekaDiscriminationTree
Methods in org.processmining.plugins.workshop.Yaguang.WekaDiscriminationTree with parameters of type J48WithNDCs Modifier and Type Method Description voidJ48WithNDCs. colorGraph(J48WithNDCs other)Color the classifier in comparison to another classifier -
Uses of J48WithNDCs in org.processmining.prediction
Methods in org.processmining.prediction that return J48WithNDCs Modifier and Type Method Description J48WithNDCsTreeConstructor. buildFairClassifire()J48WithNDCsTreeConstructor. buildNormalClassifire()Methods in org.processmining.prediction with parameters of type J48WithNDCs Modifier and Type Method Description double[][]EvaluationNDC. evaluate(J48WithNDCs fairTree, J48WithNDCs normalTree, Instances dataset)Constructors in org.processmining.prediction with parameters of type J48WithNDCs Constructor Description EvaluationNDC(J48WithNDCs fairTree, J48WithNDCs normalTree, Instances dataset, int sensitiveAttributeIndex)
-