INeuralNetwork.DeleteNetwork

Fore Syntax

DeleteNetwork;

Fore.NET Syntax

DeleteNetwork();

Description

The DeleteNetwork method deletes neural network.

Comments

Network deletion is necessary to release system resources.

Fore and Fore.NET Examples

The method use is given in the example for INeuralNetwork.GetClosestNeuron.

See also:

INeuralNetwork