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

Show file Open project: PaulMineau/AIMA.Net Class Usage Examples

Public Methods

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

Method Details

NNExample() public method

public NNExample ( List normalizedInput, List normalizedTarget ) : System
normalizedInput List
normalizedTarget List
return System

copyExample() public method

public copyExample ( ) : NNExample
return NNExample

getInput() public method

public getInput ( ) : Vector
return AIMA.Core.Util.Math.Vector

getTarget() public method

public getTarget ( ) : Vector
return AIMA.Core.Util.Math.Vector

isCorrect() public method

public isCorrect ( Vector prediction ) : bool
prediction AIMA.Core.Util.Math.Vector
return bool