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