Click or drag to resize

IDimensionReductionMethod Interface

Base interface for dimension-reduction analyses, for example principal component analysis (PCA) or non-negative matrix factorization (NMF).

Namespace: Altaxo.Calc.Regression.Multivariate
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public interface IDimensionReductionMethod : IImmutable

The IDimensionReductionMethod type exposes the following members.

Properties
 NameDescription
Public propertyDisplayName Gets a user-friendly name for the GUI.
Top
Methods
 NameDescription
Public methodExecuteDimensionReduction Executes the dimension reduction on the provided process data.
Top
See Also