cd_binary_binary: added gibbs sampling
This commit is contained in:
@@ -102,7 +102,6 @@ class Entity:
|
||||
state = self.state.v_to_h(v)
|
||||
return state
|
||||
|
||||
|
||||
def v_given_h(self, h: Mat) -> Mat:
|
||||
state = self.state.h_to_v(h)
|
||||
return state
|
||||
|
||||
Reference in New Issue
Block a user