|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectwhistleClassifier.training.MatrixMean
public class MatrixMean
Get the mean and eventually some other parameters from a list of matrixes.
| Field Summary | |
|---|---|
private Jama.Matrix[] |
matrixList
|
private Jama.Matrix |
mean
|
| Constructor Summary | |
|---|---|
MatrixMean(Jama.Matrix[] matrixList)
|
|
| Method Summary | |
|---|---|
Jama.Matrix |
getMean()
|
Jama.Matrix |
getSTD()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private Jama.Matrix[] matrixList
private Jama.Matrix mean
| Constructor Detail |
|---|
public MatrixMean(Jama.Matrix[] matrixList)
| Method Detail |
|---|
public Jama.Matrix getMean()
public Jama.Matrix getSTD()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||