Function __global->calculation_internal_heuristic_confidence
Definitions
sources/antispam.php
- Get the spam confidence number by looking at internal heuristics.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: array
Returns
- A pair: Confidence number, scoring text
- Type: array
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Get the spam confidence number by looking at internal heuristics.
*
* @return array A pair: Confidence number, scoring text
*/
function calculation_internal_heuristic_confidence() : array
* Get the spam confidence number by looking at internal heuristics.
*
* @return array A pair: Confidence number, scoring text
*/
function calculation_internal_heuristic_confidence() : array
