public List<int> FeatureCategoryCounts { get; }
Public ReadOnly Property FeatureCategoryCounts As List(Of Integer)
Get
public:
property List<int>^ FeatureCategoryCounts {
List<int>^ get ();
}
member FeatureCategoryCounts : List<int> with get
Let us assume that the
feature space has been defined
by taking into account
feature variables, and that
variable
has
finite domain
.
Then
can
be represented as the
Cartesian product
,
and the
-th entry
in FeatureCategoryCounts will
store the cardinality of
.