You are here:
Start »
FILDL.DL_ClassifyObject_AccessDeepModel Method
FILDL.DL_ClassifyObject_AccessDeepModel Method
Namespace: | FilNet.DeepLearning |
Assembly: | FilDl.Net.dll |
Syntax
public static void DL_ClassifyObject_AccessDeepModel
(
string inModelDirectory,
IList<string> outClassNames
)
Parameters
|
Name |
Type |
Range |
Default |
Description |
 | inModelDirectory | string | | | A Classify Object model stored in a specific disk directory |
 | outClassNames | System.Collections.Generic.IList<string> | | | Returns array with the names of the classes used in the training |
See also