|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Discretizer
Matrix discretization interface
Nested Class Summary | |
---|---|
static class |
Discretizer.Mode
|
Method Summary | |
---|---|
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 |
Method Detail |
---|
boolean requirePreprocessing()
void preprocess(double[][] matrix)
matrix
- double[][] discretize(double[][] matrix)
matrix
- The input matrix to be normalized
boolean hasNativeImplementation()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |