Click or drag to resize
Accord.NET (logo)

CircularDescriptiveAnalysisLearn Method

Learns a model that can map the given inputs to the desired outputs.

Namespace:  Accord.Statistics.Analysis
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public CircularDescriptiveAnalysis Learn(
	double[][] x
)
Request Example View Source

Parameters

x
Type: SystemDouble
The model inputs.

Return Value

Type: CircularDescriptiveAnalysis
A model that has learned how to produce suitable outputs given the input data x.

Implements

IDescriptiveLearningTModel, TInputLearn(TInput)
See Also