Navigation
class Gauss( Kernel ) | Source |
---|
Gauss is an unbound Kernel function
f( x ) = exp( -0.5 * x * x ).
Gauss( ) |
---|
Constructor.
Using
integral = sqrt( 2 π )
fwhm = sqrt( 2 log( 2 ) )
range = inf
result( x ) |
---|
Parameters
- x : array-like
input values
resultsq( xsq ) |
---|
Parameters
- x : array-like
the squares of the input values
partial( x ) |
---|
Parameters
- x : array-like
the input values
isBound( ) |
---|
name( ) |
---|
Return the name of the kernel
Methods inherited from Kernel |
---|