Skip to content

Commit bca97f0

Browse files
committed
Add init, get, set
1 parent ce01ae0 commit bca97f0

File tree

3 files changed

+2714
-0
lines changed

3 files changed

+2714
-0
lines changed

bayesml/contexttree/__init__.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
from ._contexttree import GenModel
2+
from ._contexttree import LearnModel
3+
4+
__all__ = ["GenModel", "LearnModel"]

0 commit comments

Comments
 (0)