Click or drag to resize
Accord.NET (logo)

CircularDescriptiveAnalysis Constructor (Double, Double)

Note: This API is now obsolete.

Constructs the Circular Descriptive Analysis.

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

Parameters

data
Type: SystemDouble
The source data to perform analysis.
length
Type: SystemDouble
The length of each circular variable (i.e. 24 for hours).
See Also