Click or drag to resize
Accord.NET (logo)

IEstimableTInputEstimate Method

Estimates kernel parameters from the data.

Namespace:  Accord.Statistics.Kernels
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
void Estimate(
	TInput[] inputs
)
Request Example View Source

Parameters

inputs
Type: TInput
The input data.
See Also