- Timestamp:
- 03/03/17 17:33:24 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PersistenceOverhaul/HeuristicLab.Analysis/3.3/Statistics/Fitting/IFitting.cs
r12012 r14712 21 21 22 22 namespace HeuristicLab.Analysis.Statistics { 23 [HeuristicLab.Persistence.Default.CompositeSerializers.Storable.StorableType("DA6655B1-84FC-49C7-9954-CB4B9B631B13")] 23 24 public interface IFitting { 24 25 DataRow CalculateFittedLine(double[] dataPoints);
Note: See TracChangeset
for help on using the changeset viewer.