ai.BooleanFunction {boolfun} | R Documentation |
Returns the algebraic immunity - see Details.
## S3 method for class 'BooleanFunction': ai(this, ...)
this |
- |
... |
Not used |
The algebraic immunity is obtained by gaussian elimination using C++ code. For more information, type vignette(boolfun)
.
This method returns the smallest degree (integer) of a non-zero annihilator of the function (f) or its complement (1+f).