Module adaptive_bandwidth_rbf

Module adaptive_bandwidth_rbf 

Source
Expand description

Adaptive bandwidth RBF kernel approximation methods

This module implements RBF kernel approximation with automatic bandwidth selection based on data characteristics. The bandwidth (gamma) parameter is optimized using various strategies including cross-validation, maximum likelihood, and heuristic methods.

Structs§

AdaptiveBandwidthRBFSampler
Adaptive bandwidth RBF sampler with automatic gamma selection

Enums§

BandwidthSelectionStrategy
Bandwidth selection strategy for adaptive RBF BandwidthSelectionStrategy
ObjectiveFunction
Objective function for bandwidth optimization ObjectiveFunction