Adding refs to new clustering and offset model and utility

This commit is contained in:
Michael T Smith 2016-08-03 14:55:23 +01:00
parent 2e027367d0
commit c701fb9f09
2 changed files with 3 additions and 0 deletions

View file

@ -26,3 +26,5 @@ from .dpgplvm import DPBayesianGPLVM
from .state_space_model import StateSpace from .state_space_model import StateSpace
from .ibp_lfm import IBPLFM from .ibp_lfm import IBPLFM
from .gp_offset_regression import GPOffsetRegression

View file

@ -16,3 +16,4 @@ from . import initialization
from . import multioutput from . import multioutput
from . import parallel from . import parallel
from . import functions from . import functions
from . import cluster_with_offset