Uses of Class
org.apache.mahout.utils.clustering.ClusterDumper.OUTPUT_FORMAT

Packages that use ClusterDumper.OUTPUT_FORMAT
org.apache.mahout.utils.clustering   
 

Uses of ClusterDumper.OUTPUT_FORMAT in org.apache.mahout.utils.clustering
 

Methods in org.apache.mahout.utils.clustering that return ClusterDumper.OUTPUT_FORMAT
static ClusterDumper.OUTPUT_FORMAT ClusterDumper.OUTPUT_FORMAT.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ClusterDumper.OUTPUT_FORMAT[] ClusterDumper.OUTPUT_FORMAT.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.mahout.utils.clustering with parameters of type ClusterDumper.OUTPUT_FORMAT
 void ClusterDumper.setOutputFormat(ClusterDumper.OUTPUT_FORMAT of)
          Convenience function to set the output format during testing.
 



Copyright © 2008–2014 The Apache Software Foundation. All rights reserved.