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

List of all members
TransformInput Class Reference

Input objects for the PCA transformation algorithm More...

Detailed Description

Member Function Documentation

Returns the input object of the PCA transformation algorithm

Parameters
idIdentifier of the input object
Returns
Input object that corresponds to the given identifier

Returns the input object of the PCA transformation algorithm

Parameters
idIdentifier of the input object
Returns
Input object that corresponds to the given identifier

Returns the input object of the PCA transformation algorithm

Parameters
widIdentifier of the transform input object
idIdentifier of the component
Returns
Input object that corresponds to the given identifier
void set ( TransformInputId  id,
NumericTable  val 
)

Sets the input object of the PCA transformation algorithm

Parameters
idIdentifier of the input object
valValue of the input object
void set ( TransformDataInputId  id,
KeyValueDataCollection  val 
)

Sets the input object of the PCA transformation algorithm

Parameters
idIdentifier of the input object
valValue of the input object
void set ( TransformDataInputId  wid,
TransformComponentId  id,
NumericTable  val 
)

Sets the input object of the PCA transformation algorithm

Parameters
widIdentifier of the transform input object
idIdentifier of the component
valValue of the input object

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

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