public interface Discretizer
| Modifier and Type | Interface and Description |
|---|---|
static class |
Discretizer.Mode |
| Modifier and Type | Method and Description |
|---|---|
double[][] |
discretize(double[][] matrix)
Transform value of a double matrix to integer but preserve the structure (double matrix)
|
boolean |
hasNativeImplementation()
Know if the discretization owns a native implementation
|
void |
preprocess(double[][] matrix)
TODO
|
boolean |
requirePreprocessing()
TODO
|
boolean requirePreprocessing()
void preprocess(double[][] matrix)
matrix - double[][] discretize(double[][] matrix)
matrix - The input matrix to be normalizedboolean hasNativeImplementation()