|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecttml.utils.MatrixUtils
public class MatrixUtils
Constructor Summary | |
---|---|
MatrixUtils()
|
Method Summary | |
---|---|
static Jama.Matrix |
normalizeColumns(Jama.Matrix m)
|
static Jama.Matrix |
normalizeColumnsL1(Jama.Matrix m)
|
static Jama.Matrix |
normalizeRows(Jama.Matrix m)
|
static Jama.Matrix |
normalizeRowsL1(Jama.Matrix m)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MatrixUtils()
Method Detail |
---|
public static Jama.Matrix normalizeRows(Jama.Matrix m)
public static Jama.Matrix normalizeColumns(Jama.Matrix m)
public static Jama.Matrix normalizeRowsL1(Jama.Matrix m)
public static Jama.Matrix normalizeColumnsL1(Jama.Matrix m)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |