C# Класс Accord.Statistics.Analysis.ContrastFunctions.Logcosh

Наследование: IContrastFunction
Показать файл Открыть проект

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

Метод Описание
Evaluate ( double x, double output, double derivative ) : void

Contrast function.

Logcosh ( ) : System

Initializes a new instance of the Logcosh class.

Logcosh ( double alpha ) : System

Initializes a new instance of the Logcosh class.

Описание методов

Evaluate() публичный Метод

Contrast function.
public Evaluate ( double x, double output, double derivative ) : void
x double The vector of observations.
output double At method's return, this parameter /// should contain the evaluation of function over the vector /// of observations .
derivative double At method's return, this parameter /// should contain the evaluation of function derivative over /// the vector of observations .
Результат void

Logcosh() публичный Метод

Initializes a new instance of the Logcosh class.
public Logcosh ( ) : System
Результат System

Logcosh() публичный Метод

Initializes a new instance of the Logcosh class.
public Logcosh ( double alpha ) : System
alpha double The log-cosh alpha constant. Default is 1.
Результат System