Uses of Class
org.processmining.plugins.workshop.Yaguang.WekaDiscriminationTree.FastVector
-
Packages that use FastVector Package Description org.processmining.plugins.workshop.Yaguang.WekaDiscriminationTree org.processmining.prediction -
-
Uses of FastVector in org.processmining.plugins.workshop.Yaguang.WekaDiscriminationTree
Fields in org.processmining.plugins.workshop.Yaguang.WekaDiscriminationTree declared as FastVector Modifier and Type Field Description protected FastVectorInstances. m_AttributesThe attribute information.protected FastVectorInstances. m_InstancesThe instances.Methods in org.processmining.plugins.workshop.Yaguang.WekaDiscriminationTree with parameters of type FastVector Modifier and Type Method Description voidFastVector. appendElements(FastVector toAppend)Appends all elements of the supplied vector to this vector.Constructors in org.processmining.plugins.workshop.Yaguang.WekaDiscriminationTree with parameters of type FastVector Constructor Description Attribute(java.lang.String attributeName, FastVector attributeValues)Constructor for nominal attributes and string attributes.Attribute(java.lang.String attributeName, FastVector attributeValues, ProtectedProperties metadata)Constructor for nominal attributes and string attributes, where metadata is supplied.FastVectorEnumeration(FastVector vector)Constructs an enumeration.FastVectorEnumeration(FastVector vector, int special)Constructs an enumeration with a special element.Instances(java.lang.String name, FastVector attInfo, int capacity)Creates an empty set of instances. -
Uses of FastVector in org.processmining.prediction
Methods in org.processmining.prediction that return FastVector Modifier and Type Method Description protected FastVectorTreeConstructor. createAttributeFastVector()
-