|
|
|||||||||||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.lmu.ifi.dbs.elki.math.statistics.LinearRegression
public class LinearRegression
Field Summary | |
---|---|
private double |
m
|
private double |
t
|
Constructor Summary | |
---|---|
LinearRegression(List<DoubleDoublePair> points)
|
Method Summary | |
---|---|
double |
getM()
|
double |
getT()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private double t
private double m
Constructor Detail |
---|
public LinearRegression(List<DoubleDoublePair> points)
points
- Method Detail |
---|
public double getM()
public double getT()
|
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |