|
Thrill
0.1
|
Classes | |
| struct | DataPoint |
| Model for one point consisting of a d-dimensional position and a label. More... | |
| struct | GradientResult |
| class | LeastSquaresGradient |
| class | StochasticGradientDescent |
| struct | SumResult |
Typedefs | |
| template<size_t D> | |
| using | Vector = thrill::common::Vector< D, double > |
| using | VVector = thrill::common::VVector< double > |
Functions | |
| template<typename Vector > | |
| std::ostream & | operator<< (std::ostream &os, const DataPoint< Vector > &p) |
| using Vector = thrill::common::Vector<D, double> |
Definition at line 34 of file stochastic_gradient_descent.hpp.
| using VVector = thrill::common::VVector<double> |
Definition at line 36 of file stochastic_gradient_descent.hpp.
| std::ostream& examples::stochastic_gradient_descent::operator<< | ( | std::ostream & | os, |
| const DataPoint< Vector > & | p | ||
| ) |
Definition at line 51 of file stochastic_gradient_descent.hpp.