Return the number of features in the model.


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

Syntax

Visual Basic (Declaration)
Public Function NumberOfFeatures() As Integer _
    Implements INetricsModelStats.NumberOfFeatures
C#
public int NumberOfFeatures()
C++
public:
 int NumberOfFeatures() sealed 
J#
public int NumberOfFeatures()
JScript
public  function NumberOfFeatures() : int

Implements

INetricsModelStats.NumberOfFeatures

See Also