powered by
Get the full storage representation of the approximated matrix and the pattern labels of the original data samples from an object of class proximus.
proximus
# S3 method for proximus fitted(object, drop = FALSE, ...)
A list with the following components:
the fitted data matrix.
a factor of pattern (cluster) labels. The indexes of the original data samples are provided as attribute Index.
Index
an object of class proximus.
optionally drop patterns that do not meet the mining criteria.
further (unused) arguments.
Christian Buchta
If option drop is TRUE only patterns that satisfy the minimum size and maximum radius constraint are extracted.
drop
TRUE
proximus for pattern mining with the Proximus algorithm.
### see proximus
Run the code above in your browser using DataLab