check_if_the_same(const Persistence_heat_maps &second) const | Gudhi::Persistence_representations::Persistence_heat_maps< Scalling_of_kernels > | inline |
compute_average(const std::vector< Persistence_heat_maps *> &to_average) | Gudhi::Persistence_representations::Persistence_heat_maps< Scalling_of_kernels > | |
compute_mean(const std::vector< Persistence_heat_maps *> &maps) | Gudhi::Persistence_representations::Persistence_heat_maps< Scalling_of_kernels > | |
compute_median(const std::vector< Persistence_heat_maps *> &maps) | Gudhi::Persistence_representations::Persistence_heat_maps< Scalling_of_kernels > | |
compute_percentage_of_active(const std::vector< Persistence_heat_maps *> &maps, size_t cutoff=1) | Gudhi::Persistence_representations::Persistence_heat_maps< Scalling_of_kernels > | |
compute_scalar_product(const Persistence_heat_maps &second_) const | Gudhi::Persistence_representations::Persistence_heat_maps< Scalling_of_kernels > | |
distance(const Persistence_heat_maps &second_, double power=1) const | Gudhi::Persistence_representations::Persistence_heat_maps< Scalling_of_kernels > | |
get_max() const | Gudhi::Persistence_representations::Persistence_heat_maps< Scalling_of_kernels > | inline |
get_min() const | Gudhi::Persistence_representations::Persistence_heat_maps< Scalling_of_kernels > | inline |
get_x_range() const | Gudhi::Persistence_representations::Persistence_heat_maps< Scalling_of_kernels > | inline |
get_y_range() const | Gudhi::Persistence_representations::Persistence_heat_maps< Scalling_of_kernels > | inline |
load_from_file(const char *filename) | Gudhi::Persistence_representations::Persistence_heat_maps< Scalling_of_kernels > | |
multiply_by_scalar(double scalar) const | Gudhi::Persistence_representations::Persistence_heat_maps< Scalling_of_kernels > | inline |
number_of_projections_to_R() const | Gudhi::Persistence_representations::Persistence_heat_maps< Scalling_of_kernels > | inline |
number_of_vectorize_functions() const | Gudhi::Persistence_representations::Persistence_heat_maps< Scalling_of_kernels > | inline |
operator!=(const Persistence_heat_maps &rhs) const | Gudhi::Persistence_representations::Persistence_heat_maps< Scalling_of_kernels > | inline |
operator*(double scalar, const Persistence_heat_maps &A) | Gudhi::Persistence_representations::Persistence_heat_maps< Scalling_of_kernels > | friend |
operator*(const Persistence_heat_maps &A, double scalar) | Gudhi::Persistence_representations::Persistence_heat_maps< Scalling_of_kernels > | friend |
operator*(double scalar) | Gudhi::Persistence_representations::Persistence_heat_maps< Scalling_of_kernels > | inline |
operator*=(double x) | Gudhi::Persistence_representations::Persistence_heat_maps< Scalling_of_kernels > | inline |
operator+(const Persistence_heat_maps &first, const Persistence_heat_maps &second) | Gudhi::Persistence_representations::Persistence_heat_maps< Scalling_of_kernels > | friend |
operator+=(const Persistence_heat_maps &rhs) | Gudhi::Persistence_representations::Persistence_heat_maps< Scalling_of_kernels > | inline |
operator-(const Persistence_heat_maps &first, const Persistence_heat_maps &second) | Gudhi::Persistence_representations::Persistence_heat_maps< Scalling_of_kernels > | friend |
operator-=(const Persistence_heat_maps &rhs) | Gudhi::Persistence_representations::Persistence_heat_maps< Scalling_of_kernels > | inline |
operator/=(double x) | Gudhi::Persistence_representations::Persistence_heat_maps< Scalling_of_kernels > | inline |
operator==(const Persistence_heat_maps &rhs) const | Gudhi::Persistence_representations::Persistence_heat_maps< Scalling_of_kernels > | inline |
Persistence_heat_maps() | Gudhi::Persistence_representations::Persistence_heat_maps< Scalling_of_kernels > | inline |
Persistence_heat_maps(const std::vector< std::pair< double, double > > &interval, std::vector< std::vector< double > > filter=create_Gaussian_filter(5, 1), bool erase_below_diagonal=false, size_t number_of_pixels=1000, double min_=std::numeric_limits< double >::max(), double max_=std::numeric_limits< double >::max()) | Gudhi::Persistence_representations::Persistence_heat_maps< Scalling_of_kernels > | |
Persistence_heat_maps(const char *filename, std::vector< std::vector< double > > filter=create_Gaussian_filter(5, 1), bool erase_below_diagonal=false, size_t number_of_pixels=1000, double min_=std::numeric_limits< double >::max(), double max_=std::numeric_limits< double >::max(), unsigned dimension=std::numeric_limits< unsigned >::max()) | Gudhi::Persistence_representations::Persistence_heat_maps< Scalling_of_kernels > | |
Persistence_heat_maps(const std::vector< std::pair< double, double > > &interval, const std::function< double(std::pair< double, double >, std::pair< double, double >)> &kernel, size_t number_of_x_pixels, size_t number_of_y_pixels, double min_x=0, double max_x=1, double min_y=0, double max_y=1) | Gudhi::Persistence_representations::Persistence_heat_maps< Scalling_of_kernels > | |
Persistence_heat_maps(const std::vector< std::pair< double, double > > &interval, const std::function< double(std::pair< double, double >, std::pair< double, double >)> &kernel) | Gudhi::Persistence_representations::Persistence_heat_maps< Scalling_of_kernels > | |
plot(const char *filename) const | Gudhi::Persistence_representations::Persistence_heat_maps< Scalling_of_kernels > | |
print_to_file(const char *filename) const | Gudhi::Persistence_representations::Persistence_heat_maps< Scalling_of_kernels > | |
project_to_R(int number_of_function) const | Gudhi::Persistence_representations::Persistence_heat_maps< Scalling_of_kernels > | |
vectorize(int number_of_function) const | Gudhi::Persistence_representations::Persistence_heat_maps< Scalling_of_kernels > | |