Click or drag to resize
Accord.NET (logo)

IAnalysis Interface

Note: This API is now obsolete.

Common interface for statistical analysis.

Namespace:  Accord.Statistics.Analysis
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
[ObsoleteAttribute]
public interface IAnalysis
Request Example View Source

The IAnalysis type exposes the following members.

Methods
  NameDescription
Public methodCompute
Computes the analysis using given source data and parameters.
Top
See Also