Click or drag to resize

CategoricalEntailmentEnsembleOptimizationContextFeatureCategoryCounts Property

Gets the collection of category counts for the features on which are defined the premises of the categorical entailments searched by this context.

Namespace:  Novacta.Analytics.Advanced
Assembly:  Novacta.Analytics (in Novacta.Analytics.dll) Version: 2.0.0
Syntax
public List<int> FeatureCategoryCounts { get; }

Property Value

Type: ListInt32
The collection of category counts for the features on which are defined the premises of the categorical entailments searched by this context.
Remarks

Let us assume that the feature space LaTeX equation has been defined by taking into account LaTeX equation feature variables, and that variable LaTeX equation has finite domain LaTeX equation. Then LaTeX equation can be represented as the Cartesian product LaTeX equation, and the LaTeX equation-th entry in FeatureCategoryCounts will store the cardinality of LaTeX equation.

See Also