Package | Description |
---|---|
weka.core | |
weka.filters.unsupervised.attribute | |
weka.gui |
Modifier and Type | Method and Description |
---|---|
AttributeStats |
Instances.attributeStats(int index)
Calculates summary statistics on the values that appear in this
set of instances for a specified attribute.
|
Modifier and Type | Field and Description |
---|---|
protected Hashtable<String,AttributeStats> |
RELAGGS.m_AttStats
stores the attribute statistics
att_index-att_index_in_rel_att <-> AttributeStats |
Modifier and Type | Field and Description |
---|---|
protected AttributeStats |
AttributeVisualizationPanel.m_as
This holds the attribute stats of the current attribute on display.
|
protected AttributeStats[] |
AttributeVisualizationPanel.m_asCache
Cache of attribute stats info for the current data set
|
protected AttributeStats[] |
AttributeSummaryPanel.m_AttributeStats
Cached stats on the attributes we've summarized so far
|
Modifier and Type | Method and Description |
---|---|
protected void |
AttributeSummaryPanel.setTable(AttributeStats as,
int index)
Creates a tablemodel for the attribute being displayed
|
Copyright © 2015 University of Waikato, Hamilton, NZ. All rights reserved.