cba (version 0.2-21)

fitted.proximus: Extract from a Proximus Object

Description

Get the full storage representation of the approximated matrix and the pattern labels of the original data samples from an object of class proximus.

Usage

# S3 method for proximus
fitted(object, drop = FALSE, ...)

Value

A list with the following components:

x

the fitted data matrix.

pl

a factor of pattern (cluster) labels. The indexes of the original data samples are provided as attribute Index.

Arguments

object

an object of class proximus.

drop

optionally drop patterns that do not meet the mining criteria.

...

further (unused) arguments.

Author

Christian Buchta

Details

If option drop is TRUE only patterns that satisfy the minimum size and maximum radius constraint are extracted.

See Also

proximus for pattern mining with the Proximus algorithm.

Examples

Run this code
### see proximus

Run the code above in your browser using DataCamp Workspace