C# 클래스 Encog.Neural.Networks.Training.SVD.SVDTraining

Trains a RBF network using a Single Value Decomposition (SVD) solution. Contributed to Encog By M.Dean and M.Fletcher University of Cambridge, Dept. of Physics, UK
상속: BasicTraining
파일 보기 프로젝트 열기: encog/encog-silverlight-core 1 사용 예제들

공개 메소드들

메소드 설명
Iteration ( ) : void

Perform one iteration.

SVDTraining ( BasicNetwork network, INeuralDataSet training ) : System

Construct the LMA object.

메소드 상세

Iteration() 공개 메소드

Perform one iteration.
public Iteration ( ) : void
리턴 void

SVDTraining() 공개 메소드

Construct the LMA object.
public SVDTraining ( BasicNetwork network, INeuralDataSet training ) : System
network BasicNetwork The network to train. Must have a single output neuron.
training INeuralDataSet The training data to use. Must be indexable.
리턴 System