We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec27573 commit 46f8506Copy full SHA for 46f8506
Orange/projection/manifold.py
@@ -1,12 +1,13 @@
1
import warnings
2
3
-import fastTSNE
4
import numpy as np
5
-import scipy.sparse as sp
6
import sklearn.manifold as skl_manifold
+import scipy.sparse as sp
7
from scipy.linalg import eigh as lapack_eigh
8
from scipy.sparse.linalg import eigsh as arpack_eigh
9
+import fastTSNE
10
+
11
import Orange
12
from Orange.data import Table, Domain, ContinuousVariable
13
from Orange.distance import Distance, DistanceModel, Euclidean
0 commit comments