heatFilter {sccore} | R Documentation |
Graph filter with the heat kernel: f(x) = exp(-\beta |x / \lambda_m - a|^b)
Description
Graph filter with the heat kernel: f(x) = exp(-\beta |x / \lambda_m - a|^b)
Usage
heatFilter(x, l.max, order = 1, offset = 0, beta = 30)
Arguments
x |
numeric Values to be filtered. Normally, these are graph laplacian engenvalues. |
l.max |
numeric Maximum eigenvalue on the graph ( |
order |
numeric Parameter |
offset |
numeric Mean kernel value ( |
beta |
numeric Parameter |
Value
smoothed values for 'x'
See Also
Other graph smoothing:
computeChebyshevCoeffs()
,
smoothChebyshev()
,
smoothSignalOnGraph()
[Package sccore version 1.0.5 Index]