skdim.id.TwoNN.transform_pw¶
-
TwoNN.transform_pw(X=None)¶ Return an array of pointwise ID estimates after a previous call to self.fit_pw
Parameters: - X : Dummy parameter
Returns: - dimension_pw_ (np.array with dtype {int, float}) – Pointwise ID estimates
- dimension_pw_smooth_ (np.array with dtype float) – Smoothed pointwise ID estimates returned if self.fit_pw(smooth=True)