ATTPCROOT
0.3.0-alpha
A ROOT-based framework for analyzing data from active target detectors
|
#include "dnn.h"
#include "pointcloud.h"
#include <algorithm>
#include <cstddef>
#include <memory>
#include <numeric>
#include <vector>
#include "kdtree/kdtree.hpp"
Go to the source code of this file.
Functions | |
void | compute_mean_square_distance (const PointCloud &cloud, std::vector< double > &msd, int k) |
double | first_quartile (const PointCloud &cloud) |
void compute_mean_square_distance | ( | const PointCloud & | cloud, |
std::vector< double > & | msd, | ||
int | k | ||
) |
double first_quartile | ( | const PointCloud & | cloud | ) |