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