Changeset 15468 for branches/MathNetNumerics-Exploration-2789/HeuristicLab.Algorithms.DataAnalysis.Experimental/CubicSplineGCV.cs
- Timestamp:
- 11/09/17 18:03:06 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/MathNetNumerics-Exploration-2789/HeuristicLab.Algorithms.DataAnalysis.Experimental/CubicSplineGCV.cs
r15457 r15468 178 178 } 179 179 public static ReinschSmoothingSplineModel CalculateCubicSpline(double[] x, double[] y, 180 string targetVariable, string[] inputVars, 180 string targetVariable, string[] inputVars, 181 181 out CubGcvReport report) { 182 182 var w = Enumerable.Repeat(1.0, x.Length).ToArray();
Note: See TracChangeset
for help on using the changeset viewer.