RWeka (version 0.4-12)

WPM: Weka Package Manager

Description

Manage Weka packages.

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 abb
...
character strings giving further arguments required for the action to be performed. See Details.

Details

Available actions and respective additional arguments are as follows. [object Object],[object Object],[object Object],[object Object],[object Object],[object Object]

Examples

Run this code
## 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
## repository and not installed locally.
WPM("list-packages", "available")
## Show repository information about package XMeans.
WPM("package-info", "repository", "XMeans")

Run the code above in your browser using DataCamp Workspace