|
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
)
<ObsoleteAttribute("Please pass only columnNames and call the Learn() method passing the data to be analyzed.")>
Public Sub New (
data As Double()(),
columnNames As String()
)
Request Example
View SourceParameters
- data
- Type: SystemDouble
The source data to perform analysis. - columnNames
- Type: SystemString
Names for the analyzed variables.
See Also