Interface ICalculateYHat
-
- All Known Subinterfaces:
ICalculateModel
- All Known Implementing Classes:
ARegressionMethod
,GaussianProcessRegression
,KNNRegression
,MedianRegression
,NeuralNetworkRegression
,PLSBoxCoxY
,PLSRegressionModelCalculator
,RandomForestRegression
,SVMRegression
public interface ICalculateYHat
ICalculateYHatModest v. Korff
Created by korffmo1 on 27.11.18.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description double
calculateYHat(double[] arrRow)
Matrix
calculateYHat(Matrix X)
-