|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecthex.LinearRegression
public abstract class LinearRegression
Nested Class Summary | |
---|---|
static class |
LinearRegression.CalcRegressionTask
|
static class |
LinearRegression.CalcSquareErrorsTasks
|
static class |
LinearRegression.CalcSumsTask
|
Constructor Summary | |
---|---|
LinearRegression()
|
Method Summary | |
---|---|
static com.google.gson.JsonObject |
run(ValueArray ary,
int colA,
int colB)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LinearRegression()
Method Detail |
---|
public static com.google.gson.JsonObject run(ValueArray ary, int colA, int colB)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |