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