Last data update: 2014.03.03

Data Source

R Release (3.2.3)
CranContrib
BioConductor
All

Data Type

Packages
Functions
Images
Data set

Classification

Results 1 - 6 of 6 found.
[1] < 1 > [1]  Sort:

ibmdbR : IBM in-Database Analytics for R

Package: ibmdbR
Version: 1.47.1
Title: IBM in-Database Analytics for R
Author: IBM Corporation
Maintainer: Michael Wurst <inza@de.ibm.com>
Depends: R (>= 2.15.1), methods, RODBC, Matrix, arules
Imports: MASS, rpart, rpart.plot, ggplot2
Description: Functionality required to efficiently use R with
IBM DB2(C) for Linux, Unix and Windows as well as IBM dashDB(C).
Many basic and complex R operations are pushed down into the database, which removes
the main memory boundary of R and allows to make full use of parallel processing in
the underlying database.
License: GPL-3
LazyLoad: Yes
NeedsCompilation: no
Packaged: 2015-12-10 10:48:18 UTC; mwurst
Repository: CRAN
Date/Publication: 2015-12-10 23:20:24

● Data Source: CranContrib
● 0 images, 26 functions, 0 datasets
● Reverse Depends: 0

arulesNBMiner : Mining NB-Frequent Itemsets and NB-Precise Rules

Package: arulesNBMiner
Version: 0.1-5
Date: 2015-07-02
Title: Mining NB-Frequent Itemsets and NB-Precise Rules
Author: Michael Hahsler
Maintainer: Michael Hahsler <mhahsler@lyle.smu.edu>
Description: NBMiner is an implementation of the model-based mining algorithm
for mining NB-frequent itemsets presented in "Michael Hahsler. A
model-based frequency constraint for mining associations from
transaction data. Data Mining and Knowledge Discovery, 13(2):137-166,
September 2006." In addition an extension for NB-precise rules is
implemented.
Depends: R (>= 2.10), arules (>= 0.6-6), rJava (>= 0.6-3)
URL: http://R-Forge.R-project.org/projects/arules/,
http://lyle.smu.edu/IDA/arules/
Imports: methods, stats, graphics
SystemRequirements: Java (>= 5.0)
License: GPL-2
NeedsCompilation: no
Packaged: 2015-07-02 10:32:56 UTC; hahsler
Repository: CRAN
Date/Publication: 2015-07-02 13:42:39

● Data Source: CranContrib
● 0 images, 2 functions, 1 datasets
● Reverse Depends: 0

arulesSequences : Mining Frequent Sequences

Package: arulesSequences
Version: 0.2-15
Title: Mining Frequent Sequences
Author: Christian Buchta and Michael Hahsler, with contributions from
Daniel Diaz
Maintainer: Christian Buchta <christian.buchta@wu.ac.at>
Description: Add-on for arules to handle and mine frequent sequences.
Provides interfaces to the C++ implementation of cSPADE by
Mohammed J. Zaki.
Depends: R (>= 3.2.5), methods, arules (>= 1.4-0)
License: GPL-2
NeedsCompilation: yes
Packaged: 2016-05-04 17:31:42 UTC; buchta
Repository: CRAN
Date/Publication: 2016-05-05 12:01:25

● Data Source: CranContrib
● 0 images, 20 functions, 1 datasets
● Reverse Depends: 0

arulesViz : Visualizing Association Rules and Frequent Itemsets

Package: arulesViz
Version: 1.1-1
Date: 2016-04-10
Title: Visualizing Association Rules and Frequent Itemsets
Author: Michael Hahsler and Sudheer Chelluboina
Maintainer: Michael Hahsler <mhahsler@lyle.smu.edu>
Depends: arules (>= 1.4.1), grid
Imports: scatterplot3d, vcd, seriation, igraph (>= 1.0.0), graphics,
methods, utils, grDevices, stats, colorspace
Suggests: graph, Rgraphviz, iplots
Description: Extends package arules with various visualization techniques for association rules and itemsets. The package also includes several interactive visualizations for rule exploration.
License: GPL-3
URL: http://lyle.smu.edu/IDA/arules/
BugReports: https://github.com/mhahsler/arulesViz/issues
Copyright: (C) 2011 Michael Hahsler and Sudheer Chelluboina
NeedsCompilation: no
Packaged: 2016-04-14 01:19:23 UTC; hahsler
Repository: CRAN
Date/Publication: 2016-04-14 08:32:40

● Data Source: CranContrib
● 0 images, 2 functions, 0 datasets
● Reverse Depends: 0

rCBA : CBA Classifier for R

Package: rCBA
Title: CBA Classifier for R
Version: 0.0.1
Authors@R: person("Jaroslav", "Kuchar", email = "jaroslav.kuchar@gmail.com", role = c("aut", "cre"))
Author: Jaroslav Kuchar [aut, cre]
Maintainer: Jaroslav Kuchar <jaroslav.kuchar@gmail.com>
URL: https://github.com/jaroslav-kuchar/rCBA
BugReports: https://github.com/jaroslav-kuchar/rCBA/issues
Description: Provides implementations of rule pruning algorithms based on the "Classification Based on Associations" (CBA). It can be used for building classification models from association rules. Rules are pruned in the order of precedence given by the sort criteria and a default rule is added. CBA was originally proposed by Liu, B. Hsu, W. and Ma, Y (1998). Integrating Classification and Association Rule Mining. Proceedings KDD-98, New York, 27-31 August. AAAI. pp80-86.
Depends: R (>= 3.1.3), rJava, arules
License: Apache License (== 2.0)
LazyData: true
SystemRequirements: Java (>= 8.0)
RoxygenNote: 5.0.1
NeedsCompilation: no
Packaged: 2015-12-10 09:32:29 UTC; root
Repository: CRAN
Date/Publication: 2015-12-11 13:31:03

● Data Source: CranContrib
● 0 images, 1 functions, 0 datasets
● Reverse Depends: 0

recommenderlab : Lab for Developing and Testing Recommender Algorithms

Package: recommenderlab
Version: 0.2-0
Date: 2016-05-31
Title: Lab for Developing and Testing Recommender Algorithms
Authors@R: c(person("Michael", "Hahsler", role = c("aut", "cre", "cph"),
email = "mhahsler@lyle.smu.edu"))
Description: Provides a research infrastructure to test and develop
recommender algorithms including UBCF, IBCF, FunkSVD and association
rule-based algorithms.
Classification/ACM: G.4, H.2.8
Depends: R (>= 2.10.0), Matrix, arules, proxy, registry
Imports: methods, utils, stats, irlba
Suggests: ROCR, testthat
BugReports: https://github.com/mhahsler/recommenderlab/issues
URL: http://lyle.smu.edu/IDA/recommenderlab/
License: GPL-2
Copyright: (C) Michael Hahsler
NeedsCompilation: no
Packaged: 2016-06-01 12:57:20 UTC; hahsler
Author: Michael Hahsler [aut, cre, cph]
Maintainer: Michael Hahsler <mhahsler@lyle.smu.edu>
Repository: CRAN
Date/Publication: 2016-06-01 16:00:06

● Data Source: CranContrib
● 0 images, 22 functions, 3 datasets
Reverse Depends: 2