48 #ifndef __KERNEL_FUNCTION_TYPES_RBF_H__ 49 #define __KERNEL_FUNCTION_TYPES_RBF_H__ 51 #include "algorithms/kernel_function/kernel_function_types.h" 66 namespace kernel_function
95 struct DAAL_EXPORT Parameter :
public ParameterBase
97 Parameter(
double sigma = 1.0);
106 class DAAL_EXPORT Input :
public kernel_function::Input
110 Input(
const Input& other);
119 services::Status check(
const daal::algorithms::Parameter *par,
int method)
const DAAL_C11_OVERRIDE;
123 using interface1::Input;
124 using interface1::Parameter;
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::kernel_function::rbf::fastCSR
Definition: kernel_function_types_rbf.h:80
daal::algorithms::kernel_function::rbf::interface1::Parameter
Parameters for the radial basis function (RBF) kernel.
Definition: kernel_function_types_rbf.h:95
daal::algorithms::kernel_function::interface1::ParameterBase
Optional input objects for the kernel function algorithm.
Definition: kernel_function_types.h:112
daal::algorithms::interface1::Parameter
Base class to represent computation parameters. Algorithm-specific parameters are represented as deri...
Definition: algorithm_types.h:86
daal::algorithms::kernel_function::rbf::Method
Method
Definition: kernel_function_types_rbf.h:77
daal::algorithms::kernel_function::rbf::defaultDense
Definition: kernel_function_types_rbf.h:79
daal::algorithms::kernel_function::rbf::interface1::Parameter::sigma
double sigma
Definition: kernel_function_types_rbf.h:98