Click or drag to resize
Accord.NET (logo)

KernelPrincipalComponentAnalysisKernel Property

Gets or sets the Kernel used in the analysis.

Namespace:  Accord.Statistics.Analysis
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public IKernel Kernel { get; set; }
Request Example View Source

Property Value

Type: IKernel
See Also