nystrom-ncut 0.1.9__py3-none-any.whl → 0.1.10__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- nystrom_ncut/transformer/transformer_mixin.py +1 -2
- {nystrom_ncut-0.1.9.dist-info → nystrom_ncut-0.1.10.dist-info}/METADATA +1 -1
- {nystrom_ncut-0.1.9.dist-info → nystrom_ncut-0.1.10.dist-info}/RECORD +6 -6
- {nystrom_ncut-0.1.9.dist-info → nystrom_ncut-0.1.10.dist-info}/LICENSE +0 -0
- {nystrom_ncut-0.1.9.dist-info → nystrom_ncut-0.1.10.dist-info}/WHEEL +0 -0
- {nystrom_ncut-0.1.9.dist-info → nystrom_ncut-0.1.10.dist-info}/top_level.txt +0 -0
@@ -2,10 +2,9 @@ from abc import abstractmethod
|
|
2
2
|
from typing import Any
|
3
3
|
|
4
4
|
import torch
|
5
|
-
from sklearn.base import TransformerMixin, BaseEstimator
|
6
5
|
|
7
6
|
|
8
|
-
class TorchTransformerMixin
|
7
|
+
class TorchTransformerMixin:
|
9
8
|
"""Mixin class for all transformers in scikit-learn.
|
10
9
|
|
11
10
|
This mixin defines the following functionality:
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.2
|
2
2
|
Name: nystrom_ncut
|
3
|
-
Version: 0.1.
|
3
|
+
Version: 0.1.10
|
4
4
|
Summary: Normalized Cut and Nyström Approximation
|
5
5
|
Author-email: Huzheng Yang <huze.yann@gmail.com>, Wentinn Liao <wentinn.liao@gmail.com>
|
6
6
|
Project-URL: Documentation, https://github.com/JophiArcana/Nystrom-NCUT/
|
@@ -10,9 +10,9 @@ nystrom_ncut/nystrom/normalized_cut.py,sha256=5aR-CbRAWQVOA1FlQCuxSKEik9tR9sNLsJ
|
|
10
10
|
nystrom_ncut/nystrom/nystrom_utils.py,sha256=5w-2GAMb7b6ArZdPEnAnKPFFrsbHSfC-S78cvrR6O20,12806
|
11
11
|
nystrom_ncut/transformer/__init__.py,sha256=jjXjcNp3LrxeF6mqG9VY5k3asrqaY6bXzJz6wTpH78Q,105
|
12
12
|
nystrom_ncut/transformer/axis_align.py,sha256=pX7wk4O6fj-CwRv1TYyPYXsTmmXUtQ5q0c5fDQBVE6Q,3068
|
13
|
-
nystrom_ncut/transformer/transformer_mixin.py,sha256=
|
14
|
-
nystrom_ncut-0.1.
|
15
|
-
nystrom_ncut-0.1.
|
16
|
-
nystrom_ncut-0.1.
|
17
|
-
nystrom_ncut-0.1.
|
18
|
-
nystrom_ncut-0.1.
|
13
|
+
nystrom_ncut/transformer/transformer_mixin.py,sha256=YAjrDWTL5Hjnk9J2OsoxvtwT2N0u8IdgMSx0rRFmZzE,1653
|
14
|
+
nystrom_ncut-0.1.10.dist-info/LICENSE,sha256=2bm9uFabQZ3Ykb_SaSU_uUbAj2-htc6WJQmS_65qD00,1073
|
15
|
+
nystrom_ncut-0.1.10.dist-info/METADATA,sha256=klm6vyp2lsQA82we85bhvK6Xz2pAPhBeJw57lYN0abA,6059
|
16
|
+
nystrom_ncut-0.1.10.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
|
17
|
+
nystrom_ncut-0.1.10.dist-info/top_level.txt,sha256=gM8IWWHYysIRTCvCTcdS4RShOyl9pxpylgSwPUZR2XM,22
|
18
|
+
nystrom_ncut-0.1.10.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|