Rule {Microsoft.VisualBasic.DataMining.AprioriRules.Entities} .NET clr documentation

Rule

Description

Declare

            
# namespace Microsoft.VisualBasic.DataMining.AprioriRules.Entities
export class Rule {
   Confidence: double;
   length: integer;
   SupportX: double;
   SupportXY: double;
   # combination
   X: ItemSet;
   # remaining
   Y: ItemSet;
}

        

.NET clr type reference tree

  1. use by property member X: ItemSet
  2. use by property member Y: ItemSet

[Package {$package} version {$version} Index]