Uses of Class
weka.core.pmml.FieldRef

Packages that use FieldRef
weka.core.pmml   
 

Uses of FieldRef in weka.core.pmml
 

Methods in weka.core.pmml that return types with arguments of type FieldRef
 List<FieldRef> VectorInstance.getVectorFields()
          Get the mining fields that are indexed by this vector instance
 

Constructor parameters in weka.core.pmml with type arguments of type FieldRef
VectorInstance(Array values, List<FieldRef> vectorFields)
          Constructor
VectorInstance(Element vecElement, List<FieldRef> vectorFields)
          Constructor
 



Copyright © 2012 University of Waikato, Hamilton, NZ. All Rights Reserved.