Click or drag to resize
Accord.NET (logo)

IEstimableTInput Interface

Interface for kernel functions with support for automatic parameter estimation.

Namespace:  Accord.Statistics.Kernels
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public interface IEstimable<TInput> : IKernel<TInput>
Request Example View Source

Type Parameters

TInput

The IEstimableTInput type exposes the following members.

Methods
See Also