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

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

Parameter base class for the iterative solver algorithm More...

Public Member Functions

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

Static Public Attributes

 function = ...
 
 nIterations = ...
 
 accuracyThreshold = ...
 
 optionalResultRequired = ...
 

Detailed Description

Deprecated:
This item will be removed in a future release.

Constructor & Destructor Documentation

def __init__ (   self,
  args 
)

Variant 1

Constructs the parameter base class of the iterative solver algorithm

Parameters
function_Objective function represented as sum of functions
nIterations_Maximal number of iterations of the algorithm
accuracyThreshold_Accuracy of the algorithm. The algorithm terminates when this accuracy is achieved
optionalResultReq_Flag indicating if algorithm-specific result data generation is needed
batchSize_Batch size

Variant 2

Constructs an Parameter by copying input objects and parameters of another Parameter

Parameters
otherAn object to be used as the source to initialize object

Member Function Documentation

def check (   self)

Checks the correctness of the parameter

Returns
Status of computations

Member Data Documentation

accuracyThreshold = ...
static

Accuracy of the algorithm. The algorithm terminates when

function = ...
static

Objective function represented as sum of functions

nIterations = ...
static

Maximal number of iterations of the algorithm

optionalResultRequired = ...
static

Indicates whether optional result is required


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

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