C# Class Encog.Neural.PNN.AbstractPNN

Inheritance: Encog.ML.BasicML
Afficher le fichier Open project: encog/encog-silverlight-core

Méthodes publiques

Méthode Description
Compute ( IMLData input ) : IMLData

Compute the output from the network.

ResetConfusion ( ) : void

Reset the confusion.

Méthodes protégées

Méthode Description
AbstractPNN ( PNNKernelType kernel, PNNOutputMode outputMode, int inputCount, int outputCount ) : System

Constructor.

Method Details

AbstractPNN() protected méthode

Constructor.
protected AbstractPNN ( PNNKernelType kernel, PNNOutputMode outputMode, int inputCount, int outputCount ) : System
kernel PNNKernelType The kernel type to use.
outputMode PNNOutputMode The output mode to use.
inputCount int The input count.
outputCount int The output count.
Résultat System

Compute() public abstract méthode

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

ResetConfusion() public méthode

Reset the confusion.
public ResetConfusion ( ) : void
Résultat void