|
|
Functions | |
| double | calculate_bhattacharyya_distance (std::vector< double > mean_one, std::vector< double > mean_two, std::vector< std::vector< double >> covariance_one, std::vector< std::vector< double >> covariance_two) |
| std::vector< std::vector< double > > | calculate_covariance_matrix (data::NDArray array, std::vector< double > mean=std::vector< double >()) |
| std::vector< double > | calculate_mean_values (data::NDArray array) |
| double | compute_similarity (const aron::data::NDArrayPtr p1, const aron::data::NDArrayPtr p2) |
| data::NDArray | normalize_ndarray (data::NDArrayPtr array, int j) |
| double calculate_bhattacharyya_distance | ( | std::vector< double > | mean_one, |
| std::vector< double > | mean_two, | ||
| std::vector< std::vector< double >> | covariance_one, | ||
| std::vector< std::vector< double >> | covariance_two | ||
| ) |
Definition at line 146 of file chernoff.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| std::vector< std::vector< double > > calculate_covariance_matrix | ( | data::NDArray | array, |
| std::vector< double > | mean = std::vector< double >() |
||
| ) |
Definition at line 89 of file chernoff.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| std::vector< double > calculate_mean_values | ( | data::NDArray | array | ) |
Definition at line 41 of file chernoff.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| double compute_similarity | ( | const aron::data::NDArrayPtr | p1, |
| const aron::data::NDArrayPtr | p2 | ||
| ) |
Definition at line 14 of file chernoff.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| armarx::aron::data::NDArray normalize_ndarray | ( | data::NDArrayPtr | array, |
| int | j | ||
| ) |
Definition at line 71 of file chernoff.cpp.
Here is the call graph for this function:
Here is the caller graph for this function: