Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
B
D
G
I
L
M
S
T
U
V
W
A
aggregationTypeTipText()
- Method in class weka.filters.unsupervised.instance.
Denormalize
Returns a description of this option suitable for display as a tip text in the gui.
B
batchFinished()
- Method in class weka.filters.unsupervised.instance.
Denormalize
Signify that this batch of input to the filter is finished.
D
Denormalize
- Class in
weka.filters.unsupervised.instance
An instance filter that collapses instances with a common grouping ID value into a single instance.
Denormalize()
- Constructor for class weka.filters.unsupervised.instance.
Denormalize
Denormalize.NumericAggregation
- Enum in
weka.filters.unsupervised.instance
Enumeration of the aggregation methods for numeric attributes
G
getAggregationType()
- Method in class weka.filters.unsupervised.instance.
Denormalize
Get the type of aggregation to use on numeric values withn a group.
getCapabilities()
- Method in class weka.filters.unsupervised.instance.
Denormalize
Returns the Capabilities of this filter.
getGroupingAttribute()
- Method in class weka.filters.unsupervised.instance.
Denormalize
Get the name/index of the attribute to be used for grouping rows (tranasactions).
getOptions()
- Method in class weka.filters.unsupervised.instance.
Denormalize
Gets the current settings of the filter.
getRevision()
- Method in class weka.filters.unsupervised.instance.
Denormalize
Returns the revision string.
getUseOldMarketBasketFormat()
- Method in class weka.filters.unsupervised.instance.
Denormalize
Gets whether data is to be output in Weka's old market basket format.
getUseSparseFormat()
- Method in class weka.filters.unsupervised.instance.
Denormalize
Get whether sparse data is to be output.
globalInfo()
- Method in class weka.filters.unsupervised.instance.
Denormalize
Returns a string describing this associator
groupingAttributeTipText()
- Method in class weka.filters.unsupervised.instance.
Denormalize
Returns a description of this option suitable for display as a tip text in the gui.
I
input(Instance)
- Method in class weka.filters.unsupervised.instance.
Denormalize
Input an instance for filtering.
L
listOptions()
- Method in class weka.filters.unsupervised.instance.
Denormalize
Returns an enumeration describing the available options.
M
main(String[])
- Static method in class weka.filters.unsupervised.instance.
Denormalize
Main method for testing this class.
S
setAggregationType(SelectedTag)
- Method in class weka.filters.unsupervised.instance.
Denormalize
Set the type of aggregation to use on numeric values within a group.
setGroupingAttribute(String)
- Method in class weka.filters.unsupervised.instance.
Denormalize
Set the name or index of the attribute to use for grouping rows (transactions).
setInputFormat(Instances)
- Method in class weka.filters.unsupervised.instance.
Denormalize
Sets the format of the input instances.
setOptions(String[])
- Method in class weka.filters.unsupervised.instance.
Denormalize
Parses a given list of options.
setUseOldMarketBasketFormat(boolean)
- Method in class weka.filters.unsupervised.instance.
Denormalize
Set whether to output data in Weka's old market basket format.
setUseSparseFormat(boolean)
- Method in class weka.filters.unsupervised.instance.
Denormalize
Set whether to output sparse data.
T
TAGS_SELECTION
- Static variable in class weka.filters.unsupervised.instance.
Denormalize
tags
toString()
- Method in enum weka.filters.unsupervised.instance.
Denormalize.NumericAggregation
U
useOldMarketBasketFormatTipText()
- Method in class weka.filters.unsupervised.instance.
Denormalize
Returns a description of this option suitable for display as a tip text in the gui.
useSparseFormatTipText()
- Method in class weka.filters.unsupervised.instance.
Denormalize
Returns a description of this option suitable for display as a tip text in the gui.
V
valueOf(String)
- Static method in enum weka.filters.unsupervised.instance.
Denormalize.NumericAggregation
Returns the enum constant of this type with the specified name.
values()
- Static method in enum weka.filters.unsupervised.instance.
Denormalize.NumericAggregation
Returns an array containing the constants of this enum type, in the order they are declared.
W
weka.filters.unsupervised.instance
- package weka.filters.unsupervised.instance
A
B
D
G
I
L
M
S
T
U
V
W
Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes