## S3 method for class 'kstructure'reduction(x, operation=c("discrimination","union","intersection"),...)## S3 method for class 'kfamset'reduction(x, operation=c("discrimination","union","intersection"),...)
Arguments
x: An object of class kstructure or kfamset.
operation: The set operation under which the reduction is computed.
...: Other arguments to be passed to methods.
Details
reduction performs the reduction of a knowledge structure by computing the minimal subset having the same closure as the knowledge structure. Additionally, it allows for computing the discriminative
reduction of a knowledge structure. Such a discriminative reduction is a knowledge structure in which each notion contains a single item.
Returns
An object of the same class as x where each subset represents one knowledge state of the resulting reduction.