| Constructor and Description |
|---|
RGenericVector(List<RExp> values,
RPair attributes) |
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 org.dmg.pmml.DataType getDataType()
getDataType in class RVector<RExp>public RDoubleVector getDoubleValue(int index)
public RFactorVector getFactorValue(int index)
public RGenericVector getGenericValue(int index)
public RIntegerVector getIntegerValue(int index)
public RNumberVector<?> getNumericValue(int index)
public RStringVector getStringValue(int index)
public RVector<?> getVectorValue(int index)
public RBooleanVector getBooleanElement(String name)
public RBooleanVector getBooleanElement(String name, boolean required)
public RDoubleVector getDoubleElement(String name)
public RDoubleVector getDoubleElement(String name, boolean required)
public RFactorVector getFactorElement(String name)
public RFactorVector getFactorElement(String name, boolean required)
public RGenericVector getGenericElement(String name)
public RGenericVector getGenericElement(String name, boolean required)
public RIntegerVector getIntegerElement(String name)
public RIntegerVector getIntegerElement(String name, boolean required)
public RNumberVector<?> getNumericElement(String name)
public RNumberVector<?> getNumericElement(String name, boolean required)
public RStringVector getStringElement(String name)
public RStringVector getStringElement(String name, boolean required)
Copyright © 2022. All rights reserved.