class: SetName

public class: SetName
Author: Petra Vanícková
Project: Phase: 1.0; Status: Proposed; Version: 1.0; Complexity: 1
Dates: Created: 5.12.2005 0:39:15; Modified: 10.12.2005 23:02:25;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {85F4E822-D0D6-4751-8EE6-21B771112C3F}
Class which keeps basic information about set such as code, frequency etc.

 

Goto: Fields, Methods

See also: FrontOfSets, SetCode, NodeCl

Appears in: CD MarketBasketAnalysis

Connections
 
SetName Attributes
Attribute Details
public SetCode
  setCode
Notes: Code of set in which 1 on nth position from riht means that nth item is in the set

public int
  Frequency
Notes: Keeps number of occureneces of the set in all rows.

public int
  OneMemberIndex
Notes: Index which singnalizes from which position in single-member sets are generated supersets of this set

public NodeCl
  ParentNode
Notes: Node from which leads edge to the node representing this set.

public double
  SupportOfSet
Notes: Support of this set.

 
SetName Methods
Operation Details
public
SetName(
   SetCode setCode,
   int Frequency):
Notes: Constructor of the class when just setcode and frequecy are known.

@param ="SetCode"
public
SetName(
   SetCode setCode,
   int Frequency,
   int OneMemberIndex,
   NodeCl ParentNode,
   double SupportOfSet):
Notes: Constructor of class SetName.