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
inPortint<0, 65535>8210Number 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