Package whistleClassifier.training
Class MatrixMean
java.lang.Object
whistleClassifier.training.MatrixMean
Get the mean and eventually some other parameters from a list of
 matrixes.
- Author:
 - Doug Gillespie
 
- 
Constructor Summary
ConstructorsConstructorDescriptionMatrixMean(Jama.Matrix[] matrixList) MatrixMean(Jama.Matrix[] matrixList, int firstInd, int nMatrixes)  - 
Method Summary
 
- 
Constructor Details
- 
MatrixMean
public MatrixMean(Jama.Matrix[] matrixList)  - 
MatrixMean
public MatrixMean(Jama.Matrix[] matrixList, int firstInd, int nMatrixes)  
 - 
 - 
Method Details
- 
getMean
public Jama.Matrix getMean() - 
getSTD
public Jama.Matrix getSTD() 
 -