Proyecto Final - Turinmachin
Recreación del minijuego de matemáticas de Brain-Age usando redes neuronales
Loading...
Searching...
No Matches
utec::neural_network::BSpline< T > Struct Template Reference

#include <kan.h>

Public Member Functions

 BSpline (size_t knots, T a, T b)
auto eval (T x) const -> std::vector< T >

Public Attributes

size_t knots
x_min
x_max
step
inv_step

Constructor & Destructor Documentation

◆ BSpline()

template<typename T>
utec::neural_network::BSpline< T >::BSpline ( size_t knots,
T a,
T b )
inline

Member Function Documentation

◆ eval()

template<typename T>
auto utec::neural_network::BSpline< T >::eval ( T x) const -> std::vector<T>
inline

Member Data Documentation

◆ inv_step

template<typename T>
T utec::neural_network::BSpline< T >::inv_step

◆ knots

template<typename T>
size_t utec::neural_network::BSpline< T >::knots

◆ step

template<typename T>
T utec::neural_network::BSpline< T >::step

◆ x_max

template<typename T>
T utec::neural_network::BSpline< T >::x_max

◆ x_min

template<typename T>
T utec::neural_network::BSpline< T >::x_min

The documentation for this struct was generated from the following file: