Python* API Reference for Intel® Data Analytics Acceleration Library 2020 Update 1

Public Member Functions | List of all members
Input Class Reference

Input objects for the PCA algorithm. More...

Public Member Functions

def __init__
 
def getDataset
 
def setDataset
 
def setCorrelation
 
def getNFeatures
 
def check
 
- Public Member Functions inherited from InputIface
def getNFeatures
 
def isCorrelation
 
- Public Member Functions inherited from Input
def __init__
 
def check
 
- Public Member Functions inherited from Argument
def __init__
 
def __lshift__
 
def size
 

Detailed Description

Constructor & Destructor Documentation

def __init__ (   self,
  args 
)

__init__(daal.algorithms.pca.Input self) -> Input

Member Function Documentation

def check (   self,
  par,
  method 
)

Checks input algorithm parameters

Parameters
parAlgorithm parameter
methodComputation method
Returns
Errors detected while checking
def getDataset (   self,
  id 
)

Returns the input object of the PCA algorithm

Parameters
idIdentifier of the input object
Returns
Input object that corresponds to the given identifier
def getNFeatures (   self)

Returns the number of columns in the input data set

Returns
Number of columns in the input data set
def setCorrelation (   self,
  id,
  value 
)

Sets input correlation matrix for the PCA algorithm

Parameters
idIdentifier of the input object
valuePointer to the input object
def setDataset (   self,
  id,
  value 
)

Sets input dataset for the PCA algorithm

Parameters
idIdentifier of the input object
valuePointer to the input object

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

For more complete information about compiler optimizations, see our Optimization Notice.