C++ API Reference for Intel® Data Analytics Acceleration Library 2018 Update 2

List of all members
InputIface Class Referenceabstract

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

Additional Inherited Members

- Static Protected Member Functions inherited from Argument
static data_management::DataCollectionPtr & getStorage (Argument &a)
 
static const data_management::DataCollectionPtr & getStorage (const Argument &a)
 

Class Declaration

Member Function Documentation

◆ getNumberOfItems()

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.

◆ getNumberOfUsers()

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.