Skip to content

Commit

Permalink
OwPCA: Remove dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
pavlin-policar committed Feb 15, 2019
1 parent c86b4cb commit cf1746e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Orange/widgets/unsupervised/owpca.py
Original file line number Diff line number Diff line change
Expand Up @@ -395,10 +395,6 @@ def _init_projector(self):
self._pca_projector.component = self.ncomponents
self._pca_preprocessors = PCA.preprocessors

def _update_decomposition(self):
self._init_projector()
self._update_normalize()

def _nselected_components(self):
"""Return the number of selected components."""
if self._pca is None:
Expand Down

0 comments on commit cf1746e

Please sign in to comment.