|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgpalta.core.Output
gpalta.core.SingleOutput
public class SingleOutput
Implements an Output of dimension 1. The actual value is accessed through the x field
Field Summary | |
---|---|
double[] |
x
The actual value of the Output. |
Constructor Summary | |
---|---|
SingleOutput(int nSamples)
|
Method Summary | |
---|---|
java.lang.Object |
clone()
Must implement clone() so Outputs can be cloned witout knowing the actual subclass. |
int |
getDim()
Get the dimension (number of scalar outputs per sample) of this Output |
void |
store(double[] vector)
|
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public final double[] x
Constructor Detail |
---|
public SingleOutput(int nSamples)
Method Detail |
---|
public java.lang.Object clone() throws java.lang.CloneNotSupportedException
Output
clone
in class Output
java.lang.CloneNotSupportedException
public int getDim()
Output
getDim
in class Output
public void store(double[] vector)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |