Skip to content

Commit fbecc1b

Browse files
committed
set, get, and so on
1 parent 6fbbdeb commit fbecc1b

File tree

3 files changed

+331
-273
lines changed

3 files changed

+331
-273
lines changed

bayesml/gaussianmixture/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
# Yuta Nakahara <yuta.nakahara@aoni.waseda.jp>
33

44
from ._gaussianmixture import GenModel
5-
# from ._gaussianmixture import LearnModel
5+
from ._gaussianmixture import LearnModel
66

7-
__all__ = ["GenModel"]#,"LearnModel"]
7+
__all__ = ["GenModel","LearnModel"]

0 commit comments

Comments
 (0)