You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 23, 2024. It is now read-only.
A parameter 'algorithm' will create the enum class Algorithm. This name is imprecise and unpractical, especially if the name algorithm is used several times.
Desired solution
One solution would be to generate nested enum classes, so that the parameter algorithm in TruncatedSVD would create the enum class TruncatedSVD.Algorithm. Another (worse) solution would be to change the enum classes generated name to TruncatedSVDAlgorithm.