C++ API Reference for Intel® Data Analytics Acceleration Library 2020 Update 1
Contains version 1.0 of Intel(R) Data Analytics Acceleration Library (Intel(R) DAAL) interface.
Classes | |
class | DistributedContainer |
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 |
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... | |
class | OnlineContainer |
Class containing methods to compute the result of the PCA algorithm. More... | |
class | OnlineContainer< algorithmFPType, correlationDense, cpu > |
Class containing methods to compute the result of the PCA algorithm. More... | |
class | OnlineContainer< algorithmFPType, svdDense, cpu > |
Class containing methods to compute the results of the PCA algorithm. More... | |
class | Online |
Computes the results of the PCA algorithm. More... | |
class | Online< algorithmFPType, correlationDense > |
Computes the results of the PCA Correlation algorithm. More... | |
class | Online< algorithmFPType, svdDense > |
Computes the results of the PCA SVD algorithm. More... | |
class | InputIface |
Abstract class that specifies interface for classes that declare input of the PCA algorithm. More... | |
class | Input |
Input objects for the PCA algorithm. More... | |
class | PartialResultBase |
Provides interface to access partial results obtained with the compute() method of the PCA algorithm in the online or distributed processing mode. More... | |
class | PartialResult |
Provides methods to access partial results obtained with the compute() method of the PCA algorithm in the online or distributed processing mode. More... | |
class | PartialResult< daal::algorithms::pca::correlationDense > |
Provides methods to access partial results obtained with the compute() method of the PCA Correlation algorithm in the online or distributed processing mode. More... | |
class | PartialResult< daal::algorithms::pca::svdDense > |
Provides methods to access partial results obtained with the compute() method of PCA SVD algorithm in the online or distributed processing mode. More... | |
class | BaseParameter |
Class that specifies the common parameters of the PCA algorithm. More... | |
class | OnlineParameter |
Class that specifies the parameters of the PCA algorithm in the online computing mode. More... | |
class | OnlineParameter< algorithmFPType, correlationDense > |
Class that specifies the parameters of the PCA Correlation algorithm in the online computing mode. More... | |
class | OnlineParameter< algorithmFPType, svdDense > |
Class that specifies the parameters of the PCA SVD algorithm in the online computing mode. More... | |
class | DistributedParameter |
Class that specifies the parameters of the PCA algorithm in the distributed computing mode. More... | |
class | DistributedParameter< step2Master, algorithmFPType, correlationDense > |
Class that specifies the parameters of the PCA Correlation algorithm in the distributed computing mode. More... | |
class | DistributedInput |
Input objects for the PCA algorithm in the distributed processing mode. More... | |
class | DistributedInput< correlationDense > |
Input objects for the PCA Correlation algorithm in the distributed processing mode. More... | |
class | DistributedInput< svdDense > |
Input objects of the PCA SVD algorithm in the distributed processing mode. More... | |
For more complete information about compiler optimizations, see our Optimization Notice.