|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MiscGeneralDoubleCalculations
Method Summary | |
---|---|
Matrix |
append(int dimension,
Matrix m)
|
Matrix |
appendHorizontally(Matrix m)
|
Matrix |
appendVertically(Matrix m)
|
Matrix |
center(Calculation.Ret returnType,
int dimension,
boolean ignoreNaN)
Subtracts the mean from the matrix. |
Matrix |
fadeIn(Calculation.Ret ret,
int dimension)
|
Matrix |
fadeOut(Calculation.Ret ret,
int dimensions)
|
Matrix |
normalize(Calculation.Ret returnType,
int dimension)
|
Matrix |
replaceMissingBy(Matrix matrix)
|
Matrix |
standardize(Calculation.Ret returnType,
int dimension)
Subtracts the mean from the matrix and divides by the standard deviation. |
Method Detail |
---|
Matrix center(Calculation.Ret returnType, int dimension, boolean ignoreNaN) throws MatrixException
returnType
- Select whether a new or a linked Matrix is returned, or if the
operation is performed on the original Matrixdimension
- The axis along which to calculateignoreNaN
- should missing values be ignored
MatrixException
Matrix standardize(Calculation.Ret returnType, int dimension) throws MatrixException
returnType
- Select whether a new or a linked Matrix is returned, or if the
operation is performed on the original Matrixdimension
- The axis along which to calculate
MatrixException
Matrix normalize(Calculation.Ret returnType, int dimension) throws MatrixException
MatrixException
Matrix replaceMissingBy(Matrix matrix) throws MatrixException
MatrixException
Matrix fadeIn(Calculation.Ret ret, int dimension) throws MatrixException
MatrixException
Matrix fadeOut(Calculation.Ret ret, int dimensions) throws MatrixException
MatrixException
Matrix appendHorizontally(Matrix m) throws MatrixException
MatrixException
Matrix appendVertically(Matrix m) throws MatrixException
MatrixException
Matrix append(int dimension, Matrix m) throws MatrixException
MatrixException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |