| MappedFrequentPatternCompareTo Method |
Namespace:
Ookii.Jumbo.Jet.Samples.FPGrowth
Assembly:
Ookii.Jumbo.Jet.Samples (in Ookii.Jumbo.Jet.Samples.dll) Version: 2.0.0
Syntax public int CompareTo(
MappedFrequentPattern other
)
Public Function CompareTo (
other As MappedFrequentPattern
) As Integer
public:
virtual int CompareTo(
MappedFrequentPattern^ other
) sealed
abstract CompareTo :
other : MappedFrequentPattern -> int
override CompareTo :
other : MappedFrequentPattern -> int
Parameters
- other
- Type: Ookii.Jumbo.Jet.Samples.FPGrowthMappedFrequentPattern
The MappedFrequentPattern to compare to..
Return Value
Type:
Int32Less than 0 if this instance is less than
other, 0 if they are equal, or 1 if this instance is greater than
other.
Implements
IComparableTCompareTo(T)Remarks
The comparison is done based on the support and then number of items. The values of the items are not considered.
See Also