Provides methods to access partial results obtained with the compute() method of the QR decomposition algorithm in the online processing mode or on the first step of the algorithm in the distributed processing mode.
More...
DAAL_EXPORT services::Status addPartialResultStorage |
( |
size_t |
m, |
|
|
size_t |
n |
|
) |
| |
Allocates additional memory for storing partial results of the QR decomposition algorithm for each subsequent call to compute method
- Template Parameters
-
algorithmFPType | Data type to be used for storage in resulting HomogenNumericTable |
- Parameters
-
[in] | m | Number of columns in the input data set |
[in] | n | Number of rows in the input data set |
DAAL_EXPORT services::Status allocate |
( |
const daal::algorithms::Input * |
input, |
|
|
const daal::algorithms::Parameter * |
parameter, |
|
|
const int |
method |
|
) |
| |
Allocates memory for storing partial results of the QR decomposition algorithm
- Parameters
-
[in] | input | Pointer to input object |
[in] | parameter | Pointer to parameter |
[in] | method | Algorithm method |
virtual services::Status check |
( |
const daal::algorithms::Input * |
input, |
|
|
const daal::algorithms::Parameter * |
parameter, |
|
|
int |
method |
|
) |
| const |
|
virtual |
Checks parameters of the algorithm
- Parameters
-
[in] | input | Input of the algorithm |
[in] | parameter | Pointer to the parameters |
[in] | method | Computation method |
virtual services::Status check |
( |
const daal::algorithms::Parameter * |
parameter, |
|
|
int |
method |
|
) |
| const |
|
virtual |
Checks parameters of the algorithm
- Parameters
-
[in] | parameter | Pointer to the parameters |
[in] | method | Computation method |
Returns partial result of the QR decomposition algorithm
- Parameters
-
[in] | id | Identifier of the partial result |
- Returns
- Partial result that corresponds to the given identifier
size_t getNumberOfColumns |
( |
| ) |
const |
Returns the number of columns in the input data set
- Returns
- Number of columns in the input data set
size_t getNumberOfRows |
( |
| ) |
const |
Returns the number of rows in the input data set
- Returns
- Number of rows in the input data set
DAAL_EXPORT services::Status initialize |
( |
const daal::algorithms::Input * |
input, |
|
|
const daal::algorithms::Parameter * |
parameter, |
|
|
const int |
method |
|
) |
| |
Initializes memory for storing partial results of the QR decomposition algorithm
- Parameters
-
[in] | input | Pointer to input object |
[in] | parameter | Pointer to parameter |
[in] | method | Algorithm method |
- Returns
- Status of initialization
void set |
( |
PartialResultId |
id, |
|
|
const data_management::DataCollectionPtr & |
value |
|
) |
| |
Sets an input object for the QR decomposition algorithm
- Parameters
-
[in] | id | Identifier of partial result |
[in] | value | Pointer to the partial result |
The documentation for this class was generated from the following file: