org.apache.bigtop.itest.mahout.smoke
Class TestMahoutExamples

java.lang.Object
  extended by org.apache.bigtop.itest.mahout.smoke.TestMahoutExamples
All Implemented Interfaces:
groovy.lang.GroovyObject

public class TestMahoutExamples
extends Object
implements groovy.lang.GroovyObject

Test Mahout examples shipped with the distribution.


Field Summary
static String download_dir
           
static String HADOOP_HOME
           
static String TEMP_DIR
           
static String WORK_DIR
           
 
Constructor Summary
TestMahoutExamples()
           
 
Method Summary
 void clusterControlDataWithCanopy()
           
 void clusterControlDataWithDirichlet()
           
 void clusterControlDataWithFuzzyKMeans()
           
 void clusterControlDataWithKMeans()
           
 void clusterControlDataWithMeanShift()
           
 void factorizeMovieLensRatings()
           
 groovy.lang.MetaClass getMetaClass()
           
 Object getProperty(String name)
           
 Object invokeMethod(String name, Object args)
           
 void setMetaClass(groovy.lang.MetaClass metaClass)
           
 void setProperty(String name, Object value)
           
static void setUp()
           
static void tearDown()
           
 void testBayesNewsgroupClassifier()
           
 void testReutersLDA()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

HADOOP_HOME

public static final String HADOOP_HOME

TEMP_DIR

public static final String TEMP_DIR

WORK_DIR

public static final String WORK_DIR

download_dir

public static String download_dir
Constructor Detail

TestMahoutExamples

public TestMahoutExamples()
Method Detail

setUp

public static void setUp()

tearDown

public static void tearDown()

factorizeMovieLensRatings

public void factorizeMovieLensRatings()

clusterControlDataWithCanopy

public void clusterControlDataWithCanopy()

clusterControlDataWithKMeans

public void clusterControlDataWithKMeans()

clusterControlDataWithFuzzyKMeans

public void clusterControlDataWithFuzzyKMeans()

clusterControlDataWithDirichlet

public void clusterControlDataWithDirichlet()

clusterControlDataWithMeanShift

public void clusterControlDataWithMeanShift()

testReutersLDA

public void testReutersLDA()

testBayesNewsgroupClassifier

public void testBayesNewsgroupClassifier()

getMetaClass

public groovy.lang.MetaClass getMetaClass()
Specified by:
getMetaClass in interface groovy.lang.GroovyObject

setMetaClass

public void setMetaClass(groovy.lang.MetaClass metaClass)
Specified by:
setMetaClass in interface groovy.lang.GroovyObject

invokeMethod

public Object invokeMethod(String name,
                           Object args)
Specified by:
invokeMethod in interface groovy.lang.GroovyObject

getProperty

public Object getProperty(String name)
Specified by:
getProperty in interface groovy.lang.GroovyObject

setProperty

public void setProperty(String name,
                        Object value)
Specified by:
setProperty in interface groovy.lang.GroovyObject


Copyright © 2011-2012 The Apache Software Foundation. All Rights Reserved.