Click or drag to resize

DimensionReductionByLowRankFactorizationGetDisplayName Method

Gets a display name for the specified factorization method type.

Namespace: Altaxo.Calc.Regression.Multivariate
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static string GetDisplayName(
	Type t
)

Parameters

t  Type
The factorization method type.

Return Value

String
A user-friendly display name.
See Also