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

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

Parameters of the compute() method of the implicit ALS initialization algorithm in the distributed computing mode. More...

Public Member Functions

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

Static Public Attributes

 partition = ...
 
- Static Public Attributes inherited from Parameter
 nFactors = ...
 
 fullNUsers = ...
 
 seed = ...
 
 engine = ...
 

Detailed Description

Constructor & Destructor Documentation

def __init__ (   self,
  nFactors = 10,
  fullNUsers = 0,
  seed = 777777 
)

Constructs parameters of the implicit ALS initialization algorithm in the distributed computing mode

Parameters
nFactorsTotal number of factors
fullNUsersFull number of users
seedSeed for random numbers generation
Deprecated:
This item will be removed in a future release. Use engine instead.

Member Function Documentation

def check (   self)

check(DistributedParameter self) -> Status

Member Data Documentation

partition = ...
static

Numeric table od size 1x1 that provides


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

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