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,
	int? inConnectionTimeout
)

Parameters

Name Type Range Default Description
inPortint<0, 65535>8200Number of port used by sever. Default value: 8200.
inConnectionTimeoutint?<0, INF>10000Time which each filter will try to connect to service. Default value: 10000, or null.

See also