Uses of Class
org.processmining.plugins.workshop.Yaguang.WekaDiscriminationTree.ProtectedProperties
-
Packages that use ProtectedProperties Package Description org.processmining.plugins.workshop.Yaguang.WekaDiscriminationTree -
-
Uses of ProtectedProperties in org.processmining.plugins.workshop.Yaguang.WekaDiscriminationTree
Methods in org.processmining.plugins.workshop.Yaguang.WekaDiscriminationTree that return ProtectedProperties Modifier and Type Method Description ProtectedPropertiesAttribute. getMetadata()Returns the properties supplied for this attribute.Constructors in org.processmining.plugins.workshop.Yaguang.WekaDiscriminationTree with parameters of type ProtectedProperties Constructor Description Attribute(java.lang.String attributeName, java.lang.String dateFormat, ProtectedProperties metadata)Constructor for a date attribute, where metadata is supplied.Attribute(java.lang.String attributeName, FastVector attributeValues, ProtectedProperties metadata)Constructor for nominal attributes and string attributes, where metadata is supplied.Attribute(java.lang.String attributeName, ProtectedProperties metadata)Constructor for a numeric attribute, where metadata is supplied.
-