Interface ICalculateModel
-
- All Superinterfaces:
ICalculateYHat
- All Known Implementing Classes:
ARegressionMethod
,GaussianProcessRegression
,KNNRegression
,MedianRegression
,NeuralNetworkRegression
,PLSBoxCoxY
,PLSRegressionModelCalculator
,RandomForestRegression
,SVMRegression
public interface ICalculateModel extends ICalculateYHat
ICalculateModelModest v. Korff
Created by korffmo1 on 28.11.18.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Matrix
createModel(ModelXYIndex modelXYIndexTrain)
ParameterRegressionMethod
getParameter()
-
Methods inherited from interface com.actelion.research.calc.regression.ICalculateYHat
calculateYHat, calculateYHat
-
-
-
-
Method Detail
-
createModel
Matrix createModel(ModelXYIndex modelXYIndexTrain)
-
getParameter
ParameterRegressionMethod getParameter()
-
-