Module benchmarking

Module benchmarking 

Source
Expand description

Comprehensive Benchmarking Framework for Kernel Approximation Methods

This module provides tools for benchmarking and comparing different kernel approximation methods in terms of approximation quality, computational performance, and memory usage.

Structs§

BenchmarkConfig
Configuration for benchmarking BenchmarkConfig
BenchmarkDataset
Benchmark dataset specification BenchmarkDataset
BenchmarkResult
Result of a benchmark run BenchmarkResult
BenchmarkSummary
Summary statistics across multiple benchmark runs BenchmarkSummary
KernelApproximationBenchmark
Benchmarking suite for kernel approximation methods KernelApproximationBenchmark

Enums§

PerformanceMetric
Performance metrics for computational evaluation PerformanceMetric
QualityMetric
Quality metrics for evaluating approximation quality QualityMetric

Traits§

BenchmarkableKernelMethod
Trait for benchmarkable kernel approximation methods
BenchmarkableTransformer
Trait for fitted kernel approximation methods that can transform data