nuget server logo nuget api documents
↑

API Docs / Microsoft.VisualBasic.DataMining.Framework / ItemSet

ItemSet

Full name Microsoft.VisualBasic.DataMining.AprioriRules.ItemSet Assembly Microsoft.VisualBasic.DataMining.Framework Members 18

01 Syntax

Microsoft.VisualBasic.DataMining.AprioriRules.ItemSet

02 Methods

NameOverloadsSummary
Remove 1 GetRemaining: removes all child elements from parent
GetHashCode 1
IsNullOrEmpty 1
SorterSortTokens 1
ToString 1
Contains 1
PopLast 1
Empty 1
Slice 1
op_Concatenate 1
op_Equality 1
op_Inequality 1
Equals 1
CompareTo 1

03 Properties

NameOverloadsSummary
Length 1
Item 1
HashCode 1

04 Fields

NameOverloadsSummary
Items 1

05 Members

method Remove #
Remove(ItemSet)

GetRemaining: removes all child elements from parent

Parameters
NameTypeDescription
childItemSet

-

field Items #
Items
property Length #
Length
property Item #
Item
property HashCode #
HashCode
method GetHashCode #
GetHashCode()
method IsNullOrEmpty #
IsNullOrEmpty()
method SorterSortTokens #
SorterSortTokens()
method ToString #
ToString()
method Contains #
Contains(Item)
method PopLast #
PopLast()
method Empty #
Empty()
method Slice #
Slice(Int32, Int32)
method op_Concatenate #
op_Concatenate(ItemSet, ItemSet)
method op_Equality #
op_Equality(ItemSet, ItemSet)
method op_Inequality #
op_Inequality(ItemSet, ItemSet)
method Equals #
Equals(Object)
method CompareTo #
CompareTo(ItemSet)