|
DescriptiveAnalysis Constructor (String)
|
Constructs the Descriptive Analysis.
Namespace:
Accord.Statistics.Analysis
Assembly:
Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax public DescriptiveAnalysis(
string[] columnNames
)
Public Sub New (
columnNames As String()
)
Request Example
View SourceParameters
- columnNames
- Type: SystemString
Names for the analyzed variables.
See Also