Videre
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
py.extension_module(
|
||||
'_utils',
|
||||
[cython_gen.process('_utils.pyx'), utils_cython_tree],
|
||||
subdir: 'sklearn/manifold',
|
||||
install: true
|
||||
)
|
||||
|
||||
py.extension_module(
|
||||
'_barnes_hut_tsne',
|
||||
cython_gen.process('_barnes_hut_tsne.pyx'),
|
||||
dependencies: [np_dep, openmp_dep],
|
||||
subdir: 'sklearn/manifold',
|
||||
install: true
|
||||
)
|
||||
Reference in New Issue
Block a user