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

See also