Uses of Class
insensa.helpers.AttributeTable

Packages that use AttributeTable
insensa.connections   
insensa.infoconnections   
insensa.optionfilechanger   
 

Uses of AttributeTable in insensa.connections
 

Methods in insensa.connections that return AttributeTable
 AttributeTable CStandardDeviation.getData()
           
 AttributeTable CDivision.getData()
           
 AttributeTable CAddition.getData()
           
 AttributeTable CIndexation.getData()
           
 AttributeTable CErrorIndexation.getData()
           
 AttributeTable CThresholdVolatility.getData()
           
 AttributeTable CSubtraction.getData()
           
 AttributeTable CCoefficientOfVariation.getData()
           
 AttributeTable CMultiplication.getData()
           
 AttributeTable CMean.getData()
           
 AttributeTable ConnectionFileChanger.getData()
           
 AttributeTable AbstractConnection.getData()
           
 

Uses of AttributeTable in insensa.infoconnections
 

Methods in insensa.infoconnections that return AttributeTable
 AttributeTable CSpearmanRankCorrelation.getData()
           
 AttributeTable LinearRegression.getData()
           
 AttributeTable PearsonCorrelation.getData()
           
 

Uses of AttributeTable in insensa.optionfilechanger
 

Methods in insensa.optionfilechanger that return AttributeTable
 AttributeTable AbstractOptionFileChanger.getData()
           
 AttributeTable OptionFileChanger.getData()