org.encog.ml.fitting.gaussian
Class GaussianFitting
- java.lang.Object
-
- org.encog.ml.fitting.gaussian.GaussianFitting
-
- All Implemented Interfaces:
- MLInput, MLInputOutput, MLMethod, MLOutput, MLRegression
public class GaussianFitting extends java.lang.Object implements MLRegression
-
-
Constructor Summary
Constructors Constructor and Description GaussianFitting(int theInputCount)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description MLDatacompute(MLData input)Compute regression.voidfinalizeTraining()intgetInputCount()MatrixgetMu()intgetOutputCount()MatrixgetSigma()double[]getWeights()
-
-
-
Method Detail
-
getWeights
public double[] getWeights()
-
getInputCount
public int getInputCount()
- Specified by:
getInputCountin interfaceMLInput- Returns:
- The input.
-
getOutputCount
public int getOutputCount()
- Specified by:
getOutputCountin interfaceMLOutput- Returns:
- The output count.
-
compute
public MLData compute(MLData input)
Description copied from interface:MLRegressionCompute regression.- Specified by:
computein interfaceMLRegression- Parameters:
input- The input data.- Returns:
- The output data.
-
getSigma
public Matrix getSigma()
- Returns:
- the sigma
-
getMu
public Matrix getMu()
- Returns:
- the mu
-
finalizeTraining
public void finalizeTraining()
-
-
DMelt 3.0 © DataMelt by jWork.ORG