numerical-collection-cpp 0.10.0
A collection of algorithms in numerical analysis implemented in C++
Loading...
Searching...
No Matches
add_noise.h File Reference

Definition of add_noise function. More...

#include <random>
#include <Eigen/Core>
#include "num_collect/base/index_type.h"
Include dependency graph for add_noise.h:

Go to the source code of this file.

Namespaces

namespace  num_prob_collect
 Namespace of problems for test of num_collect.
namespace  num_prob_collect::regularization
 Namespace of regularization.

Functions

void num_prob_collect::regularization::add_noise (Eigen::MatrixXd &data, double rate)
 Add noise to data.

Detailed Description

Definition of add_noise function.

Definition in file add_noise.h.