WOW(RWeka)
WOW()所属R语言包:RWeka
Weka Option Wizard
weka的选项向导
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Give on-line information about available control options for Weka learners or filters and their R interfaces.
给可用的控制选项Weka中学习者或过滤器和R接口上线的信息。
用法----------Usage----------
WOW(x)
参数----------Arguments----------
参数:x
a character string giving either the fully qualified name of a Weka learner or filter class in <acronym>JNI</acronym> 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.
一个字符串给一个WEKA学习者或过滤器在<acronym>类的完全限定名称JNI </缩写,符号,或可用的R接口,或应用这些接口来构建的对象的名称社员,分类,聚类器或过滤器。
Details
详细信息----------Details----------
See list_Weka_interfaces for the available interface functions.
见list_Weka_interfaces的可用接口功能。
参考文献----------References----------
Open-source machine learning: R meets Weka. Computational Statistics, 24/2, 225–232,
实例----------Examples----------
## The name of an "existing" (registered) interface.[#“现有”(注册)接口的名称。]
WOW("J48")
## The name of some Weka class (not necessarily in the interface[#一些WEKA类(不一定在接口的名称]
## registry):[#注册表):]
WOW("weka/classifiers/bayes/NaiveBayes")
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|