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

List of all members
Algorithm Class Referenceabstract

Algorithm is the base class for the classes interfacing the major stages of data processing: Analysis, Training and Prediction. More...

Class Constructor

Algorithm ( DaalContext  context)

Constructs the algorithm

Parameters
contextContext to manage the algorithm

Detailed Description

Member Function Documentation

abstract void dispose ( )
abstract

Returns the newly allocated algorithm with a copy of input objects and parameters of this algorithm

Returns
The newly allocated algorithm

Implements Disposable.


The documentation for this class was generated from the following file:

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