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

Public Member Functions | List of all members
LearnableParametersIface Class Reference

Learnable parameters for the prediction stage of neural network algorithm. More...

Public Member Functions

def copyToTable
 
def copyFromTable
 
- Public Member Functions inherited from SerializationIface
def serialize
 
def deserialize
 
def getSerializationTag
 
- Public Member Functions inherited from Base
def __init__
 

Detailed Description

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

Member Function Documentation

def copyFromTable (   self,
  args 
)

copyFromTable(LearnableParametersIface self, daal.data_management.NumericTablePtr const & table) -> Status

def copyToTable (   self,
  args 
)

copyToTable(LearnableParametersIface self) -> daal.data_management.NumericTablePtr


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

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