GetParamsMixin# class polpo.preprocessing.sklearn.point_cloud.GetParamsMixin[source]# Bases: object get_params(deep=True)[source]# Get parameters for this estimator. Parameters: deep (bool, default=True) – If True, will return the parameters for this estimator and contained subobjects that are estimators. Returns: params (dict) – Parameter names mapped to their values.