C# Class AIMA.Core.Learning.Neural.NNExample

Afficher le fichier Open project: PaulMineau/AIMA.Net Class Usage Examples

Méthodes publiques

Méthode Description
NNExample ( List normalizedInput, List normalizedTarget ) : System
copyExample ( ) : NNExample
getInput ( ) : Vector
getTarget ( ) : Vector
isCorrect ( Vector prediction ) : bool

Method Details

NNExample() public méthode

public NNExample ( List normalizedInput, List normalizedTarget ) : System
normalizedInput List
normalizedTarget List
Résultat System

copyExample() public méthode

public copyExample ( ) : NNExample
Résultat NNExample

getInput() public méthode

public getInput ( ) : Vector
Résultat AIMA.Core.Util.Math.Vector

getTarget() public méthode

public getTarget ( ) : Vector
Résultat AIMA.Core.Util.Math.Vector

isCorrect() public méthode

public isCorrect ( Vector prediction ) : bool
prediction AIMA.Core.Util.Math.Vector
Résultat bool