org.encog.ml.fitting.gaussian
public class GaussianFitting extends Object implements MLRegression
Constructor and Description |
---|
GaussianFitting(int theInputCount) |
Modifier and Type | Method and Description |
---|---|
MLData |
compute(MLData input)
Compute regression.
|
void |
finalizeTraining() |
int |
getInputCount() |
Matrix |
getMu() |
int |
getOutputCount() |
Matrix |
getSigma() |
double[] |
getWeights() |
public double[] getWeights()
public int getInputCount()
getInputCount
in interface MLInput
public int getOutputCount()
getOutputCount
in interface MLOutput
public MLData compute(MLData input)
MLRegression
compute
in interface MLRegression
input
- The input data.public Matrix getSigma()
public Matrix getMu()
public void finalizeTraining()
Copyright © 2014. All Rights Reserved.