https://github.com/jakevdp/wpca/blob/317b84153d904af1d0937bef2e862e76ca470421/wpca/wpca.py#L160 This appears to be calculating something more akin to cWWc. Should it instead be something like cWc = np.dot(cW, self.components_.T)?
wpca/wpca/wpca.py
Line 160 in 317b841
This appears to be calculating something more akin to cWWc. Should it instead be something like cWc = np.dot(cW, self.components_.T)?