SG++-Doxygen-Documentation
sgpp::datadriven::clusteringmpi::OperationPrunedGraphCreationMPI Class Reference

#include <OperationCreatePrunedGraphMPI.hpp>

Inheritance diagram for sgpp::datadriven::clusteringmpi::OperationPrunedGraphCreationMPI:
sgpp::datadriven::clusteringmpi::PrunedGraphCreationWorker sgpp::datadriven::clusteringmpi::MPIWorkerGridBase sgpp::datadriven::clusteringmpi::MPIWorkerGraphBase sgpp::datadriven::clusteringmpi::MPIWorkerPackageBase< int > sgpp::datadriven::clusteringmpi::MPIWorkerBase sgpp::datadriven::clusteringmpi::MPIWorkerBase sgpp::datadriven::clusteringmpi::MPIWorkerBase

Public Member Functions

virtual void create_graph (std::vector< int > &result)
 
 OperationPrunedGraphCreationMPI (base::Grid &grid, base::DataVector &alpha, base::DataMatrix &data, int k, double treshold, std::string ocl_conf_filename)
 
virtual ~OperationPrunedGraphCreationMPI ()
 
- Public Member Functions inherited from sgpp::datadriven::clusteringmpi::PrunedGraphCreationWorker
 PrunedGraphCreationWorker ()
 
 PrunedGraphCreationWorker (base::Grid &grid, base::DataVector &alpha, base::DataMatrix &data, int k, double treshold, std::string ocl_conf_filename)
 
virtual ~PrunedGraphCreationWorker (void)
 
- Public Member Functions inherited from sgpp::datadriven::clusteringmpi::MPIWorkerGridBase
virtual ~MPIWorkerGridBase ()
 
- Public Member Functions inherited from sgpp::datadriven::clusteringmpi::MPIWorkerBase
 MPIWorkerBase (std::string worker_class_name)
 
 MPIWorkerBase ()
 
void release_sub_workers (void)
 
void start_sub_workers (void)
 
virtual ~MPIWorkerBase (void)
 
- Public Member Functions inherited from sgpp::datadriven::clusteringmpi::MPIWorkerPackageBase< int >
 MPIWorkerPackageBase (std::string operationName, int multiplier)
 
 MPIWorkerPackageBase (std::string operationName, int multiplier, std::string ocl_conf_filename)
 
void start_worker_main (void)
 
virtual ~MPIWorkerPackageBase ()
 

Additional Inherited Members

- Protected Member Functions inherited from sgpp::datadriven::clusteringmpi::PrunedGraphCreationWorker
void begin_opencl_operation (int *workpackage)
 
void finalize_opencl_operation (int *result_buffer, int *workpackage)
 
void receive_and_send_initial_data (void)
 
- Protected Member Functions inherited from sgpp::datadriven::clusteringmpi::MPIWorkerGridBase
 MPIWorkerGridBase (std::string operationName)
 
 MPIWorkerGridBase (std::string operationName, base::Grid &grid)
 
- Protected Member Functions inherited from sgpp::datadriven::clusteringmpi::MPIWorkerGraphBase
 MPIWorkerGraphBase (std::string operationName, sgpp::base::DataMatrix &data, int k)
 
 MPIWorkerGraphBase (sgpp::base::DataMatrix &data, int k)
 
 MPIWorkerGraphBase (std::string operationName)
 
virtual ~MPIWorkerGraphBase (void)
 
- Protected Member Functions inherited from sgpp::datadriven::clusteringmpi::MPIWorkerPackageBase< int >
void divide_workpackages (int *package, int *erg)
 
- Protected Attributes inherited from sgpp::datadriven::clusteringmpi::PrunedGraphCreationWorker
double * alpha
 
DensityOCLMultiPlatform::OperationCreateGraphOCLop
 
DensityOCLMultiPlatform::OperationPruneGraphOCLop_prune
 
double treshold
 
- Protected Attributes inherited from sgpp::datadriven::clusteringmpi::MPIWorkerGridBase
int complete_gridsize
 
int grid_dimensions
 
int * gridpoints
 
int gridsize
 
- Protected Attributes inherited from sgpp::datadriven::clusteringmpi::MPIWorkerBase
bool verbose
 
- Protected Attributes inherited from sgpp::datadriven::clusteringmpi::MPIWorkerGraphBase
double * dataset
 
int dataset_size
 
int dimensions
 
int k
 
- Protected Attributes inherited from sgpp::datadriven::clusteringmpi::MPIWorkerPackageBase< int >
MPI_Comm & master_worker_comm
 
MPI_Datatype mpi_typ
 
size_t opencl_device
 
bool opencl_node
 
size_t opencl_platform
 
bool overseer_node
 
int packagesize_multiplier
 
base::OCLOperationConfigurationparameters
 
bool prefetching
 
bool redistribute
 
int secondary_workpackage [2]
 
size_t size
 
MPI_Comm & sub_worker_comm
 

Constructor & Destructor Documentation

◆ OperationPrunedGraphCreationMPI()

sgpp::datadriven::clusteringmpi::OperationPrunedGraphCreationMPI::OperationPrunedGraphCreationMPI ( base::Grid grid,
base::DataVector alpha,
base::DataMatrix data,
int  k,
double  treshold,
std::string  ocl_conf_filename 
)
inline

◆ ~OperationPrunedGraphCreationMPI()

virtual sgpp::datadriven::clusteringmpi::OperationPrunedGraphCreationMPI::~OperationPrunedGraphCreationMPI ( )
inlinevirtual

Member Function Documentation

◆ create_graph()


The documentation for this class was generated from the following file: