https://github.com/cran/RWeka
Raw File
Tip revision: 10da4be7f6a8681c57ade7cf19caa9bf6e38e044 authored by Kurt Hornik on 20 August 2012, 09:47:17 UTC
version 0.4-12
Tip revision: 10da4be
DESCRIPTION
Package: RWeka
Version: 0.4-12
Date: 2012-08-20
Title: R/Weka interface
Author: Kurt Hornik, with contributions from Christian Buchta, Torsten
        Hothorn, Alexandros Karatzoglou, David Meyer, and Achim Zeileis
Maintainer: Kurt Hornik <Kurt.Hornik@R-project.org>
Description: An R interface to Weka (Version 3.7.7).  Weka is a
        collection of machine learning algorithms for data mining tasks
        written in Java, containing tools for data pre-processing,
        classification, regression, clustering, association rules, and
        visualization.  Package RWeka contains the interface code, the
        Weka jar is in a separate package RWekajars.  For more
        information on Weka see http://www.cs.waikato.ac.nz/~ml/weka/.
Depends: R (>= 2.6.0)
Imports: RWekajars (>= 3.7.7), rJava (>= 0.6-3), graphics, stats,
        utils, grid
Suggests: party (>= 0.8-0), mlbench, e1071
SystemRequirements: Java (>= 5.0)
License: GPL-2
Packaged: 2012-08-20 09:28:21 UTC; hornik
Repository: CRAN
Date/Publication: 2012-08-20 09:47:17
back to top