Uses of Class
weka.core.pmml.Array

Packages that use Array
weka.core.pmml   
 

Uses of Array in weka.core.pmml
 

Subclasses of Array in weka.core.pmml
 class SparseArray
          Implementation of a sparse array.
 

Methods in weka.core.pmml that return Array
static Array Array.create(Element arrayE)
          Static factory method for creating non-sparse or sparse array types as needed.
static Array Array.create(List<Object> values, List<Integer> indices)
           
 Array VectorInstance.getValues()
          Get the Array of values encapsulated in this vector instance
 

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



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