WPM(RWeka)
WPM()所属R语言包:RWeka
Weka Package Manager
weka的软件包管理器
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Manage Weka packages.
管理Weka中包。
用法----------Usage----------
WPM(cmd, ...)
参数----------Arguments----------
参数:cmd
a character string specifying the action to be performed. Must be one of "refresh-cache", "list-packages", "install-package", "remove-package", or "load-package" (or a unique abbreviation thereof).
一个字符串,指定要执行的动作。必须有一个"refresh-cache","list-packages","install-package","remove-package"或"load-package"(或唯一的缩写)。
参数:...
character strings giving further arguments required for the action to be performed. See Details.
字符串给要执行的操作需要进一步的论据。查看详细信息。
Details
详细信息----------Details----------
Available actions and respective additional arguments are as follows.
可用的操作和相应的额外的参数如下。
"refresh-cache" Refresh the cached copy of the package
"refresh-cache"刷新缓存的副本的包
"list-packages" print information (version numbers and short descriptions) about packages as specified by an additional keyword which must be one of "all" (all packages the system knows about), "installed" (all packages installed locally), or ("available" (all known packages not installed locally),
"list-packages"打印信息(版本号和简短的描述)指定一个额外的关键字必须是一个关于包的"all"(系统知道所有的包),"installed"(安装所有的软件包在本地)或("available"(所有已知的包没有安装在本地),
"package-info" print information (metadata) about a package. Requires two additional character string arguments: a keyword and the package name. The keyword must be one of "repository" (print info from the repository) or "installed" (print info on the installed version), or a
"package-info"打印信息(元数据)包。需要两个额外的字符串参数:关键字和包名。关键字必须是一个"repository"(从资源库中的打印信息)或"installed"(打印资料上所安装的版本),或
"install-package" install a package as specified by an additional character string giving its name. (In principle, one
"install-package"安装包指定一个额外的字符串给它的名字。 (原则上,一个
"remove-package" remove a given (installed) package.
"remove-package"删除给定的(已安装)封装。
"load-package" load a given package by adding its jars
"load-package"加载一个给定的包,把它的罐子
实例----------Examples----------
## Not run: [#不运行:]
## Start by building/refreshing the cache.[#启动建设/刷新缓存。]
WPM("refresh-cache")
## Show the packages installed locally.[#显示本地安装的软件包。]
WPM("list-packages", "installed")
## Show the packages available from the central Weka package[#显示软件包可从中央Weka中包]
## repository and not installed locally.[#存储库,而不是安装在本地。]
WPM("list-packages", "available")
## Show repository information about package XMeans.[#显示包XMeans库信息。]
WPM("package-info", "repository", "XMeans")
## End(Not run)[#(不执行)]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|