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::services::interface1::Status
Class that holds the results of API calls. In case of API routine failure it contains the list of err...
Definition: error_handling.h:491
daal
Definition: algorithm_base_common.h:57
daal::algorithms::interface1::Result
Base class to represent final results of the computation. Algorithm-specific final results are repres...
Definition: algorithm_types.h:331
daal::algorithms::sorting::sortedData
Definition: sorting_types.h:93
daal::algorithms::sorting::defaultDense
Definition: sorting_types.h:74
daal::algorithms::interface1::Parameter
Base class to represent computation parameters. Algorithm-specific parameters are represented as deri...
Definition: algorithm_types.h:86
daal::services::interface1::SharedPtr
Shared pointer that retains shared ownership of an object through a pointer. Several SharedPtr object...
Definition: daal_shared_ptr.h:187
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