C# 클래스 Encog.Neural.Som.Training.Clustercopy.SOMClusterCopyTraining

SOM cluster copy is a very simple trainer for SOM's. Using this triner all of the training data is copied to the SOM weights. This can provide a functional SOM, or can be used as a starting point for training.
상속: Encog.ML.Train.BasicTraining
파일 보기 프로젝트 열기: encog/encog-silverlight-core 1 사용 예제들

공개 메소드들

메소드 설명
Iteration ( ) : void

Pause ( ) : TrainingContinuation

Resume ( TrainingContinuation state ) : void

SOMClusterCopyTraining ( SOMNetwork network, IMLDataSet training ) : Encog.ML

Construct the object.

비공개 메소드들

메소드 설명
CopyInputPattern ( int outputNeuron, IMLData input ) : void

Copy the specified input pattern to the weight matrix. This causes an output neuron to learn this pattern "exactly". This is useful when a winner is to be forced.

메소드 상세

Iteration() 공개 최종 메소드

public final Iteration ( ) : void
리턴 void

Pause() 공개 최종 메소드

public final Pause ( ) : TrainingContinuation
리턴 Encog.Neural.Networks.Training.Propagation.TrainingContinuation

Resume() 공개 메소드

public Resume ( TrainingContinuation state ) : void
state Encog.Neural.Networks.Training.Propagation.TrainingContinuation
리턴 void

SOMClusterCopyTraining() 공개 메소드

Construct the object.
public SOMClusterCopyTraining ( SOMNetwork network, IMLDataSet training ) : Encog.ML
network Encog.Neural.SOM.SOMNetwork The network to train.
training IMLDataSet The training data.
리턴 Encog.ML