Click or drag to resize

MappedFrequentPattern Class

A frequent pattern consisting of sorted item IDs. Used as intermediate data format.
Inheritance Hierarchy
SystemObject
  Ookii.Jumbo.Jet.Samples.FPGrowthMappedFrequentPattern

Namespace:  Ookii.Jumbo.Jet.Samples.FPGrowth
Assembly:  Ookii.Jumbo.Jet.Samples (in Ookii.Jumbo.Jet.Samples.dll) Version: 2.0.0
Syntax
public class MappedFrequentPattern : IWritable, 
	IComparable<MappedFrequentPattern>, IEquatable<MappedFrequentPattern>

The MappedFrequentPattern type exposes the following members.

Constructors
  NameDescription
Public methodMappedFrequentPattern
Initializes a new instance of the MappedFrequentPattern class.
Top
Properties
  NameDescription
Public propertyItems
Gets the items.
Public propertySupport
Gets or sets the support.
Top
Methods
  NameDescription
Public methodCompareTo
Compares this instance to another MappedFrequentPattern instance.
Public methodEquals(MappedFrequentPattern)
Determines whether the specified MappedFrequentPattern is equal to this instance.
Public methodEquals(Object)
Determines whether the specified Object is equal to this instance.
(Overrides ObjectEquals(Object).)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Returns a hash code for this instance.
(Overrides ObjectGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRead
Reads the object from the specified reader.
Public methodToString
Returns a String that represents this instance.
(Overrides ObjectToString.)
Public methodWrite
Writes the object to the specified writer.
Top
See Also