
Last chance! 50% off unlimited learning
Sale ends in
Last chance! 50% off unlimited learning
Sale ends in
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
).apriori
or the eclat
function. By
specifying a named list (names equal to slots) as parameter
argument for the apriori
or the eclat
function, default values can be replaced by the values in the list.
Objects can be created by calls of the form new("APparameter",
...)
or new("ECparameter", ...)
.apriori
,
eclat