48 #ifndef __SORTING_TYPES_H__
49 #define __SORTING_TYPES_H__
51 #include "data_management/data/homogen_numeric_table.h"
94 lastResultId = sortedData
106 class DAAL_EXPORT Input :
public daal::algorithms::Input
110 Input(
const Input& other);
119 data_management::NumericTablePtr
get(InputId id)
const;
126 void set(InputId
id,
const data_management::NumericTablePtr &ptr);
133 virtual services::Status check(
const Parameter *par,
int method)
const DAAL_C11_OVERRIDE;
141 class DAAL_EXPORT Result :
public daal::algorithms::Result
144 DECLARE_SERIALIZABLE_CAST(Result);
147 virtual ~Result() {};
154 template <
typename algorithmFPType>
155 DAAL_EXPORT services::Status allocate(
const daal::algorithms::Input *input,
const int method);
162 data_management::NumericTablePtr
get(ResultId id)
const;
169 void set(ResultId
id,
const data_management::NumericTablePtr &value);
177 virtual services::Status check(
const daal::algorithms::Input *in,
const Parameter *par,
int method)
const DAAL_C11_OVERRIDE;
181 template<
typename Archive,
bool onDeserialize>
182 services::Status serialImpl(Archive *arch)
184 return daal::algorithms::Result::serialImpl<Archive, onDeserialize>(arch);
187 typedef services::SharedPtr<Result> ResultPtr;
191 using interface1::Input;
192 using interface1::Result;
193 using interface1::ResultPtr;
daal::algorithms::sorting::Method
Method
Definition: sorting_types.h:72
daal::algorithms::sorting::data
Definition: sorting_types.h:83
daal
Definition: algorithm_base_common.h:57
daal::algorithms::sorting::sortedData
Definition: sorting_types.h:93
daal::algorithms::sorting::defaultDense
Definition: sorting_types.h:74
daal::algorithms::sorting::ResultId
ResultId
Definition: sorting_types.h:91
daal::algorithms::sorting::interface1::Result
Provides methods to access final results obtained with the compute() method of the sorting algorithm ...
Definition: sorting_types.h:141
daal::algorithms::sorting::InputId
InputId
Definition: sorting_types.h:81
daal::algorithms::math::abs::value
Definition: abs_types.h:112