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

Public Member Functions | Static Public Attributes | List of all members
Parameter Class Reference

Parameters for the quality metrics set compute() method. More...

Public Member Functions

def __init__
 
def check
 
- Public Member Functions inherited from Parameter
def __init__
 
def check
 

Static Public Attributes

 nComponents = ...
 
 nFeatures = ...
 

Detailed Description

Constructor & Destructor Documentation

def __init__ (   self,
  nComponents = 0,
  nFeatures = 0 
)

__init__(daal.algorithms.pca.quality_metric_set.Parameter self, size_t nComponents=0, size_t nFeatures=0) -> Parameter

Member Function Documentation

def check (   self)

Checks the correctness of the parameter

Returns
Status of computations

Member Data Documentation

nComponents = ...
static

Number of principal components to compute metrics for

nFeatures = ...
static

Number of features in dataset used as input in PCA


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

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