NoOfWordsWeight Property

Stot

Stot

Ranker..::..NoOfWordsWeight Property

Gets or sets the weight given based on the number of the types the words occur in the document

Namespace:  Engine
Assembly:  Engine (in Engine.dll)

Syntax


public static double NoOfWordsWeight { get; set; }
Public Shared Property NoOfWordsWeight As Double
	Get
	Set
public:
static property double^ NoOfWordsWeight {
	double^ get ();
	void set (double^ value);
}

Field Value

The weight given between 0 and 1

Exceptions


ExceptionCondition
[System.ArgumentOutOfRangeException]thrown when a value less than 0 or greater than 1 is given has the weight