C# 클래스 Accord.Statistics.Analysis.ContrastFunctions.Logcosh

상속: IContrastFunction
파일 보기 프로젝트 열기: accord-net/framework

공개 메소드들

메소드 설명
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