The number of classes in the nominal variable.

Namespace: Imsl.DataMining.Neural
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public virtual int NumberOfClasses { get; }
Visual Basic (Declaration)
Public Overridable ReadOnly Property NumberOfClasses As Integer
Visual C++
public:
virtual property int NumberOfClasses {
	int get ();
}

Field Value

An int containing the number of classes in the nominal variable.

See Also