Click or drag to resize
Accord.NET (logo)

DescriptiveAnalysis Constructor (Double, String)

Note: This API is now obsolete.

Constructs the Descriptive Analysis.

Namespace:  Accord.Statistics.Analysis
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
[ObsoleteAttribute("Please pass only columnNames and call the Learn() method passing the data to be analyzed.")]
public DescriptiveAnalysis(
	double[,] data,
	string[] columnNames
)
Request Example View Source

Parameters

data
Type: SystemDouble
The source data to perform analysis.
columnNames
Type: SystemString
Names for the analyzed variables.
See Also