Exemplo n.º 1
0
 def setstate(self, state):
     self.MQ = state.pop()
     self.NQ = state.pop()
     self.num_data = state.pop()
     self.num_inducing = state.pop()
     self.input_dim = state.pop()
     self.nparams = state.pop()
     self.gref = state.pop()
     self.bgplvms = state.pop()
     self.names = state.pop()
     Model.setstate(self, state)
Exemplo n.º 2
0
Arquivo: mrd.py Projeto: Dalar/GPy
 def setstate(self, state):
     self.MQ = state.pop()
     self.NQ = state.pop()
     self.num_data = state.pop()
     self.num_inducing = state.pop()
     self.input_dim = state.pop()
     self.nparams = state.pop()
     self.gref = state.pop()
     self.bgplvms = state.pop()
     self.names = state.pop()
     Model.setstate(self, state)