gaoxiang12 / slambook

MIT License
6.79k stars 3.25k forks source link

dbow3使用surf或者其他的浮点型训练词典卡在那里是怎么回事,不支持浮点型训练词典吗? #229

Open goldwater668 opened 4 years ago

goldwater668 commented 4 years ago
const int K = 10;

const int L = 5;

const WeightingType weight = TF_IDF;

const ScoringType score = L1_NORM;

Vocabulary vocab(K, L, weight, score);