Skip to content

Commit 0874415

Browse files
add mdd, mcd and batch kmm
1 parent 758d0ff commit 0874415

File tree

5 files changed

+618
-12
lines changed

5 files changed

+618
-12
lines changed

adapt/feature_based/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
from ._fe import FE
66
from ._coral import CORAL
77
from ._msda import mSDA
8-
from ._deep import DANN, ADDA, DeepCORAL
8+
from ._deep import DANN, ADDA, DeepCORAL, MCD, MDD
99

10-
__all__ = ["FE", "CORAL", "DeepCORAL", "ADDA", "DANN", "mSDA"]
10+
__all__ = ["FE", "CORAL", "DeepCORAL", "ADDA", "DANN", "mSDA", "MCD", "MDD"]

0 commit comments

Comments
 (0)