org.apache.bigtop.itest.mahout.smoke
Class TestMahoutExamples
java.lang.Object
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.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
TestMahoutExamples
public TestMahoutExamples()
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.