Click or drag to resize

CategoricalEntailmentFeaturePremises Property

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

Namespace:  Novacta.Analytics
Assembly:  Novacta.Analytics (in Novacta.Analytics.dll) Version: 2.0.0
Syntax
public IReadOnlyList<SortedSet<double>> FeaturePremises { get; }

Property Value

Type: 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