Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

get_bit()の使用を避ける #13

Closed
yk-tanigawa opened this issue Dec 18, 2015 · 2 comments
Closed

get_bit()の使用を避ける #13

yk-tanigawa opened this issue Dec 18, 2015 · 2 comments

Comments

@yk-tanigawa
Copy link
Owner

  • 列指向にした後に,err rateの計算の部分を書き換える
    • XORをつかって弱学習器の正誤を同時に判定
  • intではなくlong longとかを使うと,一命令でXORできる要素が増える!?
@yk-tanigawa
Copy link
Owner Author

[master c76ccf8] optimization in bit column mode

@yk-tanigawa
Copy link
Owner Author

[master fd98899] eliminate get_bit in the column oriented bit mode

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant