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

List of all members
InputIface Class Referenceabstract

Abstract class that specifies the interface of input objects for linear regression model-based training. More...

Class Declaration

Member Function Documentation

virtual size_t getNumberOfDependentVariables ( ) const
pure virtual

Returns the number of dependent variables

Returns
Number of dependent variables

Implemented in DistributedInput< step2Master >, and Input.

virtual size_t getNumberOfFeatures ( ) const
pure virtual

Returns the number of columns in the input data set

Returns
Number of columns in the input data set

Implemented in DistributedInput< step2Master >, and Input.


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

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