You are here: Start » DLInvoke.DL_ClassifyObject_AccessDeepModel

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
inModelDirectorystringA Classify Object model stored in a specific disk directory.
outClassNamesSystem.Collections.Generic.List<string>Returns array with the names of the classes used in the training.

See also