public final class ModelData
extends Object
Immutable named numeric data supplied to a model.
-
Method Summary
boolean
double
int
double[]
void
Copies a vector into caller-owned storage without creating a temporary array.
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
contains
public boolean contains(String name)
-
scalar
public double scalar(String name)
-
vector
public double[] vector(String name)
-
vectorInto
public void vectorInto(String name,
double[] destination)
Copies a vector into caller-owned storage without creating a temporary array.
-
-