|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.rapidminer.tools.math.matrix.CovarianceMatrix
public class CovarianceMatrix
This helper class can be used to calculate a covariance matrix from given matrices or example sets.
| Constructor Summary | |
|---|---|
CovarianceMatrix()
|
|
| Method Summary | |
|---|---|
static Jama.Matrix |
getCovarianceMatrix(double[][] data)
Returns the covariance matrix from the given double matrix. |
static Jama.Matrix |
getCovarianceMatrix(ExampleSet exampleSet)
Transforms the example set into a double matrix (doubling the amount of used memory) and invokes getCovarianceMatrix(double[][]). |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CovarianceMatrix()
| Method Detail |
|---|
public static Jama.Matrix getCovarianceMatrix(ExampleSet exampleSet)
getCovarianceMatrix(double[][]).
public static Jama.Matrix getCovarianceMatrix(double[][] data)
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||