Package | Description |
---|---|
jsat.datatransform |
Modifier and Type | Interface and Description |
---|---|
interface |
InPlaceInvertibleTransform
This interface behaves exactly as
InPlaceTransform specifies, with
the addition of an in-place "reverse" method that can be used to alter any
given transformed data point back into an approximation of the
original vector, without having to new vector object, but altering the one
given. |
Modifier and Type | Class and Description |
---|---|
class |
FastICA
Provides an implementation of the FastICA algorithm for Independent Component
Analysis (ICA).
|
class |
LinearTransform
This class transforms all numerical values into a specified range by a linear
scaling of all the data point values.
|
class |
ZeroMeanTransform
A transformation to shift all numeric variables so that their mean is zero
|
Modifier and Type | Method and Description |
---|---|
InvertibleTransform |
InvertibleTransform.clone() |
Constructor and Description |
---|
InverseOfTransform(InvertibleTransform transform)
Creates a new transform that uses the
transform of the given transform |
Copyright © 2017. All rights reserved.