C++ API Reference for Intel® Data Analytics Acceleration Library 2020 Update 1
Classes | |
class | DistributedContainer< computeStep, algorithmFPType, method, cpu > |
Class containing methods to compute the results of the PCA algorithm in the distributed processing mode. More... | |
class | DistributedContainer< step1Local, algorithmFPType, correlationDense, cpu > |
Class containing methods to compute the results of the PCA algorithm on the local node. More... | |
class | DistributedContainer< step2Master, algorithmFPType, correlationDense, cpu > |
Class containing methods to compute the results of the PCA algorithm on the master node. More... | |
class | DistributedContainer< step1Local, algorithmFPType, svdDense, cpu > |
Class containing methods to compute the results of the PCA algorithm on the local node. More... | |
class | DistributedContainer< step2Master, algorithmFPType, svdDense, cpu > |
Class containing methods to compute the results of the PCA algorithm on the master node. More... | |
class | Distributed< computeStep, algorithmFPType, method > |
Computes the result of the PCA algorithm. More... | |
class | Distributed< step1Local, algorithmFPType, method > |
Computes the results of the PCA algorithm on the local nodes. More... | |
class | Distributed< step2Master, algorithmFPType, correlationDense > |
Computes the result of the PCA Correlation algorithm on local nodes. More... | |
class | Distributed< step2Master, algorithmFPType, svdDense > |
Computes the result of the PCA SVD algorithm on local nodes. More... | |
For more complete information about compiler optimizations, see our Optimization Notice.