summary
method for an object of class proximus
.
# S3 method for proximus
summary(object, ...)
An object of class summary.proximus
with the following elements:
the number of rows of the approximated matrix.
the number of columns of the approximated matrix.
the relative error of the total approximation.
the Frobenius norm of the total approximation.
the Jaccard similarity of the total approximation.
the number of patterns that satisfy the mining constraints.
a data.frame
of pattern summaries:
the absolute size of the presence set.
the number of TRUE
values of the dominant
pattern.
the Hamming radius of the presence set.
the relative error of the presence set.
the Frobenius norm of the presence set.
the Jaccard similarity of the presence set.
a logical indicating if the constraints are satisfied.
an object of class proximus
.
further (unused) arguments.
Christian Buchta
The function may change in future releases
proximus
for obtaining a result object.