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 of the compute() method of the implicit ALS initialization algorithm. More...

Public Member Functions

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

Static Public Attributes

 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

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(Parameter self) -> Status

Member Data Documentation

engine = ...
static

Engine for generating random numbers in the initialization step

fullNUsers = ...
static

Full number of users

nFactors = ...
static

Total number of factors

seed = ...
static

Seed for generating random numbers in the initialization step

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

Use engine instead.


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

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