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

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

Optional input objects for the kernel function algorithm. More...

Public Member Functions

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

Static Public Attributes

 rowIndexX = ...
 
 rowIndexY = ...
 
 rowIndexResult = ...
 
 computationMode = ...
 

Detailed Description

Constructor & Destructor Documentation

def __init__ (   self,
  args 
)

__init__(daal.algorithms.kernel_function.ParameterBase self, size_t rowIndexX=0, size_t rowIndexY=0, size_t rowIndexResult=0, daal.algorithms.kernel_function.ComputationMode computationMode) -> ParameterBase

Member Data Documentation

computationMode = ...
static

Mode of computing kernel functions

rowIndexResult = ...
static

Index of the result of the kernel function computation

rowIndexX = ...
static

Index of the vector in the set X

rowIndexY = ...
static

Index of the vector in the set Y


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

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