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
Показать файл Открыть проект

Открытые методы

Метод Описание
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