Learn R Programming

cba (version 0.2-5)

summary.proximus: Summarizing Proximus Objects

Description

summary method for an object of class proximus.

Usage

## S3 method for class 'proximus':
summary(object, ...)

Arguments

object
an object of class proximus.
...
further (unused) arguments.

Value

  • An object of class summary.proximus with the following elements:
  • nrthe number of rows of the approximated matrix.
  • ncthe number of columns of the approximated matrix.
  • errorthe relative error of the total approximation.
  • fnormthe Frobenius norm of the total approximation.
  • jsimthe Jaccard similarity of the total approximation.
  • validthe number of patterns that satisfy the mining constraints.
  • patterna data.frame of pattern summaries:
  • pattern$Sizethe absolute size of the presence set.
  • pattern$Lengththe number of TRUE values of the dominant pattern.
  • pattern$Radiusthe Hamming radius of the presence set.
  • pattern$Errorthe relative error of the presence set.
  • pattern$Fnormthe Frobenius norm of the presence set.
  • pattern$Jsimthe Jaccard similarity of the presence set.
  • pattern$Valida logical indicating if the constraints are satisfied.

Warning

The function may change in future releases

See Also

proximus for obtaining a result object.

Examples

Run this code
### see proximus

Run the code above in your browser using DataLab