Java* API Reference for Intel® Data Analytics Acceleration Library 2018 Update 3
This is the complete list of members for Parameter, including all inherited members.
changeContext(DaalContext context) | ContextClient | |
check() | Parameter | |
cObject | Parameter | |
ContextClient() | ContextClient | |
ContextClient(DaalContext context) | ContextClient | |
dispose() | Parameter | |
getAccuracyThreshold() | Parameter | |
getAssignFlag() | Parameter | |
getContext() | ContextClient | |
getDistanceType() | Parameter | |
getGamma() | Parameter | |
getMaxIterations() | Parameter | |
getNClusters() | Parameter | |
Parameter(DaalContext context, long nClusters, long maxIterations, double accuracyThreshold, double gamma, DistanceType distanceType, boolean assignFlag) | Parameter | |
Parameter(DaalContext context, long nClusters, long maxIterations, double accuracyThreshold, double gamma, DistanceType distanceType) | Parameter | |
Parameter(DaalContext context, long nClusters, long maxIterations, double accuracyThreshold, double gamma) | Parameter | |
Parameter(DaalContext context, long nClusters, long maxIterations, double accuracyThreshold) | Parameter | |
Parameter(DaalContext context, long nClusters, long maxIterations) | Parameter | |
com::intel::daal::algorithms::Parameter.Parameter(DaalContext context) | Parameter | protected |
setAccuracyThreshold(double accuracy) | Parameter | |
setAssignFlag(boolean assignFlag) | Parameter | |
setGamma(double gamma) | Parameter | |
setMaxIterations(long max) | Parameter | |
setNClusters(long nClusters) | Parameter |
For more complete information about compiler optimizations, see our Optimization Notice.