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

Static Public Attributes | List of all members
TransformMethod Class Reference

Available methods for PCA transformation. More...

Class Constructor

TransformMethod ( int  value)

Constructs the method object using the provided value

Parameters
valueValue corresponding to the method object

Static Public Attributes

static final TransformMethod defaultDense = new TransformMethod(DefaultDense)
 

Detailed Description

Member Function Documentation

int getValue ( )

Returns the value corresponding to the method object

Returns
Value corresponding to the method object

Member Data Documentation

final TransformMethod defaultDense = new TransformMethod(DefaultDense)
static

Default: performance-oriented method. Works with all types of input numeric tables


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

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