C# Class Encog.Neural.PNN.BasicPNN

Inheritance: AbstractPNN, IMLRegression
Afficher le fichier Open project: encog/encog-silverlight-core Class Usage Examples

Méthodes publiques

Méthode Description
BasicPNN ( PNNKernelType kernel, PNNOutputMode outmodel, int inputCount, int outputCount ) : System

Construct a BasicPNN network.

Compute ( IMLData input ) : IMLData

Compute the output from this network.

UpdateProperties ( ) : void

Method Details

BasicPNN() public méthode

Construct a BasicPNN network.
public BasicPNN ( PNNKernelType kernel, PNNOutputMode outmodel, int inputCount, int outputCount ) : System
kernel PNNKernelType The kernel to use.
outmodel PNNOutputMode The output model for this network.
inputCount int The number of inputs in this network.
outputCount int The number of outputs in this network.
Résultat System

Compute() public final méthode

Compute the output from this network.
public final Compute ( IMLData input ) : IMLData
input IMLData The input to the network.
Résultat IMLData

UpdateProperties() public méthode

public UpdateProperties ( ) : void
Résultat void