You are here: Start » AVL.NET » AVL.DeepLearning_LoadModel
Loads Deep Learning model for further usage.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
C++
C#
public static void DeepLearning_LoadModel ( ref AvlNet.DeepLearningConnectionState ioState, string inDeepModelLocation, out string outDeepModel )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
| ioState | AvlNet.DeepLearningConnectionState | ||||
![]() | inDeepModelLocation | string | |||
![]() | outDeepModel | string |
Errors
| Error type | Description |
|---|---|
| DomainError | Invalid DeepModel in DeepLearning_LoadModel. |


