C# 클래스 Encog.Normalize.Output.ZAxis.OutputFieldZAxisSynthetic

This field represents the synthetic value used in Z-Axis normalization. For more information see the OutputFieldZAxis class.
상속: OutputFieldGrouped
파일 보기 프로젝트 열기: encog/encog-silverlight-core

공개 메소드들

메소드 설명
Calculate ( int subfield ) : double

Calculate the synthetic value for this Z-Axis normalization.

OutputFieldZAxisSynthetic ( IOutputFieldGroup group ) : System

Construct a synthetic output field for Z-Axis.

RowInit ( ) : void

Not needed for this sort of output field.

메소드 상세

Calculate() 공개 메소드

Calculate the synthetic value for this Z-Axis normalization.
public Calculate ( int subfield ) : double
subfield int Not used.
리턴 double

OutputFieldZAxisSynthetic() 공개 메소드

Construct a synthetic output field for Z-Axis.
public OutputFieldZAxisSynthetic ( IOutputFieldGroup group ) : System
group IOutputFieldGroup The Z-Axis group that this belongs to.
리턴 System

RowInit() 공개 메소드

Not needed for this sort of output field.
public RowInit ( ) : void
리턴 void