fitted.proximus {cba} | R Documentation |
Get the full storage representation of the approximated matrix
and the pattern labels of the original data samples from an object
of class proximus
.
## S3 method for class 'proximus': fitted(object, drop = FALSE, ...)
object |
an object of class proximus . |
drop |
optionally drop patterns that do not meet the mining criteria. |
... |
further (unused) arguments. |
If option drop
is TRUE
only patterns that satisfy the
minimum size and maximum radius constraint are extracted.
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 . |
Christian Buchta
proximus
for pattern mining with the Proximus algorithm.
### see proximus