You are here: Start » AVL.NET » AVL.DeepLearning_LoadModel

AVL.DeepLearning_LoadModel

Loads Deep Learning model for further usage.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void DeepLearning_LoadModel
(
	AvlNet.DeepLearningConnectionState ioState,
	string inDeepModelLocation,
	out string outDeepModel
)

Parameters

Name Type Range Default Description
ioStateAvlNet.DeepLearningConnectionState
inDeepModelLocationstring
outDeepModelstring

Errors

List of possible exceptions:

Error type Description
DomainError Invalid DeepModel in DeepLearning_LoadModel.

See also