- Timestamp:
- 02/28/19 17:42:10 (6 years ago)
- Location:
- branches/2971_named_intervals/HeuristicLab.Problems.DataAnalysis
- Files:
-
- 38 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2971_named_intervals/HeuristicLab.Problems.DataAnalysis
- Property svn:mergeinfo changed
-
branches/2971_named_intervals/HeuristicLab.Problems.DataAnalysis/3.4
- Property svn:mergeinfo changed
-
branches/2971_named_intervals/HeuristicLab.Problems.DataAnalysis/3.4/Interfaces/Classification/IClassificationEnsembleModel.cs
r16628 r16640 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-201 8Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) 2002-2019 Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. … … 24 24 25 25 namespace HeuristicLab.Problems.DataAnalysis { 26 [StorableType(" 7C746A78-B916-44A4-9F60-2644FBA50F7C")]26 [StorableType("4bd3a1b0-6371-418e-9fd7-f9be9e3b2928")] 27 27 public interface IClassificationEnsembleModel : IClassificationModel { 28 28 void Add(IClassificationModel model); -
branches/2971_named_intervals/HeuristicLab.Problems.DataAnalysis/3.4/Interfaces/Classification/IClassificationEnsembleSolution.cs
r16628 r16640 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-201 8Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) 2002-2019 Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. … … 25 25 26 26 namespace HeuristicLab.Problems.DataAnalysis { 27 [StorableType(" D1F6C9EB-E891-49EE-BF93-86EBB6DE34F7")]27 [StorableType("b966443d-a221-46df-83d1-49adaae1adbe")] 28 28 public interface IClassificationEnsembleSolution : IClassificationSolution { 29 29 new IClassificationEnsembleModel Model { get; } -
branches/2971_named_intervals/HeuristicLab.Problems.DataAnalysis/3.4/Interfaces/Classification/IClassificationModel.cs
r16628 r16640 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-201 8Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) 2002-2019 Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. … … 25 25 26 26 namespace HeuristicLab.Problems.DataAnalysis { 27 [StorableType(" 816F08D0-FDEE-4435-B01E-71B3EC9A4AE8")]27 [StorableType("ff091491-c895-41cb-9c45-f3b1a11637d4")] 28 28 /// <summary> 29 29 /// Interface for all classification models. -
branches/2971_named_intervals/HeuristicLab.Problems.DataAnalysis/3.4/Interfaces/Classification/IClassificationProblem.cs
r16628 r16640 2 2 #region License Information 3 3 /* HeuristicLab 4 * Copyright (C) 2002-201 8Heuristic and Evolutionary Algorithms Laboratory (HEAL)4 * Copyright (C) 2002-2019 Heuristic and Evolutionary Algorithms Laboratory (HEAL) 5 5 * 6 6 * This file is part of HeuristicLab. … … 22 22 23 23 namespace HeuristicLab.Problems.DataAnalysis { 24 [StorableType(" 719B8F33-15F3-4219-B392-CF65685D09D3")]24 [StorableType("fd15f587-2a68-4180-86c4-82410e3f22e2")] 25 25 public interface IClassificationProblem : IDataAnalysisProblem<IClassificationProblemData> { 26 26 } -
branches/2971_named_intervals/HeuristicLab.Problems.DataAnalysis/3.4/Interfaces/Classification/IClassificationProblemData.cs
r16628 r16640 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-201 8Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) 2002-2019 Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. … … 24 24 25 25 namespace HeuristicLab.Problems.DataAnalysis { 26 [StorableType(" B0BC0FBB-CF7F-4DE9-B63F-374C1B25DC48")]26 [StorableType("8cd26df9-aed7-4378-9516-04322b6f9d2e")] 27 27 public interface IClassificationProblemData : IDataAnalysisProblemData { 28 28 string TargetVariable { get; set; } -
branches/2971_named_intervals/HeuristicLab.Problems.DataAnalysis/3.4/Interfaces/Classification/IClassificationSolution.cs
r16628 r16640 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-201 8Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) 2002-2019 Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. … … 24 24 25 25 namespace HeuristicLab.Problems.DataAnalysis { 26 [StorableType(" 96CDC69A-E7D8-4E87-A8F5-237E7771391F")]26 [StorableType("7aef6b19-899c-4510-a3d1-9d5056ee204e")] 27 27 public interface IClassificationSolution : IDataAnalysisSolution { 28 28 new IClassificationModel Model { get; } -
branches/2971_named_intervals/HeuristicLab.Problems.DataAnalysis/3.4/Interfaces/Classification/IDiscriminantFunctionClassificationModel.cs
r16628 r16640 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-201 8Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) 2002-2019 Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. … … 25 25 26 26 namespace HeuristicLab.Problems.DataAnalysis { 27 [StorableType(" 35971A29-D6D4-49AC-903E-957DDE2DB960")]27 [StorableType("ea474735-61d0-4ada-8970-ac1d78ce4d15")] 28 28 public interface IDiscriminantFunctionClassificationModel : IClassificationModel { 29 29 IEnumerable<double> Thresholds { get; } -
branches/2971_named_intervals/HeuristicLab.Problems.DataAnalysis/3.4/Interfaces/Classification/IDiscriminantFunctionClassificationSolution.cs
r16628 r16640 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-201 8Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) 2002-2019 Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. … … 20 20 #endregion 21 21 22 using System;23 22 using System.Collections.Generic; 24 23 using HEAL.Attic; 25 24 26 25 namespace HeuristicLab.Problems.DataAnalysis { 27 [StorableType(" 357A3791-B5C9-4724-9A2B-472DA411BA13")]26 [StorableType("ecb5d2f6-8041-4d07-aeff-e7fc0b5c355e")] 28 27 public interface IDiscriminantFunctionClassificationSolution : IClassificationSolution { 29 28 new IDiscriminantFunctionClassificationModel Model { get; } -
branches/2971_named_intervals/HeuristicLab.Problems.DataAnalysis/3.4/Interfaces/Classification/IDiscriminantFunctionThresholdCalculator.cs
r16628 r16640 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-201 8Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) 2002-2019 Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. … … 25 25 26 26 namespace HeuristicLab.Problems.DataAnalysis { 27 [StorableType(" 370BE41A-461D-49B5-8AFB-EEAFB6B95C35")]27 [StorableType("f12cfcbe-8473-49c3-8c43-bddce2d7b772")] 28 28 public interface IDiscriminantFunctionThresholdCalculator : INamedItem { 29 29 void Calculate(IClassificationProblemData problemData, IEnumerable<double> estimatedValues, IEnumerable<double> targetClassValues, out double[] classValues, out double[] thresholds); -
branches/2971_named_intervals/HeuristicLab.Problems.DataAnalysis/3.4/Interfaces/Clustering/IClusteringModel.cs
r16628 r16640 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-201 8Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) 2002-2019 Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. … … 24 24 25 25 namespace HeuristicLab.Problems.DataAnalysis { 26 [StorableType(" 42B664EE-FB1A-4A2C-9067-6650C790DFCC")]26 [StorableType("1aab7e19-317f-47e0-acc7-b0538e572d8e")] 27 27 public interface IClusteringModel : IDataAnalysisModel { 28 28 IEnumerable<int> GetClusterValues(IDataset dataset, IEnumerable<int> rows); -
branches/2971_named_intervals/HeuristicLab.Problems.DataAnalysis/3.4/Interfaces/Clustering/IClusteringProblem.cs
r16628 r16640 2 2 #region License Information 3 3 /* HeuristicLab 4 * Copyright (C) 2002-201 8Heuristic and Evolutionary Algorithms Laboratory (HEAL)4 * Copyright (C) 2002-2019 Heuristic and Evolutionary Algorithms Laboratory (HEAL) 5 5 * 6 6 * This file is part of HeuristicLab. … … 22 22 23 23 namespace HeuristicLab.Problems.DataAnalysis { 24 [StorableType(" 4C6FB508-146E-4252-826B-0BD386AAD6BB")]24 [StorableType("fc7456d2-3892-4a7b-a77a-b7a0828d2530")] 25 25 public interface IClusteringProblem : IDataAnalysisProblem<IClusteringProblemData> { 26 26 } -
branches/2971_named_intervals/HeuristicLab.Problems.DataAnalysis/3.4/Interfaces/Clustering/IClusteringProblemData.cs
r16628 r16640 2 2 #region License Information 3 3 /* HeuristicLab 4 * Copyright (C) 2002-201 8Heuristic and Evolutionary Algorithms Laboratory (HEAL)4 * Copyright (C) 2002-2019 Heuristic and Evolutionary Algorithms Laboratory (HEAL) 5 5 * 6 6 * This file is part of HeuristicLab. … … 22 22 23 23 namespace HeuristicLab.Problems.DataAnalysis { 24 [StorableType(" 9B74FB18-0B3E-4251-BE43-024708970E77")]24 [StorableType("e39aa6c0-d6c6-491d-88cc-de05c6503314")] 25 25 public interface IClusteringProblemData : IDataAnalysisProblemData { 26 26 } -
branches/2971_named_intervals/HeuristicLab.Problems.DataAnalysis/3.4/Interfaces/Clustering/IClusteringSolution.cs
r16628 r16640 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-201 8Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) 2002-2019 Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. … … 24 24 25 25 namespace HeuristicLab.Problems.DataAnalysis { 26 [StorableType(" 45FB42B8-490B-465E-8887-CF0ED01329B2")]26 [StorableType("dbb9226f-312d-4ee2-a6cc-b74cc6ab5cc0")] 27 27 public interface IClusteringSolution : IDataAnalysisSolution { 28 28 new IClusteringModel Model { get; } -
branches/2971_named_intervals/HeuristicLab.Problems.DataAnalysis/3.4/Interfaces/IDataAnalysisModel.cs
r16628 r16640 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-201 8Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) 2002-2019 Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. … … 25 25 26 26 namespace HeuristicLab.Problems.DataAnalysis { 27 [StorableType("f85ccf7a-7df5-431e-bc4d-be6f3c4c2338")] 27 28 /// <summary> 28 29 /// Interface for all data-analysis models (regression/classification/clustering). -
branches/2971_named_intervals/HeuristicLab.Problems.DataAnalysis/3.4/Interfaces/IDataAnalysisProblem.cs
r16628 r16640 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-201 8Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) 2002-2019 Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. … … 26 26 27 27 namespace HeuristicLab.Problems.DataAnalysis { 28 [StorableType("7 D263DD9-1669-41E0-93FE-B8C2D3BBF0B2")]28 [StorableType("74e4c570-3881-4bfa-a5bb-2bb71cdee2b3")] 29 29 public interface IDataAnalysisProblem : IProblem { 30 30 IParameter ProblemDataParameter { get; } … … 33 33 } 34 34 35 [StorableType(" F3B21B7C-6E73-47B0-A76C-7F85E9C1B0E7")]35 [StorableType("c2f6fcdd-ab62-4423-be75-01aa694df411")] 36 36 public interface IDataAnalysisProblem<T> : IDataAnalysisProblem 37 37 where T : class, IDataAnalysisProblemData { -
branches/2971_named_intervals/HeuristicLab.Problems.DataAnalysis/3.4/Interfaces/IDataAnalysisProblemData.cs
r16628 r16640 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-201 8Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) 2002-2019 Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. … … 27 27 28 28 namespace HeuristicLab.Problems.DataAnalysis { 29 [StorableType(" 237151F6-C698-4199-8E3B-7A8B479B094C")]29 [StorableType("3f50defe-1f79-4122-a96b-11ca90202210")] 30 30 public interface IDataAnalysisProblemData : INamedItem { 31 31 bool IsEmpty { get; } -
branches/2971_named_intervals/HeuristicLab.Problems.DataAnalysis/3.4/Interfaces/IDataAnalysisSolution.cs
r16628 r16640 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-201 8Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) 2002-2019 Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. … … 26 26 27 27 namespace HeuristicLab.Problems.DataAnalysis { 28 [StorableType(" CDE4477F-8411-47E4-AD8D-496EC681E584")]28 [StorableType("f8f940b8-7888-401b-8382-51face79d703")] 29 29 public interface IDataAnalysisSolution : INamedItem, IStorableContent { 30 30 IDataAnalysisModel Model { get; } -
branches/2971_named_intervals/HeuristicLab.Problems.DataAnalysis/3.4/Interfaces/IDataAnalysisSolutionExporter.cs
r16628 r16640 1 #region License Information 1 using HEAL.Attic; 2 #region License Information 2 3 /* HeuristicLab 3 * Copyright (C) 2002-201 8Heuristic and Evolutionary Algorithms Laboratory (HEAL)4 * Copyright (C) 2002-2019 Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 5 * 5 6 * This file is part of HeuristicLab. … … 20 21 #endregion 21 22 22 using System;23 using HeuristicLab.Common;24 using HeuristicLab.Core;25 23 using HEAL.Attic; 26 24 27 25 namespace HeuristicLab.Problems.DataAnalysis { 28 [StorableType(" 1ED59AF5-4502-4D39-BD03-3763A1A3C947")]26 [StorableType("87fc237a-8478-429a-b276-6c7e09a86137")] 29 27 public interface IDataAnalysisSolutionExporter { 30 28 string FileTypeFilter { get; } -
branches/2971_named_intervals/HeuristicLab.Problems.DataAnalysis/3.4/Interfaces/IDataset.cs
r16628 r16640 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-201 8Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) 2002-2019 Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. … … 28 28 29 29 namespace HeuristicLab.Problems.DataAnalysis { 30 [StorableType(" A3C6A9BF-8C6D-429B-8283-32C74807BFF5")]30 [StorableType("55cc9211-2136-41a0-a5bc-0d51e915d1b4")] 31 31 public interface IDataset : IItem, IStringConvertibleMatrix { 32 32 IEnumerable<string> VariableNames { get; } -
branches/2971_named_intervals/HeuristicLab.Problems.DataAnalysis/3.4/Interfaces/IDependencyCalculator.cs
r16628 r16640 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-201 8Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) 2002-2019 Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. -
branches/2971_named_intervals/HeuristicLab.Problems.DataAnalysis/3.4/Interfaces/IOnlineCalculator.cs
r16628 r16640 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-201 8Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) 2002-2019 Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. -
branches/2971_named_intervals/HeuristicLab.Problems.DataAnalysis/3.4/Interfaces/ITransformation.cs
r16628 r16640 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-201 8Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) 2002-2019 Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. … … 25 25 26 26 namespace HeuristicLab.Problems.DataAnalysis { 27 [StorableType(" 1D33FC0B-8F56-496E-B218-F478AAD088FB")]27 [StorableType("6d791015-1439-40e6-a0ba-a8c49c0ddba9")] 28 28 public interface ITransformation : IParameterizedItem { 29 29 string ShortName { get; } … … 31 31 } 32 32 33 [StorableType(" A08CF2F2-FA26-406D-9F20-15E0480B25E1")]33 [StorableType("a200b865-5010-46ae-9070-094ac272f3a8")] 34 34 public interface ITransformation<T> : ITransformation { 35 35 void ConfigureParameters(IEnumerable<T> data); -
branches/2971_named_intervals/HeuristicLab.Problems.DataAnalysis/3.4/Interfaces/ITransformationMapper.cs
r16628 r16640 2 2 #region License Information 3 3 /* HeuristicLab 4 * Copyright (C) 2002-201 8Heuristic and Evolutionary Algorithms Laboratory (HEAL)4 * Copyright (C) 2002-2019 Heuristic and Evolutionary Algorithms Laboratory (HEAL) 5 5 * 6 6 * This file is part of HeuristicLab. … … 23 23 24 24 namespace HeuristicLab.Problems.DataAnalysis { 25 [StorableType(" 5C8BFC7F-F737-4BE5-9809-37432F14E187")]25 [StorableType("a5bda2a6-0f93-4f44-8992-af0cd3582527")] 26 26 public interface ITransformationMapper<out T> { 27 27 T GenerateModel(ITransformation transformation); -
branches/2971_named_intervals/HeuristicLab.Problems.DataAnalysis/3.4/Interfaces/Regression/IConfidenceRegressionModel.cs
r16628 r16640 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-201 8Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) 2002-2019 Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. … … 24 24 25 25 namespace HeuristicLab.Problems.DataAnalysis { 26 [StorableType(" 84837072-1A1D-4E31-8B36-A7AFD89B7935")]26 [StorableType("35261615-3840-49ba-90a5-0e15806c1bc4")] 27 27 public interface IConfidenceRegressionModel : IRegressionModel { 28 28 IEnumerable<double> GetEstimatedVariances(IDataset dataset, IEnumerable<int> rows); -
branches/2971_named_intervals/HeuristicLab.Problems.DataAnalysis/3.4/Interfaces/Regression/IConfidenceRegressionSolution.cs
r16628 r16640 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-201 8Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) 2002-2019 Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. … … 24 24 25 25 namespace HeuristicLab.Problems.DataAnalysis { 26 [StorableType(" FF6EF38E-5D11-49EA-A835-99787D590A72")]26 [StorableType("710d4059-2512-415d-b4bc-8cd995d5b9fc")] 27 27 public interface IConfidenceRegressionSolution : IRegressionSolution { 28 28 new IConfidenceRegressionModel Model { get; } -
branches/2971_named_intervals/HeuristicLab.Problems.DataAnalysis/3.4/Interfaces/Regression/IRegressionEnsembleModel.cs
r16628 r16640 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-201 8Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) 2002-2019 Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. … … 25 25 26 26 namespace HeuristicLab.Problems.DataAnalysis { 27 [StorableType(" 9F5476B2-ABDD-488E-9BEB-8AF44004EAFE")]27 [StorableType("50848b49-340b-460a-981c-b3eb436c5bcf")] 28 28 public interface IRegressionEnsembleModel : IRegressionModel { 29 29 void Add(IRegressionModel model); -
branches/2971_named_intervals/HeuristicLab.Problems.DataAnalysis/3.4/Interfaces/Regression/IRegressionEnsembleSolution.cs
r16628 r16640 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-201 8Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) 2002-2019 Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. … … 25 25 26 26 namespace HeuristicLab.Problems.DataAnalysis { 27 [StorableType(" 6C7E05A3-D58B-4200-9CA5-BC6B3B78EBA9")]27 [StorableType("287c5f55-cc5c-488a-a5e7-17a41a087981")] 28 28 public interface IRegressionEnsembleSolution : IRegressionSolution { 29 29 new IRegressionEnsembleModel Model { get; } -
branches/2971_named_intervals/HeuristicLab.Problems.DataAnalysis/3.4/Interfaces/Regression/IRegressionModel.cs
r16628 r16640 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-201 8Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) 2002-2019 Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. … … 25 25 26 26 namespace HeuristicLab.Problems.DataAnalysis { 27 [StorableType(" 6CD51A21-FA04-4762-AE48-E9696032785E")]27 [StorableType("56c31bd6-dc0d-4478-b121-ea1817eae301")] 28 28 /// <summary> 29 29 /// Interface for all regression models. -
branches/2971_named_intervals/HeuristicLab.Problems.DataAnalysis/3.4/Interfaces/Regression/IRegressionProblem.cs
r16628 r16640 2 2 #region License Information 3 3 /* HeuristicLab 4 * Copyright (C) 2002-201 8Heuristic and Evolutionary Algorithms Laboratory (HEAL)4 * Copyright (C) 2002-2019 Heuristic and Evolutionary Algorithms Laboratory (HEAL) 5 5 * 6 6 * This file is part of HeuristicLab. … … 22 22 23 23 namespace HeuristicLab.Problems.DataAnalysis { 24 [StorableType(" 235F77DA-38E3-4627-8544-529686AFE939")]24 [StorableType("4541dcea-2a97-451f-b3bd-84a1342e2b1d")] 25 25 public interface IRegressionProblem : IDataAnalysisProblem<IRegressionProblemData> { 26 26 } -
branches/2971_named_intervals/HeuristicLab.Problems.DataAnalysis/3.4/Interfaces/Regression/IRegressionProblemData.cs
r16628 r16640 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-201 8Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) 2002-2019 Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. … … 24 24 25 25 namespace HeuristicLab.Problems.DataAnalysis { 26 [StorableType("1 FA10493-9F9A-40DB-BCDC-1E610B5D7F4F")]26 [StorableType("1ef22b8b-f3b4-494b-8cdd-f08e84e316e0")] 27 27 public interface IRegressionProblemData : IDataAnalysisProblemData { 28 28 string TargetVariable { get; set; } -
branches/2971_named_intervals/HeuristicLab.Problems.DataAnalysis/3.4/Interfaces/Regression/IRegressionSolution.cs
r16628 r16640 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-201 8Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) 2002-2019 Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. … … 24 24 25 25 namespace HeuristicLab.Problems.DataAnalysis { 26 [StorableType(" 5545EED3-D06B-4398-9233-C2A10343E3CA")]26 [StorableType("b9d7d1f7-c603-45ef-b372-71b82446fa72")] 27 27 public interface IRegressionSolution : IDataAnalysisSolution { 28 28 new IRegressionModel Model { get; } -
branches/2971_named_intervals/HeuristicLab.Problems.DataAnalysis/3.4/Interfaces/TimeSeriesPrognosis/IOnlineTimeSeriesCalculator.cs
r16628 r16640 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-201 8Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) 2002-2019 Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. … … 21 21 22 22 23 using System;24 23 using System.Collections.Generic; 25 24 using HEAL.Attic; -
branches/2971_named_intervals/HeuristicLab.Problems.DataAnalysis/3.4/Interfaces/TimeSeriesPrognosis/ITimeSeriesPrognosisModel.cs
r16628 r16640 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-201 8Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) 2002-2019 Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. … … 24 24 25 25 namespace HeuristicLab.Problems.DataAnalysis { 26 [StorableType(" 3F0A4695-C244-4725-A7CE-A59DEC087E56")]26 [StorableType("c238682c-af0b-449e-aecf-8cf61418f425")] 27 27 /// <summary> 28 28 /// Interface for all time series prognosis models. -
branches/2971_named_intervals/HeuristicLab.Problems.DataAnalysis/3.4/Interfaces/TimeSeriesPrognosis/ITimeSeriesPrognosisProblem.cs
r16628 r16640 2 2 #region License Information 3 3 /* HeuristicLab 4 * Copyright (C) 2002-201 8Heuristic and Evolutionary Algorithms Laboratory (HEAL)4 * Copyright (C) 2002-2019 Heuristic and Evolutionary Algorithms Laboratory (HEAL) 5 5 * 6 6 * This file is part of HeuristicLab. … … 22 22 23 23 namespace HeuristicLab.Problems.DataAnalysis { 24 [StorableType(" 0AAD21C3-08BE-4A1F-81D4-A318B4458F71")]24 [StorableType("5823dd3a-37a0-4b7c-b9d4-07994084188f")] 25 25 public interface ITimeSeriesPrognosisProblem : IDataAnalysisProblem<ITimeSeriesPrognosisProblemData> { 26 26 } -
branches/2971_named_intervals/HeuristicLab.Problems.DataAnalysis/3.4/Interfaces/TimeSeriesPrognosis/ITimeSeriesPrognosisProblemData.cs
r16628 r16640 2 2 #region License Information 3 3 /* HeuristicLab 4 * Copyright (C) 2002-201 8Heuristic and Evolutionary Algorithms Laboratory (HEAL)4 * Copyright (C) 2002-2019 Heuristic and Evolutionary Algorithms Laboratory (HEAL) 5 5 * 6 6 * This file is part of HeuristicLab. … … 22 22 23 23 namespace HeuristicLab.Problems.DataAnalysis { 24 [StorableType(" 03078B05-9C74-483F-86A8-723F41E56BDC")]24 [StorableType("9f05ada5-f1b1-44fd-84ad-2f7b427e94c3")] 25 25 public interface ITimeSeriesPrognosisProblemData : IRegressionProblemData { 26 26 int TrainingHorizon { get; set; } -
branches/2971_named_intervals/HeuristicLab.Problems.DataAnalysis/3.4/Interfaces/TimeSeriesPrognosis/ITimeSeriesPrognosisSolution.cs
r16628 r16640 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-201 8Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) 2002-2019 Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. … … 24 24 25 25 namespace HeuristicLab.Problems.DataAnalysis { 26 [StorableType(" 0CF4AFFB-B2A5-4E17-B32A-92A6F95CBC08")]26 [StorableType("2793d8c7-6f34-4d9d-970c-a705f6c47b5c")] 27 27 public interface ITimeSeriesPrognosisSolution : IRegressionSolution { 28 28 new ITimeSeriesPrognosisModel Model { get; }
Note: See TracChangeset
for help on using the changeset viewer.