Skip to content

Commit a0260a5

Browse files
add cdan
1 parent 7b39f7c commit a0260a5

File tree

6 files changed

+527
-3
lines changed

6 files changed

+527
-3
lines changed

adapt/feature_based/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,6 @@
1212
from ._mcd import MCD
1313
from ._mdd import MDD
1414
from ._wdgrl import WDGRL
15+
from ._cdan import CDAN
1516

16-
__all__ = ["FE", "CORAL", "DeepCORAL", "ADDA", "DANN", "mSDA", "MCD", "MDD", "WDGRL", "BaseDeepFeature"]
17+
__all__ = ["FE", "CORAL", "DeepCORAL", "ADDA", "DANN", "mSDA", "MCD", "MDD", "WDGRL", "BaseDeepFeature", "CDAN"]

0 commit comments

Comments
 (0)