summary.proximus | R Documentation |
summary
method for an object of class proximus
.
## S3 method for class 'proximus'
summary(object, ...)
object |
an object of class |
... |
further (unused) arguments. |
An object of class summary.proximus
with the following elements:
nr |
the number of rows of the approximated matrix. |
nc |
the number of columns of the approximated matrix. |
error |
the relative error of the total approximation. |
fnorm |
the Frobenius norm of the total approximation. |
jsim |
the Jaccard similarity of the total approximation. |
valid |
the number of patterns that satisfy the mining constraints. |
pattern |
a |
pattern$Size |
the absolute size of the presence set. |
pattern$Length |
the number of |
pattern$Radius |
the Hamming radius of the presence set. |
pattern$Error |
the relative error of the presence set. |
pattern$Fnorm |
the Frobenius norm of the presence set. |
pattern$Jsim |
the Jaccard similarity of the presence set. |
pattern$Valid |
a logical indicating if the constraints are satisfied. |
The function may change in future releases
Christian Buchta
proximus
for obtaining a result object.
### see proximus
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.