Uses of Class
weka.core.AttributeStats

Packages that use AttributeStats
weka.clusterers   
weka.core   
weka.gui   
 

Uses of AttributeStats in weka.clusterers
 

Fields in weka.clusterers declared as AttributeStats
private  AttributeStats[] Cobweb.CNode.m_attStats
          Within cluster attribute statistics
 

Uses of AttributeStats in weka.core
 

Methods in weka.core that return AttributeStats
 AttributeStats Instances.attributeStats(int index)
          Calculates summary statistics on the values that appear in this set of instances for a specified attribute.
 

Uses of AttributeStats in weka.gui
 

Fields in weka.gui declared as AttributeStats
protected  AttributeStats[] AttributeSummaryPanel.m_AttributeStats
          Cached stats on the attributes we've summarized so far
(package private)  AttributeStats AttributeVisualizationPanel.as
           
 

Methods in weka.gui with parameters of type AttributeStats
protected  void AttributeSummaryPanel.setTable(AttributeStats as, int index)
          Creates a tablemodel for the attribute being displayed