Vectorial representation of the text. (Currently weight is just document frequency.)

Namespace:  Cloudster.Samples.Text
Assembly:  Cloudster.Samples.Text.Role (in Cloudster.Samples.Text.Role.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public SortedList<int, double> Weights { get; }
Visual Basic (Declaration)
Public ReadOnly Property Weights As SortedList(Of Integer, Double)
Visual C++
public:
property SortedList<int, double>^ Weights {
	SortedList<int, double>^ get ();
}

See Also