Last data update: 2014.03.03

R: Class "Pattern" - A Simple Subgroup Description Container
Pattern-classR Documentation

Class “Pattern” — A Simple Subgroup Description Container

Description

A Simple Container holding the results (subgroups, description and parameters) for the Subgroup and Pattern Mining Algorithms

Objects from the Class

Objects are created by calls of the form new("Pattern", ...).

Slots

description:

The subgroup description, as a character vector.

quality:

The numeric value denoting the quality of the subgroup pattern as determined by the applied quality function.

size:

The size of the subgroup.

parameters

Additional quality parameters of the subgroup.

See Also

DiscoverSubgroups. DiscoverSubgroupsByTask CreateSDTask

Results