You are here: Start » DLInvoke.DL_ClassifyObject_AccessModel

DLInvoke.DL_ClassifyObject_AccessModel

Returns the names of the classes used in training.

Namespace:Fil
Assembly:FilNet.DL.Cpu.dll

Syntax

C++
C#
 
public static void DL_ClassifyObject_AccessModel
(
	string inModelDirectory,
	List<string> outClassNames,
	Conditional<int> outModelVersion
)

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.
outModelVersionFtl.Conditional<int>

See also