| Package | Description |
|---|---|
| org.dmg.pmml |
| Modifier and Type | Field and Description |
|---|---|
protected RealSparseArray |
VectorInstance.realSparseArray |
| Modifier and Type | Method and Description |
|---|---|
RealSparseArray |
ObjectFactory.createRealSparseArray()
Create an instance of
RealSparseArray |
RealSparseArray |
VectorInstance.getREALSparseArray()
Gets the value of the realSparseArray property.
|
RealSparseArray |
RealSparseArray.withDefaultValue(Double value) |
RealSparseArray |
RealSparseArray.withEntries(Collection<Double> values) |
RealSparseArray |
RealSparseArray.withEntries(Double... values) |
RealSparseArray |
RealSparseArray.withIndices(Collection<Integer> values) |
RealSparseArray |
RealSparseArray.withIndices(Integer... values) |
RealSparseArray |
RealSparseArray.withN(Integer value) |
| Modifier and Type | Method and Description |
|---|---|
void |
VectorInstance.setREALSparseArray(RealSparseArray value)
Sets the value of the realSparseArray property.
|
VisitorAction |
Visitor.visit(RealSparseArray realSparseArray) |
VisitorAction |
AbstractVisitor.visit(RealSparseArray realSparseArray) |
VisitorAction |
AbstractSimpleVisitor.visit(RealSparseArray realSparseArray) |
VectorInstance |
VectorInstance.withREALSparseArray(RealSparseArray value) |
Copyright © 2014 University of Tartu. All Rights Reserved.