You are here:
Start »
AVL.NET »
AVL.DeepLearning_Configure Method
AVL.DeepLearning_Configure Method
Filter is used to change basic Deep Learning configuration.
| Namespace: | AvlNet |
| Assembly: | AVL.NET.dll |
Syntax
public static void DeepLearning_Configure(
int inPort
)
Parameters
|
Name |
Type |
Range |
Default |
Description |
 | inPort | int | <0, 65535> | 8210 | Number of port used by sever. Default value: 8210. |
Errors
| Error type |
Description |
| DomainError |
Filter DeepLearning_Configure can be executed before any connection to service was performed. |
See also