public IReadOnlyList<SortedSet<double>> FeaturePremises { get; }
Public ReadOnly Property FeaturePremises As IReadOnlyList(Of SortedSet(Of Double))
Get
public:
property IReadOnlyList<SortedSet<double>^>^ FeaturePremises {
IReadOnlyList<SortedSet<double>^>^ get ();
}
member FeaturePremises : IReadOnlyList<SortedSet<float>> with get
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.