|
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) |
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 armarx::aron::similarity::chernoff::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 125 of file chernoff.cpp.
double armarx::aron::similarity::chernoff::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 >() |
||
) |
Definition at line 77 of file chernoff.cpp.
std::vector< double > calculate_mean_values | ( | data::NDArray | array | ) |
Definition at line 35 of file chernoff.cpp.
double compute_similarity | ( | const aron::data::NDArrayPtr | p1, |
const aron::data::NDArrayPtr | p2 | ||
) |
Definition at line 10 of file chernoff.cpp.
armarx::aron::data::NDArray normalize_ndarray | ( | data::NDArrayPtr | array, |
int | j | ||
) |
Definition at line 62 of file chernoff.cpp.