Vowpal Wabbit
|
Public Member Functions | |
initial_weights (weight initial, weight initial_random, bool random, uint32_t lda, uint32_t stride) | |
Public Attributes | |
weight | _initial |
weight | _initial_random |
bool | _random |
uint32_t | _lda |
uint32_t | _stride |
Definition at line 763 of file lda_core.cc.
|
inline |
Definition at line 770 of file lda_core.cc.
weight initial_weights::_initial |
Definition at line 765 of file lda_core.cc.
Referenced by set_initial_lda_wrapper< T >::func().
weight initial_weights::_initial_random |
Definition at line 766 of file lda_core.cc.
Referenced by set_initial_lda_wrapper< T >::func().
uint32_t initial_weights::_lda |
Definition at line 768 of file lda_core.cc.
Referenced by set_initial_lda_wrapper< T >::func().
bool initial_weights::_random |
Definition at line 767 of file lda_core.cc.
Referenced by set_initial_lda_wrapper< T >::func().
uint32_t initial_weights::_stride |
Definition at line 769 of file lda_core.cc.