C# 클래스 Encog.Neural.Networks.Training.TrainingSetScore

Calculate a score based on a training set. This class allows simulated annealing or genetic algorithms just as you would any other training set based training method.
상속: ICalculateScore
파일 보기 프로젝트 열기: encog/encog-silverlight-core 1 사용 예제들

공개 메소드들

메소드 설명
CalculateScore ( IMLRegression method ) : double

Calculate the score for the network.

TrainingSetScore ( IMLDataSet training ) : Encog.ML

Construct a training set score calculation.

메소드 상세

CalculateScore() 공개 메소드

Calculate the score for the network.
public CalculateScore ( IMLRegression method ) : double
method IMLRegression The network to calculate for.
리턴 double

TrainingSetScore() 공개 메소드

Construct a training set score calculation.
public TrainingSetScore ( IMLDataSet training ) : Encog.ML
training IMLDataSet The training data to use.
리턴 Encog.ML