|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.commons.math3.distribution.fitting.MultivariateNormalMixtureExpectationMaximization.DataRow
private static class MultivariateNormalMixtureExpectationMaximization.DataRow
Class used for sorting user-supplied data.
Field Summary | |
---|---|
private Double |
mean
Mean of the data row. |
private double[] |
row
One data row. |
Constructor Summary | |
---|---|
MultivariateNormalMixtureExpectationMaximization.DataRow(double[] data)
Create a data row. |
Method Summary | |
---|---|
int |
compareTo(MultivariateNormalMixtureExpectationMaximization.DataRow other)
Compare two data rows. |
boolean |
equals(Object other)
|
double[] |
getRow()
Get a data row. |
int |
hashCode()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private final double[] row
private Double mean
Constructor Detail |
---|
MultivariateNormalMixtureExpectationMaximization.DataRow(double[] data)
data
- Data to use for the rowMethod Detail |
---|
public int compareTo(MultivariateNormalMixtureExpectationMaximization.DataRow other)
compareTo
in interface Comparable<MultivariateNormalMixtureExpectationMaximization.DataRow>
other
- The other row
public boolean equals(Object other)
equals
in class Object
public int hashCode()
hashCode
in class Object
public double[] getRow()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |