fitted.proximus | 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 |
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 |
Christian Buchta
proximus
for pattern mining with the Proximus algorithm.
### see proximus
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.