C++ API Reference for Intel® Data Analytics Acceleration Library 2020 Update 1

List of all members
InputIface Class Referenceabstract

Input interface for the rating prediction stage of the implicit ALS algorithm More...

Class Declaration

Member Function Documentation

virtual size_t getNumberOfItems ( ) const
pure virtual

Returns the number of columns in the input numeric table

Returns
Number of columns in the input numeric table

Implemented in DistributedInput< step1Local >, and Input.

virtual size_t getNumberOfUsers ( ) const
pure virtual

Returns the number of rows in the input numeric table

Returns
Number of rows in the input numeric table

Implemented in DistributedInput< step1Local >, and Input.


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

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