public interface HybsRegression
修飾子とタイプ | メソッドと説明 |
---|---|
double[] |
getCoefficient()
回帰式の係数を配列で返します。
|
double |
getRSquare()
決定係数の取得。
|
double |
predict(double... in_x)
回帰式f(x)を計算して返す。
|
void |
setCoefficient(double[] in_c)
回帰式の係数を配列で与えます。
|
double[] getCoefficient()
double getRSquare()
double predict(double... in_x)
in_x
- 必要な大きさの変数配列void setCoefficient(double[] in_c)
in_c
- 係数配列Webアプリケーションフレームワーク openGionCopyright (c) 2009 The openGion Project.