sources
Class DerivedContinuousVariable

java.lang.Object
  extended bysources.Variable
      extended bysources.ContinuousVariable
          extended bysources.DerivedContinuousVariable
All Implemented Interfaces:
Derived

public class DerivedContinuousVariable
extends ContinuousVariable
implements Derived

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

DerivedContinuousVariable

public DerivedContinuousVariable(ContinuousVariable origin,
                                 double[] values,
                                 int length,
                                 int gen,
                                 java.lang.String nam,
                                 int identnr)
Creates new DerivedContinuousVariable

Method Detail

getCreatorVariable

public Variable getCreatorVariable()
Returns the Variable this Variable was built of

Specified by:
getCreatorVariable in interface Derived
Returns:
the original Variable