Exemple #1
0
 def _get_param_names(cls):
     """
     Returns the list of parameters
     of the estimator.
     """
     res = NMF._get_param_names()
     res = res + ["force_positive"]
     return res