Click or drag to resize
Accord.NET (logo)

IContrastFunction Interface

Common interface for contrast functions.

Namespace:  Accord.Statistics.Analysis.ContrastFunctions
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public interface IContrastFunction
Request Example View Source

The IContrastFunction type exposes the following members.

Methods
  NameDescription
Public methodEvaluate
Contrast function.
Top
Remarks
Contrast functions are used as objective functions in neg-entropy calculations.
See Also