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

AVL.DeepLearning_Configure

Filter is used to change basic Deep Learning configuration.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void DeepLearning_Configure
(
	int inPort
)

Parameters

Name Type Range Default Description
inPortint<0, 65535>8210Number of port used by service. Default value: 8210.

Errors

List of possible exceptions:

Error type Description
DomainError Filter DeepLearning_Configure can be executed before any connection to service was performed.

Function Overrides

See also