org.apache.mahout.ga.watchmaker.cd.tool
Class CDInfosTool
java.lang.Object
org.apache.mahout.ga.watchmaker.cd.tool.CDInfosTool
public class CDInfosTool
- extends java.lang.Object
Gathers additional information about a given dataset. Takes a descriptor
about the attributes, and generates a description for each one.
Method Summary |
static void |
gatherInfos(Descriptors descriptors,
org.apache.hadoop.fs.Path inpath,
java.util.List<java.lang.String> descriptions)
Uses Mahout to gather the information about a dataset. |
static void |
main(java.lang.String[] args)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
gatherInfos
public static void gatherInfos(Descriptors descriptors,
org.apache.hadoop.fs.Path inpath,
java.util.List<java.lang.String> descriptions)
throws java.io.IOException
- Uses Mahout to gather the information about a dataset.
- Parameters:
descriptors
- about the available attributesinpath
- input path (the dataset)descriptions
- List<String>
that contains the
generated descriptions for each non ignored attribute
- Throws:
java.io.IOException
main
public static void main(java.lang.String[] args)
throws java.io.IOException
- Throws:
java.io.IOException
Copyright © 2008-2010 The Apache Software Foundation. All Rights Reserved.