| Package | Description |
|---|---|
| weka.core.pmml |
| Modifier and Type | Class and Description |
|---|---|
class |
SparseArray
Implementation of a sparse array.
|
| Modifier and Type | Method and Description |
|---|---|
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
|
| Constructor and Description |
|---|
VectorInstance(Array values,
List<FieldRef> vectorFields)
Constructor
|
Copyright © 2013 University of Waikato, Hamilton, NZ. All Rights Reserved.