Package | Description |
---|---|
jsat.datatransform |
Modifier and Type | Method and Description |
---|---|
JLTransform.TransformMode |
JLTransform.getMode() |
static JLTransform.TransformMode |
JLTransform.TransformMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JLTransform.TransformMode[] |
JLTransform.TransformMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
JLTransform.setMode(JLTransform.TransformMode mode)
The JL transform uses a random matrix to project the data, and the mode
controls which method is used to construct this matrix.
|
Constructor and Description |
---|
JLTransform(int k,
JLTransform.TransformMode mode)
Creates a new JL Transform
|
JLTransform(int k,
JLTransform.TransformMode mode,
boolean inMemory)
Creates a new JL Transform
|
Copyright © 2017. All rights reserved.