Uses of Class
org.processmining.plugins.workshop.Yaguang.WekaDiscriminationTree.ClassifierTree
-
Packages that use ClassifierTree Package Description org.processmining.plugins.workshop.Yaguang.WekaDiscriminationTree -
-
Uses of ClassifierTree in org.processmining.plugins.workshop.Yaguang.WekaDiscriminationTree
Subclasses of ClassifierTree in org.processmining.plugins.workshop.Yaguang.WekaDiscriminationTree Modifier and Type Class Description classC45PruneableClassifierTreeClass for handling a tree structure that can be pruned using C4.5 procedures.classPruneableClassifierTreeClass for handling a tree structure that can be pruned using a pruning set.Fields in org.processmining.plugins.workshop.Yaguang.WekaDiscriminationTree declared as ClassifierTree Modifier and Type Field Description protected ClassifierTree[]ClassifierTree. m_sonsReferences to sons.Methods in org.processmining.plugins.workshop.Yaguang.WekaDiscriminationTree that return ClassifierTree Modifier and Type Method Description ClassifierTreeJ48WithNDCs. getClassifierTree()protected ClassifierTreeC45PruneableClassifierTree. getNewTree(Instances data)Returns a newly created tree.protected ClassifierTreeClassifierTree. getNewTree(Instances data)Returns a newly created tree.protected ClassifierTreeClassifierTree. getNewTree(Instances train, Instances test)Returns a newly created tree.protected ClassifierTreePruneableClassifierTree. getNewTree(Instances train, Instances test)Returns a newly created tree.Methods in org.processmining.plugins.workshop.Yaguang.WekaDiscriminationTree with parameters of type ClassifierTree Modifier and Type Method Description voidClassifierTree. color(ClassifierTree m_root)Set m_isDifferent to true for those leafs of the classifireTree whose label are dofferent with the corresponding leaf in the input classifireTree
-