public class RIntegerVector extends RNumberVector<Integer>
| Modifier and Type | Field and Description |
|---|---|
static RIntegerVector |
EMPTY |
| Constructor and Description |
|---|
RIntegerVector(int[] values,
RPair attributes) |
| Modifier and Type | Method and Description |
|---|---|
org.dmg.pmml.DataType |
getDataType() |
Integer |
getValue(int index) |
List<Integer> |
getValues() |
int |
size() |
asScalar, getElement, getElement, hasElement, indexOf, iterator, toStringdim, dimnames, getAttribute, getAttribute, getAttributes, getBooleanAttribute, getBooleanAttribute, getDoubleAttribute, getDoubleAttribute, getGenericAttribute, getGenericAttribute, getIntegerAttribute, getIntegerAttribute, getStringAttribute, getStringAttribute, hasAttribute, namesclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitforEach, spliteratorpublic static final RIntegerVector EMPTY
public RIntegerVector(int[] values,
RPair attributes)
public org.dmg.pmml.DataType getDataType()
getDataType in class RVector<Integer>Copyright © 2022. All rights reserved.