RansML / Bayesian_Hilbert_Maps

Mapping spatiotemporal patterns in an online and continuous fashion
102 stars 24 forks source link

tutorial #3

Closed RansML closed 3 years ago

RansML commented 3 years ago

In the tutorial, np.exp( -1/gammaTemp * xTemp**2 ) should be np.exp( -gammaTemp * xTemp**2 )

hahakid commented 3 years ago

(−1.5,2) are closer to hinge points 7, 8, 4, and 5. should be (-1.6,2)

RansML commented 3 years ago

Thanks, we'll update!