PHP Class Phpml\Math\Kernel\RBF

Inheritance: implements Phpml\Math\Kernel
Show file Open project: php-ai/php-ml Class Usage Examples

Public Methods

Method Description
__construct ( float $gamma )
compute ( float $a, float $b ) : float

Method Details

__construct() public method

public __construct ( float $gamma )
$gamma float

compute() public method

public compute ( float $a, float $b ) : float
$a float
$b float
return float