Other packages > Find by keyword >

RWeka  

R/Weka Interface
View on CRAN: Click here


Download and install RWeka package within the R console
Install from CRAN:
install.packages("RWeka")

Install from Github:
library("remotes")
install_github("cran/RWeka")

Install by package version:
library("remotes")
install_version("RWeka", "0.4-46")



Attach the package and use:
library("RWeka")
Maintained by
Kurt Hornik
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2006-01-13
Latest Update: 2023-03-07
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 .
How to cite:
Kurt Hornik (2006). RWeka: R/Weka Interface. R package version 0.4-46, https://cran.r-project.org/web/packages/RWeka. Accessed 28 Aug. 2026.
Previous versions and publish date:
(2026-07-26 21:01), 0.1-0 (2006-01-13 16:39), 0.2-0 (2006-02-09 12:13), 0.2-1 (2006-02-22 18:52), 0.2-2 (2006-03-28 22:17), 0.2-3 (2006-04-20 17:30), 0.2-4 (2006-05-12 09:42), 0.2-6 (2006-08-20 22:05), 0.2-7 (2006-09-07 20:15), 0.2-8 (2006-09-11 09:59), 0.2-10 (2006-10-11 12:50), 0.2-11 (2006-10-30 10:12), 0.2-12 (2006-12-19 18:21), 0.2-14 (2007-01-30 09:05), 0.3-0 (2007-02-14 19:50), 0.3-1 (2007-02-15 17:46), 0.3-2 (2007-03-09 13:16), 0.3-3 (2007-05-07 17:06), 0.3-4 (2007-06-05 10:51), 0.3-5 (2007-09-01 13:17), 0.3-6 (2007-09-11 10:47), 0.3-7 (2007-12-03 08:59), 0.3-8 (2007-12-16 16:26), 0.3-9 (2007-12-21 10:28), 0.3-10 (2008-03-12 09:20), 0.3-11 (2008-04-23 11:32), 0.3-12 (2008-06-25 12:28), 0.3-13 (2008-08-07 07:42), 0.3-14 (2008-09-30 11:03), 0.3-15 (2009-01-04 15:57), 0.3-16 (2009-02-19 17:15), 0.3-17 (2009-04-29 13:34), 0.3-18 (2009-05-28 20:19), 0.3-19 (2009-06-09 12:06), 0.3-20 (2009-07-01 15:57), 0.3-21 (2009-08-31 10:47), 0.3-22 (2009-10-18 12:22), 0.3-23 (2009-10-30 16:06), 0.3-24 (2009-11-29 20:55), 0.3-25 (2010-01-18 18:16), 0.4-1 (2010-04-27 20:17), 0.4-2 (2010-09-06 22:11), 0.4-3 (2010-10-04 09:57), 0.4-4 (2010-12-09 13:06), 0.4-5 (2010-12-14 21:10), 0.4-6 (2011-04-04 14:04), 0.4-7 (2011-04-09 10:29), 0.4-8 (2011-09-14 20:04), 0.4-9 (2011-11-30 09:49), 0.4-10 (2012-01-10 13:07), 0.4-11 (2012-02-21 10:48), 0.4-12 (2012-08-20 11:47), 0.4-13 (2013-01-06 13:27), 0.4-14 (2013-01-26 22:07), 0.4-15 (2013-02-26 18:48), 0.4-16 (2013-03-19 15:58), 0.4-17 (2013-04-16 11:30), 0.4-18 (2013-06-26 10:57), 0.4-19 (2013-09-03 16:30), 0.4-20 (2013-10-15 20:07), 0.4-21 (2013-10-29 16:18), 0.4-22 (2014-03-31 08:58), 0.4-23 (2014-04-26 17:55), 0.4-24 (2015-01-28 14:40), 0.4-25 (2016-03-15 20:39), 0.4-26 (2016-03-29 14:14), 0.4-27 (2016-05-04 10:13), 0.4-28 (2016-06-04 13:53), 0.4-29 (2016-06-09 13:05), 0.4-30 (2017-01-14 16:35), 0.4-31 (2017-01-23 14:41), 0.4-32 (2017-03-15 16:01), 0.4-33 (2017-04-06 15:16), 0.4-34 (2017-05-06 12:40), 0.4-35 (2017-10-14 16:59), 0.4-36 (2017-11-14 21:15), 0.4-37 (2018-01-07 16:17), 0.4-38 (2018-05-27 18:18), 0.4-39 (2018-09-10 09:25), 0.4-40 (2019-02-26 13:37), 0.4-41 (2019-10-19 18:22), 0.4-42 (2020-02-02 14:33), 0.4-43 (2020-08-23 13:13), 0.4-44 (2021-11-16 10:49), 0.4-45 (2023-01-31 16:26), 0.4-46 (2023-03-07 15:19), 0.4-47 (2026-02-18 11:02), 0.4-48 (2026-03-26 15:23), 0.4-49 (2026-07-13 11:45)
Other packages that cited RWeka R package
View RWeka citation profile
Other R packages that RWeka depends, imports, suggests or enhances
Complete documentation for RWeka
Downloads during the last 30 days

Today's Hot Picks in Authors and Packages

survivalMPLdc  
Penalised Likelihood for Survival Analysis with Dependent Censoring
Fitting Cox proportional hazard model under dependent right censoring using copula and maximum penal ...
Download / Learn more Package Citations See dependency  
mxnorm  
Apply Normalization Methods to Multiplexed Images
Implements methods to normalize multiplexed imaging data, including statistical metrics and visuali ...
Download / Learn more Package Citations See dependency  
nextGenShinyApps  
Craft Exceptional 'R Shiny' Applications and Dashboards with Novel Responsive Tools
Nove responsive tools for designing and developing 'Shiny' dashboards and applications. The scripts ...
Download / Learn more Package Citations See dependency  
RGIFT  
Create Quizzes in GIFT Format
Implementation of some functions to create quizzes in the GIFT format. This format is used by sever ...
Download / Learn more Package Citations See dependency  
NPflow  
Bayesian Nonparametrics for Automatic Gating of Flow-Cytometry Data
Dirichlet process mixture of multivariate normal, skew normal or skew t-distributions modeling orie ...
Download / Learn more Package Citations See dependency  
shinyFeedback  
Display User Feedback in Shiny Apps
Easily display user feedback in Shiny apps. ...
Download / Learn more Package Citations See dependency  

28,332

R Packages

239,283

Dependencies

75,113

Author Associations

28,333

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA