Uses of Class
org.processmining.plugins.workshop.Yaguang.WekaDiscriminationTree.Tag
-
Packages that use Tag Package Description org.processmining.plugins.workshop.Yaguang.WekaDiscriminationTree -
-
Uses of Tag in org.processmining.plugins.workshop.Yaguang.WekaDiscriminationTree
Fields in org.processmining.plugins.workshop.Yaguang.WekaDiscriminationTree declared as Tag Modifier and Type Field Description protected Tag[]SelectedTag. m_TagsThe set of tags to choose fromstatic Tag[]J48WithNDCs. TAGS_SPLITINGMethods in org.processmining.plugins.workshop.Yaguang.WekaDiscriminationTree that return Tag Modifier and Type Method Description TagSelectedTag. getSelectedTag()Gets the selected Tag.Tag[]SelectedTag. getTags()Gets the set of all valid Tags.Constructors in org.processmining.plugins.workshop.Yaguang.WekaDiscriminationTree with parameters of type Tag Constructor Description SelectedTag(int tagID, Tag[] tags)Creates a newSelectedTaginstance.
-