You are here: Start » DLInvoke.DL_ClassifyObject_AccessDeepModel
Returns the names of the classes used in training.
Namespace: | Fil |
---|---|
Assembly: | FilNet.DL.Cpu.dll |
Syntax
C++
C#
public static void DL_ClassifyObject_AccessDeepModel ( string inModelDirectory, List<string> outClassNames )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inModelDirectory | string | A Classify Object model stored in a specific disk directory. | ||
![]() | outClassNames | System.Collections.Generic.List<string> | Returns array with the names of the classes used in the training. |