Uses of Class
weka.core.pmml.FieldRef
Packages that use FieldRef
-
Uses of FieldRef in weka.core.pmml
Methods in weka.core.pmml that return types with arguments of type FieldRefModifier and TypeMethodDescriptionVectorInstance.getVectorFields()
Get the mining fields that are indexed by this vector instanceConstructor parameters in weka.core.pmml with type arguments of type FieldRefModifierConstructorDescriptionVectorInstance
(Element vecElement, List<FieldRef> vectorFields) ConstructorVectorInstance
(Array values, List<FieldRef> vectorFields) Constructor