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 - 10 of 55 found.
[1] < 1 2 3 4 5 6 > [6]  Sort:

inspect (Package: arules) : Display Associations and Transactions in Readable Form

Provides the generic function inspect and S4 methods to display associations and transactions plus additional information formatted for online inspection.
● Data Source: CranContrib
● Keywords: print
● Alias: inspect, inspect,itemMatrix-method, inspect,itemsets-method, inspect,rules-method, inspect,transactions-method
● 0 images

ASparameter-classes (Package: arules) : Classes ``ASparameter'', ``APparameter'', ``ECparameter'' ---

The ASparameter class holds the mining parameters (e.g., minimum support) for the used mining algorithms. APparameter and ECparameter directly extend ASparameter with additional slots for parameters only suitable for the Apriori (APparameter) or the Eclat algorithms (ECparameter).
● Data Source: CranContrib
● Keywords: classes
● Alias: APparameter, APparameter-class, ASparameter, ASparameter-class, ECparameter, ECparameter-class, coerce,NULL,APparameter-method, coerce,NULL,ECparameter-method, coerce,list,APparameter-method, coerce,list,ECparameter-method, initialize,APparameter-method, initialize,ASparameter-method, initialize,ECparameter-method, show,APparameter-method, show,ASparameter-method
● 0 images

sample (Package: arules) : Random Samples and Permutations

Provides the generic function sample and the S4 method to take a sample of the specified size from the elements of x using either with or without replacement. sample can be used to sample from a set of transactions or associations.
● Data Source: CranContrib
● Keywords: manip
● Alias: sample, sample,associations-method, sample,itemMatrix-method
● 0 images

subset (Package: arules) : Subsetting Itemsets, Rules and Transactions

Provides the generic function subset and S4 methods to subset associations or transactions (itemMatrix) which meet certain conditions (e.g., contains certain items or satisfies a minimum lift).
● Data Source: CranContrib
● Keywords: manip
● Alias: subset, subset,itemMatrix-method, subset,itemsets-method, subset,rules-method
● 0 images

is.significant (Package: arules) : Find Significant Rules

Provides the generic functions and the S4 method is.significant to find rules where the LHS and the RHS depend on each other. This uses Fisher's exact test and corrects for multiple comparisons.
● Data Source: CranContrib
● Keywords: manip
● Alias: is.significant, is.significant,rules-method
● 0 images

unique (Package: arules) : Remove Duplicated Elements from a Collection

Provides the generic function unique and the S4 methods for itemMatrix. unique uses duplicated to return an itemMatrix with the duplicate elements removed.
● Data Source: CranContrib
● Keywords: manip
● Alias: unique, unique,associations-method, unique,itemMatrix-method
● 0 images

ruleInduction (Package: arules) : Rule Induction for a Set of Itemsets

Provides the generic function and the needed S4 method to induce all rules which can be generated by the given itemsets from a transactions data set.
● Data Source: CranContrib
● Keywords: models
● Alias: ruleInduction, ruleInduction,itemsets-method
● 0 images

duplicated (Package: arules) : Find Duplicated Elements

Provides the generic function duplicated and the S4 methods for itemMatrix and associations. duplicated finds duplicated elements in an itemMatrix. It returns a logical vector indicating which elements are duplicates.
● Data Source: CranContrib
● Keywords: manip
● Alias: duplicated, duplicated,itemMatrix-method, duplicated,itemsets-method, duplicated,rules-method
● 0 images

match (Package: arules) : Value Matching

Provides the generic function match and the S4 methods for associations and transactions. match returns a vector of the positions of (first) matches of its first argument in its second.
● Data Source: CranContrib
● Keywords: manip
● Alias: %in%, %in%,itemsets,character-method, %in%,itemsets,itemsets-method, match, match,itemMatrix,itemMatrix-method, match,itemsets,itemsets-method, match,rules,rules-method
● 0 images

affinity (Package: arules) : Computing Affinity Between Items

Provides the generic function affinity and the S4 methods to compute and return a similarity matrix with the affinities between items for a set of transactions.
● Data Source: CranContrib
● Keywords: cluster, models
● Alias: affinity, affinity,itemMatrix-method, affinity,matrix-method
● 0 images