Java* API Reference for Intel® Data Analytics Acceleration Library 2019 Update 5

Parameter Member List

This is the complete list of members for Parameter, including all inherited members.

changeContext(DaalContext context)ContextClient
check()Parameter
cObjectParameter
ContextClient()ContextClient
ContextClient(DaalContext context)ContextClient
dispose()Parameter
getAccuracyThreshold()Parameter
getC()Parameter
getCacheSize()Parameter
getContext()ContextClient
getDoShrinking()Parameter
getMaxIterations()Parameter
getNClasses()Parameter
getShrinkingStep()Parameter
getTau()Parameter
Parameter(DaalContext context)Parameter
Parameter(DaalContext context, com.intel.daal.algorithms.kernel_function.Batch kernel)Parameter
Parameter(DaalContext context, com.intel.daal.algorithms.kernel_function.Batch kernel, double c)Parameter
Parameter(DaalContext context, com.intel.daal.algorithms.kernel_function.Batch kernel, double c, double accuracyThreshold)Parameter
Parameter(DaalContext context, com.intel.daal.algorithms.kernel_function.Batch kernel, double c, double accuracyThreshold, double tau)Parameter
Parameter(DaalContext context, com.intel.daal.algorithms.kernel_function.Batch kernel, double c, double accuracyThreshold, double tau, long maxIterations)Parameter
Parameter(DaalContext context, com.intel.daal.algorithms.kernel_function.Batch kernel, double c, double accuracyThreshold, double tau, long maxIterations, long cacheSize)Parameter
Parameter(DaalContext context, com.intel.daal.algorithms.kernel_function.Batch kernel, double c, double accuracyThreshold, double tau, long maxIterations, long cacheSize, boolean doShrinking)Parameter
Parameter(DaalContext context, com.intel.daal.algorithms.kernel_function.Batch kernel, double c, double accuracyThreshold, double tau, long maxIterations, long cacheSize, boolean doShrinking, long shrinkingStep)Parameter
setAccuracyThreshold(double accuracyThreshold)Parameter
setC(double C)Parameter
setCacheSize(long cacheSize)Parameter
setDoShrinking(boolean doShrinking)Parameter
setKernel(com.intel.daal.algorithms.kernel_function.Batch kernel)Parameter
setMaxIterations(long maxIterations)Parameter
setNClasses(long nClasses)Parameter
setShrinkingStep(long shrinkingStep)Parameter
setTau(double tau)Parameter

For more complete information about compiler optimizations, see our Optimization Notice.