Create a learning engine model in the server.


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

Syntax

Visual Basic (Declaration)
Public Sub rlcreate( _ 
   ByVal rlModelName As String,  _ 
   ByVal rlModelFile As String _ 
) _
    Implements INetricsServerInterface.rlcreate
C#
public void rlcreate(
   string rlModelName,
   string rlModelFile
)
C++
public:
 void rlcreate(
   String rlModelName,
   String rlModelFile
) sealed 
J#
public void rlcreate(
   string rlModelName,
   string rlModelFile
)
JScript
public  function rlcreate(
   rlModelName : String,
   rlModelFile : String
)

Parameters

rlModelName
The name of the model to create.
rlModelFile
The location of the model on disk.

Implements

INetricsServerInterface.rlcreate

See Also