This commit is contained in:
Jiaming Yuan
2021-11-15 01:28:11 +08:00
committed by GitHub
parent a7057fa64c
commit d4274bc556
6 changed files with 17 additions and 18 deletions

View File

@@ -93,7 +93,7 @@ class MetaInfo {
* \brief Weight of each feature, used to define the probability of each feature being
* selected when using column sampling.
*/
HostDeviceVector<float> feature_weigths;
HostDeviceVector<float> feature_weights;
/*! \brief default constructor */
MetaInfo() = default;