Package org.apache.mahout.ga.watchmaker.cd.tool

Class Summary
CDInfosTool Gathers additional information about a given dataset.
DescriptionUtils Utility functions to handle Attribute's description strings.
Descriptors Used as a configuration Parameters for the mapper-combiner-reducer
CDTOOL.ATTRIBUTES : char[] description of the attributes.
for each attribute, takes one of this values:
N : numerical attribute C : categorical (nominal) attribute L : label (nominal) attribute I : ignored attribute
ToolCombiner Combines attribute values into a String.
For Numerical attributes, the string contains the min and max values found. For Categorical attributes, the string contains the distinct values found. See Descriptors, for more informations about the job parameter
ToolMapper Extract the attribute values from a dataline.
ToolReducer Combines attribute description strings into a String.
For Numerical attributes, the string contains the min and max values found. For Categorical attributes, the string contains the distinct values found. See Descriptors, for more informations about the job parameter
 



Copyright © 2008-2010 The Apache Software Foundation. All Rights Reserved.