Journals
Publish with us
Publishing partnerships
About us
Blog
Mathematical Problems in Engineering
Journal overview
For authors
For reviewers
For editors
Table of Contents
Special Issues
Mathematical Problems in Engineering
/
2021
/
Article
/
Tab 2
/
Research Article
Binary Bitwise Artificial Bee Colony as Feature Selection Optimization Approach within Taguchi’s T-Method
Table 2
Bitwise logical index sample operation.
Bitwise operator and description
And
Or
Exclusive or
Input
a & b
a ∣ b
a ^ b
A
B
Results
1
1
1
1
0
0
1
0
1
1
1
0
0
1
1
0
0
0
0
0