https://github.com/cran/RWeka
Raw File
Tip revision: 6e1f51fef3d90c97604ba2339c3f3b8beb334767 authored by Kurt Hornik on 20 August 2012, 00:00:00 UTC
version 0.4-12
Tip revision: 6e1f51f
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