org.omegahat.Environment.DataStructures
Interface DataVariable

All Superinterfaces:
Variable
All Known Subinterfaces:
Factor, OrderedFactor

public interface DataVariable
extends Variable


Method Summary
 java.lang.Object[] values()
           
 
Methods inherited from interface org.omegahat.Environment.DataStructures.Variable
getDataFrame, getName, numObservations, setDataFrame, setName, value
 

Method Detail

values

public java.lang.Object[] values()