DimensionReductionByLowRankFactorizationGetDisplayName Method |
Gets a display name for the specified factorization method type.
Namespace: Altaxo.Calc.Regression.MultivariateAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static string GetDisplayName(
Type t
)
Parameters
- t Type
- The factorization method type.
Return Value
StringA user-friendly display name.
See Also