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

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

공개 메소드들

메소드 설명
Evaluate ( double x, double output, double derivative ) : void

Contrast function.

Exponential ( ) : System

Initializes a new instance of the Exponential class.

Exponential ( double alpha ) : System

Initializes a new instance of the Exponential 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

Exponential() 공개 메소드

Initializes a new instance of the Exponential class.
public Exponential ( ) : System
리턴 System

Exponential() 공개 메소드

Initializes a new instance of the Exponential class.
public Exponential ( double alpha ) : System
alpha double The exponential alpha constant. Default is 1.
리턴 System