Skip to content

Commit 5a9ccff

Browse files
committed
init, get, set
1 parent cd82991 commit 5a9ccff

File tree

3 files changed

+849
-0
lines changed

3 files changed

+849
-0
lines changed

bayesml/gaussianmixture/__init__.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Document Author
2+
# Yuta Nakahara <yuta.nakahara@aoni.waseda.jp>
3+
4+
from ._gaussianmixture import GenModel
5+
# from ._gaussianmixture import LearnModel
6+
7+
__all__ = ["GenModel"]#,"LearnModel"]

0 commit comments

Comments
 (0)