|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsources.Variable
sources.ContinuousVariable
sources.DerivedContinuousVariable
A continuous variable that was created from another continuous variable
Field Summary |
Fields inherited from class sources.Variable |
id, name |
Constructor Summary | |
DerivedContinuousVariable(ContinuousVariable origin,
double[] values,
int length,
int gen,
java.lang.String nam,
int identnr)
Creates new DerivedContinuousVariable |
Method Summary | |
Variable |
getCreatorVariable()
Returns the Variable this Variable was built of |
Methods inherited from class sources.ContinuousVariable |
createFromCatVar, getCount, getGen, getIRQ, getMaximum, getMean, getMedian, getMinimum, getSigma, getSortv, getTextualRepresentation, getValueAt, getValues, setGen |
Methods inherited from class sources.Variable |
equals, getID, getName, getTextualRepresentations |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DerivedContinuousVariable(ContinuousVariable origin, double[] values, int length, int gen, java.lang.String nam, int identnr)
Method Detail |
public Variable getCreatorVariable()
getCreatorVariable
in interface Derived
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |