24 #ifndef __SORTING_TYPES_H__
25 #define __SORTING_TYPES_H__
27 #include "data_management/data/homogen_numeric_table.h"
70 lastResultId = sortedData
82 class DAAL_EXPORT Input :
public daal::algorithms::Input
86 Input(
const Input& other);
95 data_management::NumericTablePtr
get(InputId id)
const;
102 void set(InputId
id,
const data_management::NumericTablePtr &ptr);
109 virtual services::Status check(
const Parameter *par,
int method)
const DAAL_C11_OVERRIDE;
117 class DAAL_EXPORT Result :
public daal::algorithms::Result
120 DECLARE_SERIALIZABLE_CAST(Result);
123 virtual ~Result() {};
130 template <
typename algorithmFPType>
131 DAAL_EXPORT services::Status allocate(
const daal::algorithms::Input *input,
const int method);
138 data_management::NumericTablePtr
get(ResultId id)
const;
145 void set(ResultId
id,
const data_management::NumericTablePtr &value);
153 virtual services::Status check(
const daal::algorithms::Input *in,
const Parameter *par,
int method)
const DAAL_C11_OVERRIDE;
157 template<
typename Archive,
bool onDeserialize>
158 services::Status serialImpl(Archive *arch)
160 return daal::algorithms::Result::serialImpl<Archive, onDeserialize>(arch);
163 typedef services::SharedPtr<Result> ResultPtr;
167 using interface1::Input;
168 using interface1::Result;
169 using interface1::ResultPtr;
daal::algorithms::sorting::defaultDense
Definition: sorting_types.h:50
daal::algorithms::sorting::Method
Method
Definition: sorting_types.h:48
daal::algorithms::sorting::interface1::Input
Input objects for the sorting algorithm
Definition: sorting_types.h:82
daal::algorithms::sorting::sortedData
Definition: sorting_types.h:69
daal::algorithms::sorting::interface1::Result
Provides methods to access final results obtained with the compute() method of the sorting algorithm ...
Definition: sorting_types.h:117
daal::algorithms::sorting::data
Definition: sorting_types.h:59
daal::algorithms::math::abs::value
Definition: abs_types.h:88
daal::algorithms::sorting::ResultId
ResultId
Definition: sorting_types.h:67
daal::algorithms::sorting::InputId
InputId
Definition: sorting_types.h:57