This class contains stats about a Learn Model loaded into the ibi™ Patterns - Search server.


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

Syntax

Visual Basic (Declaration)
Public Class NetricsModelStats
    Inherits BaseObjectStats
C#
public class NetricsModelStats : BaseObjectStats
C++
ref class NetricsModelStats : BaseObjectStats
J#
public class NetricsModelStats extends BaseObjectStats
JScript
public class NetricsModelStats extends BaseObjectStats

Remarks

It can be used to get information about model.

These objects are created and returned by the NetricsServerInterface rllist method. Normally there is no need to explicitly create a NetricsModelStats object.

Inheritance Hierarchy

System.Object
   NetricsServerInterface.BaseObjectStats
      NetricsServerInterface.NetricsModelStats

Thread Safety

Public static (Shared in Visual Basic)staticShared members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

See Also