24 #ifndef __QUANTILES_TYPES_H__
25 #define __QUANTILES_TYPES_H__
27 #include "data_management/data/homogen_numeric_table.h"
70 lastResultId = quantiles
82 struct DAAL_EXPORT Parameter :
public daal::algorithms::Parameter
84 Parameter(
const data_management::NumericTablePtr quantileOrders = data_management::NumericTablePtr());
85 data_management::NumericTablePtr quantileOrders;
92 class DAAL_EXPORT Input :
public daal::algorithms::Input
96 Input(
const Input& other);
105 data_management::NumericTablePtr
get(InputId id)
const;
112 void set(InputId
id,
const data_management::NumericTablePtr &ptr);
119 virtual services::Status check(
const daal::algorithms::Parameter *parameter,
int method)
const DAAL_C11_OVERRIDE;
127 class DAAL_EXPORT Result :
public daal::algorithms::Result
130 DECLARE_SERIALIZABLE_CAST(Result);
133 virtual ~Result() {};
141 template <
typename algorithmFPType>
142 DAAL_EXPORT services::Status allocate(
const daal::algorithms::Input *input,
const daal::algorithms::Parameter *parameter,
const int method);
149 data_management::NumericTablePtr
get(ResultId id)
const;
156 void set(ResultId
id,
const data_management::NumericTablePtr &value);
164 virtual services::Status check(
const daal::algorithms::Input *in,
const daal::algorithms::Parameter *par,
int method)
const DAAL_C11_OVERRIDE;
168 template<
typename Archive,
bool onDeserialize>
169 services::Status serialImpl(Archive *arch)
171 return daal::algorithms::Result::serialImpl<Archive, onDeserialize>(arch);
174 typedef services::SharedPtr<Result> ResultPtr;
178 using interface1::Parameter;
179 using interface1::Input;
180 using interface1::Result;
181 using interface1::ResultPtr;
daal::algorithms::quantiles::ResultId
ResultId
Definition: quantiles_types.h:67
daal::algorithms::quantiles::InputId
InputId
Definition: quantiles_types.h:57
daal::algorithms::quantiles::interface1::Input
Input objects for the quantiles algorithm
Definition: quantiles_types.h:92
daal::algorithms::quantiles::defaultDense
Definition: quantiles_types.h:50
daal::algorithms::quantiles::data
Definition: quantiles_types.h:59
daal::algorithms::quantiles::interface1::Parameter
Parameters of the quantiles algorithm.
Definition: quantiles_types.h:82
daal::algorithms::quantiles::quantiles
Definition: quantiles_types.h:69
daal::algorithms::quantiles::interface1::Result
Provides methods to access final results obtained with the compute() method of the quantiles algorith...
Definition: quantiles_types.h:127
daal::algorithms::quantiles::Method
Method
Definition: quantiles_types.h:48
daal::algorithms::quantiles::interface1::Parameter::quantileOrders
data_management::NumericTablePtr quantileOrders
Definition: quantiles_types.h:85
daal::algorithms::math::abs::value
Definition: abs_types.h:88