Version:
3.0.0
Loading...
Searching...
No Matches
autopas
tuning
utils
Smoothing.h
Go to the documentation of this file.
1
7
#pragma once
8
9
#include <cstddef>
10
#include <tuple>
11
#include <vector>
12
13
#include "
autopas/tuning/searchSpace/Evidence.h
"
14
15
namespace
autopas::smoothing
{
16
26
long
smoothLastPoint
(
const
std::vector<Evidence> &points,
size_t
pointsPerEstimation);
27
28
}
// namespace autopas::smoothing
Evidence.h
autopas::smoothing
Algorithms for creating a smooth function through a series of points.
Definition:
namespaces.h:31
autopas::smoothing::smoothLastPoint
long smoothLastPoint(const std::vector< Evidence > &points, size_t pointsPerEstimation)
Calculates the smoothed y value for the last point in the given points according to the LOESS algorit...
Definition:
Smoothing.cpp:117
Generated by
1.9.7