Wanggcong / Spatial-Temporal-Re-identification

[AAAI 2019] Spatial Temporal Re-identification
MIT License
384 stars 77 forks source link

Laplace smoothing #30

Open hx121071 opened 4 years ago

hx121071 commented 4 years ago

The paper use Laplace smoothing to estimate a prior probability in Naive Bayes, but in the code I can't see where use the Laplace smoothing

Wanggcong commented 4 years ago

No Laplace smoothing. It is the motivation. We use logistic smoothing.