You are here: Start » AVLDL.DeepLearning_ClassifyObject_AccessDeepModel Method

AVLDL.DeepLearning_ClassifyObject_AccessDeepModel Method

Namespace:AvlNet.DeepLearning
Assembly:AvlDl.Net.dll

Syntax

public static void DeepLearning_ClassifyObject_AccessDeepModel
(
	string inDeepModelLocation,
	IList<string> outClassNames
)

Parameters

Name Type Range Default Description
inDeepModelLocationstringPath to the model
outClassNamesSystem.Collections.Generic.IList<string>Array with the names of the classes used in the training

See also