CategoricalEntailmentFeaturePremises Property

Gets the list of premises this instance defines about its FeatureVariables.

Definition

Namespace: Novacta.Analytics
Assembly: Novacta.Analytics (in Novacta.Analytics.dll) Version: 2.1.0+428f3840cfab98dda567bb0ed350b302533e273a
C#
public IReadOnlyList<SortedSet<double>> FeaturePremises { get; }

Property Value

IReadOnlyListSortedSetDouble
The list of premises this instance defines about its FeatureVariables.

Remarks

The Count of FeaturePremises is the same of FeatureVariables. At a given position, the list stores a SortedSetT representing a subset of the CategoryCodes in the corresponding variable.

See Also