C# 클래스 AIMA.Core.Learning.Neural.NNExample

파일 보기 프로젝트 열기: PaulMineau/AIMA.Net 1 사용 예제들

공개 메소드들

메소드 설명
NNExample ( List normalizedInput, List normalizedTarget ) : System
copyExample ( ) : NNExample
getInput ( ) : Vector
getTarget ( ) : Vector
isCorrect ( Vector prediction ) : bool

메소드 상세

NNExample() 공개 메소드

public NNExample ( List normalizedInput, List normalizedTarget ) : System
normalizedInput List
normalizedTarget List
리턴 System

copyExample() 공개 메소드

public copyExample ( ) : NNExample
리턴 NNExample

getInput() 공개 메소드

public getInput ( ) : Vector
리턴 AIMA.Core.Util.Math.Vector

getTarget() 공개 메소드

public getTarget ( ) : Vector
리턴 AIMA.Core.Util.Math.Vector

isCorrect() 공개 메소드

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