Data Mining Algorithms In R/Packages/RWeka/WOW

From Wikibooks, open books for an open world
Jump to navigation Jump to search

Description[edit | edit source]

Give on-line information about available control options for Weka learners or filters and their R interfaces.

Usage[edit | edit source]

WOW(x)

Arguments[edit | edit source]

x, a character string giving either the fully qualified name of aWeka learner or filter class in JNI notation, or the name of an available R interface, or an object obtained from applying these interfaces to build an associator, classifier, clusterer, or filter.

Example[edit | edit source]

   WOW("J48")
   WOW("weka/classifiers/bayes/NaiveBayes")