MCPcopy Create free account
hub / github.com/lazyprogrammer/machine_learning_examples / set_session

Method set_session

hmm_class/hmmc_tf.py:26–27  ·  view source on GitHub ↗
(self, session)

Source from the content-addressed store, hash-verified

24 self.D = D # Gaussian dimensionality
25
26 def set_session(self, session):
27 self.session = session
28
29 def init_random(self, X):
30 pi0 = np.ones(self.M).astype(np.float32) # initial state distribution

Callers 2

real_signalFunction · 0.95
fake_signalFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected