https://github.com/cran/RWeka
Raw File
Tip revision: 28c543830ad98d2f28a303fa08ca284aca00c948 authored by Kurt Hornik on 16 November 2021, 08:49:27 UTC
version 0.4-44
Tip revision: 28c5438
DESCRIPTION
Package: RWeka
Version: 0.4-44
Title: R/Weka Interface
Authors@R: c(person("Kurt", "Hornik", role = c("aut", "cre"),
                    email = "Kurt.Hornik@R-project.org",
		    comment = c(ORCID = "0000-0003-4198-9911")),
             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",
	            email = "Achim.Zeileis@R-project.org",
                    comment = c(ORCID = "0000-0003-0918-3766")))
Description: An R interface to Weka (Version 3.9.3).
   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.9.3-1), rJava (>= 0.6-3), graphics, stats,
        utils, grid
Suggests: partykit (>= 0.8.0), mlbench, e1071
SystemRequirements: Java (>= 8)
License: GPL-2
NeedsCompilation: no
Packaged: 2021-11-16 09:16:59 UTC; hornik
Author: Kurt Hornik [aut, cre] (<https://orcid.org/0000-0003-4198-9911>),
  Christian Buchta [ctb],
  Torsten Hothorn [ctb],
  Alexandros Karatzoglou [ctb],
  David Meyer [ctb],
  Achim Zeileis [ctb] (<https://orcid.org/0000-0003-0918-3766>)
Maintainer: Kurt Hornik <Kurt.Hornik@R-project.org>
Repository: CRAN
Date/Publication: 2021-11-16 09:49:27 UTC
back to top