https://github.com/cran/RWeka
Raw File
Tip revision: a429ba21e004bb6381300e65c9a8ccff57a53deb authored by Kurt Hornik on 26 February 2013, 00:00:00 UTC
version 0.4-15
Tip revision: a429ba2
DESCRIPTION
Package: RWeka
Version: 0.4-15
Title: R/Weka interface
Authors@R: c(person("Kurt", "Hornik", role = c("aut", "cre"), email =
        "Kurt.Hornik@R-project.org"), person("Christian", "Buchta",
        role = "ctb"), person("Torsten", "Hothorn", role = "ctb"),
        person("Alexandros", "Karatzoglou", role = "ctb"),
        person("David", "Meyer", role = "ctb"), person("Achim",
        "Zeileis", role = "ctb"))
Description: An R interface to Weka (Version 3.7.8).  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.8), rJava (>= 0.6-3), graphics, stats,
        utils, grid
Suggests: party (>= 0.8-0), mlbench, e1071
SystemRequirements: Java (>= 5.0)
License: GPL-2
Packaged: 2013-02-26 17:42:03 UTC; hornik
Author: Kurt Hornik [aut, cre], Christian Buchta [ctb], Torsten Hothorn
        [ctb], Alexandros Karatzoglou [ctb], David Meyer [ctb], Achim
        Zeileis [ctb]
Maintainer: Kurt Hornik <Kurt.Hornik@R-project.org>
NeedsCompilation: no
Repository: CRAN
Date/Publication: 2013-02-26 18:48:13
back to top