Changeset 5484 for branches/DataAnalysis Refactoring
- Timestamp:
- 02/16/11 10:52:22 (14 years ago)
- Location:
- branches/DataAnalysis Refactoring
- Files:
-
- 6 added
- 15 deleted
- 11 edited
- 7 copied
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
branches/DataAnalysis Refactoring/HeuristicLab.Algorithms.DataAnalysis.Views/3.4/HeuristicLab.Algorithms.DataAnalysis.Views-3.4.csproj
r5477 r5484 114 114 </ItemGroup> 115 115 <ItemGroup> 116 <Compile Include="CrossValidationView.cs">117 <SubType>UserControl</SubType>118 </Compile>119 <Compile Include="CrossValidationView.Designer.cs">120 <DependentUpon>CrossValidationView.cs</DependentUpon>121 </Compile>122 116 <Compile Include="HeuristicLabAlgorithmsDataAnalysisViewsPlugin.cs" /> 123 117 <Compile Include="Properties\AssemblyInfo.cs" /> … … 129 123 </ItemGroup> 130 124 <ItemGroup> 131 <ProjectReference Include="..\..\HeuristicLab.Algorithms.DataAnalysis\3. 3\HeuristicLab.Algorithms.DataAnalysis-3.3.csproj">132 <Project>{ A8D5676D-9662-437A-B44D-ECB4046CDE12}</Project>133 <Name>HeuristicLab.Algorithms.DataAnalysis-3. 3</Name>125 <ProjectReference Include="..\..\HeuristicLab.Algorithms.DataAnalysis\3.4\HeuristicLab.Algorithms.DataAnalysis-3.4.csproj"> 126 <Project>{2E782078-FA81-4B70-B56F-74CE38DAC6C8}</Project> 127 <Name>HeuristicLab.Algorithms.DataAnalysis-3.4</Name> 134 128 </ProjectReference> 135 129 <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj"> … … 181 175 <Name>HeuristicLab.PluginInfrastructure-3.3</Name> 182 176 </ProjectReference> 183 <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis\3. 3\HeuristicLab.Problems.DataAnalysis-3.3.csproj">184 <Project>{ 70DFD984-B1D9-46FE-8EB7-4DE92D71A9FC}</Project>185 <Name>HeuristicLab.Problems.DataAnalysis-3. 3</Name>177 <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis\3.4\HeuristicLab.Problems.DataAnalysis-3.4.csproj"> 178 <Project>{DF87C13E-A889-46FF-8153-66DCAA8C5674}</Project> 179 <Name>HeuristicLab.Problems.DataAnalysis-3.4</Name> 186 180 </ProjectReference> 187 181 </ItemGroup> -
branches/DataAnalysis Refactoring/HeuristicLab.Algorithms.DataAnalysis/3.4/HeuristicLab.Algorithms.DataAnalysis-3.4.csproj
r5477 r5484 107 107 </ItemGroup> 108 108 <ItemGroup> 109 <Compile Include="CrossValidation.cs" />110 <Compile Include="SupportVectorMachine.cs" />111 109 <Compile Include="HeuristicLabAlgorithmsDataAnalysisPlugin.cs" /> 112 <Compile Include="LinearRegression.cs" />113 110 <Compile Include="Properties\AssemblyInfo.cs" /> 114 111 </ItemGroup> … … 135 132 </ProjectReference> 136 133 <ProjectReference Include="..\..\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding\3.4\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4.csproj"> 137 <Project>{ 125D3006-67F5-48CB-913E-73C0548F17FA}</Project>138 <Name>HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3. 3</Name>134 <Project>{06D4A186-9319-48A0-BADE-A2058D462EEA}</Project> 135 <Name>HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4</Name> 139 136 </ProjectReference> 140 137 <ProjectReference Include="..\..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj"> … … 159 156 </ProjectReference> 160 157 <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis.Regression\3.4\HeuristicLab.Problems.DataAnalysis.Regression-3.4.csproj"> 161 <Project>{BD F86B1D-630E-4CE2-8A49-8C90B1BDE4C9}</Project>162 <Name>HeuristicLab.Problems.DataAnalysis.Regression-3. 3</Name>158 <Project>{BD16E72E-8F62-4293-A014-6E3D450DF091}</Project> 159 <Name>HeuristicLab.Problems.DataAnalysis.Regression-3.4</Name> 163 160 </ProjectReference> 164 161 <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis\3.4\HeuristicLab.Problems.DataAnalysis-3.4.csproj"> 165 <Project>{ 70DFD984-B1D9-46FE-8EB7-4DE92D71A9FC}</Project>166 <Name>HeuristicLab.Problems.DataAnalysis-3. 3</Name>162 <Project>{DF87C13E-A889-46FF-8153-66DCAA8C5674}</Project> 163 <Name>HeuristicLab.Problems.DataAnalysis-3.4</Name> 167 164 </ProjectReference> 168 165 </ItemGroup> 169 166 <ItemGroup> 170 167 <None Include="HeuristicLab.snk" /> 171 <None Include="HeuristicLabAlgorithmsDataAnalysisPlugin.cs.frame" />172 168 <None Include="Properties\AssemblyInfo.frame" /> 173 169 </ItemGroup> -
branches/DataAnalysis Refactoring/HeuristicLab.Problems.ArtificialAnt.Views/3.4/HeuristicLab.Problems.ArtificialAnt.Views-3.4.csproj
r5477 r5484 146 146 <Name>HeuristicLab.Data-3.3</Name> 147 147 </ProjectReference> 148 <ProjectReference Include="..\..\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views\3. 3\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views-3.3.csproj">149 <Project>{ 6F42C5F8-16CD-43EE-8208-FD4573A69D85}</Project>150 <Name>HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views-3. 3</Name>151 </ProjectReference> 152 <ProjectReference Include="..\..\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding\3. 3\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.3.csproj">153 <Project>{ 125D3006-67F5-48CB-913E-73C0548F17FA}</Project>154 <Name>HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3. 3</Name>148 <ProjectReference Include="..\..\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views\3.4\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views-3.4.csproj"> 149 <Project>{423BD94F-963A-438E-BA45-3BB3D61CD03B}</Project> 150 <Name>HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views-3.4</Name> 151 </ProjectReference> 152 <ProjectReference Include="..\..\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding\3.4\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4.csproj"> 153 <Project>{06D4A186-9319-48A0-BADE-A2058D462EEA}</Project> 154 <Name>HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4</Name> 155 155 </ProjectReference> 156 156 <ProjectReference Include="..\..\HeuristicLab.MainForm.WindowsForms\3.3\HeuristicLab.MainForm.WindowsForms-3.3.csproj"> … … 174 174 <Name>HeuristicLab.PluginInfrastructure-3.3</Name> 175 175 </ProjectReference> 176 <ProjectReference Include="..\..\HeuristicLab.Problems.ArtificialAnt\3. 3\HeuristicLab.Problems.ArtificialAnt-3.3.csproj">177 <Project>{ F5C0ECAC-EDBA-4024-872A-1F74AFCB20B4}</Project>178 <Name>HeuristicLab.Problems.ArtificialAnt-3. 3</Name>176 <ProjectReference Include="..\..\HeuristicLab.Problems.ArtificialAnt\3.4\HeuristicLab.Problems.ArtificialAnt-3.4.csproj"> 177 <Project>{0C67A033-F6D9-4237-B3CA-C033A44706BE}</Project> 178 <Name>HeuristicLab.Problems.ArtificialAnt-3.4</Name> 179 179 </ProjectReference> 180 180 </ItemGroup> -
branches/DataAnalysis Refactoring/HeuristicLab.Problems.ArtificialAnt/3.4/HeuristicLab.Problems.ArtificialAnt-3.4.csproj
r5477 r5484 150 150 <Name>HeuristicLab.Data-3.3</Name> 151 151 </ProjectReference> 152 <ProjectReference Include="..\..\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding\3. 3\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.3.csproj">153 <Project>{ 125D3006-67F5-48CB-913E-73C0548F17FA}</Project>154 <Name>HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3. 3</Name>152 <ProjectReference Include="..\..\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding\3.4\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4.csproj"> 153 <Project>{06D4A186-9319-48A0-BADE-A2058D462EEA}</Project> 154 <Name>HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4</Name> 155 155 </ProjectReference> 156 156 <ProjectReference Include="..\..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj"> -
branches/DataAnalysis Refactoring/HeuristicLab.Problems.DataAnalysis.Classification/3.4/HeuristicLab.Problems.DataAnalysis.Classification-3.4.csproj
r5474 r5484 141 141 <Name>HeuristicLab.Data-3.3</Name> 142 142 </ProjectReference> 143 <ProjectReference Include="..\..\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding\3.3\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.3.csproj">144 <Project>{125D3006-67F5-48CB-913E-73C0548F17FA}</Project>145 <Name>HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.3</Name>146 </ProjectReference>147 143 <ProjectReference Include="..\..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj"> 148 144 <Project>{23DA7FF4-D5B8-41B6-AA96-F0561D24F3EE}</Project> … … 165 161 <Name>HeuristicLab.PluginInfrastructure-3.3</Name> 166 162 </ProjectReference> 167 <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis.Regression\3.3\HeuristicLab.Problems.DataAnalysis.Regression-3.3.csproj">168 <Project>{BDF86B1D-630E-4CE2-8A49-8C90B1BDE4C9}</Project>169 <Name>HeuristicLab.Problems.DataAnalysis.Regression-3.3</Name>170 </ProjectReference>171 <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis\3.3\HeuristicLab.Problems.DataAnalysis-3.3.csproj">172 <Project>{70DFD984-B1D9-46FE-8EB7-4DE92D71A9FC}</Project>173 <Name>HeuristicLab.Problems.DataAnalysis-3.3</Name>174 </ProjectReference>175 163 </ItemGroup> 176 164 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> -
branches/DataAnalysis Refactoring/HeuristicLab.Problems.DataAnalysis/3.3/Symbolic/Symbols/VariableCondition.cs
r5467 r5484 144 144 #region persistence and cloning 145 145 [StorableConstructor] 146 pr otectedVariableCondition(bool deserializing) : base(deserializing) { }147 pr otectedVariableCondition(VariableCondition original, Cloner cloner)146 private VariableCondition(bool deserializing) : base(deserializing) { } 147 private VariableCondition(VariableCondition original, Cloner cloner) 148 148 : base(original, cloner) { 149 149 thresholdInitializerMu = original.thresholdInitializerMu; -
branches/DataAnalysis Refactoring/HeuristicLab.Problems.DataAnalysis/3.4/HeuristicLab.Problems.DataAnalysis-3.4.csproj
r5474 r5484 108 108 </ItemGroup> 109 109 <ItemGroup> 110 <Compile Include="Dataset.cs" /> 111 <Compile Include="Interfaces\IDataAnalysisEvaluator.cs" /> 112 <Compile Include="Interfaces\IDataAnalysisProblemData.cs" /> 113 <Compile Include="Interfaces\IDataAnalysisSolution.cs" /> 114 <Compile Include="Interfaces\IDataAnalysisSolutionCreator.cs" /> 110 115 <Compile Include="TableFileParser.cs" /> 111 116 <None Include="HeuristicLab.snk" /> 112 117 <None Include="HeuristicLabProblemsDataAnalysisPlugin.cs.frame" /> 113 118 <None Include="Properties\AssemblyInfo.frame" /> 114 <Compile Include="Evaluators\OnlineCovarianceEvaluator.cs" /> 115 <Compile Include="Evaluators\OnlineMeanAndVarianceCalculator.cs" /> 116 <Compile Include="Evaluators\OnlineNormalizedMeanSquaredErrorEvaluator.cs" /> 117 <Compile Include="DataAnalysisSolution.cs" /> 118 <Compile Include="DataAnalysisProblem.cs" /> 119 <Compile Include="DataAnalysisProblemData.cs" /> 120 <Compile Include="DataFormatException.cs" /> 121 <Compile Include="Dataset.cs" /> 122 <Compile Include="Evaluators\OnlineMeanAbsolutePercentageErrorEvaluator.cs" /> 123 <Compile Include="Evaluators\OnlineMeanSquaredErrorEvaluator.cs" /> 124 <Compile Include="Evaluators\OnlinePearsonsRSquaredEvaluator.cs" /> 125 <Compile Include="Evaluators\SimpleEvaluator.cs" /> 126 <Compile Include="Evaluators\SimpleMeanAbsolutePercentageErrorEvaluator.cs" /> 127 <Compile Include="Evaluators\SimpleMeanAbsolutePercentageOfRangeErrorEvaluator.cs" /> 128 <Compile Include="Evaluators\SimpleMSEEvaluator.cs" /> 129 <Compile Include="Evaluators\SimpleNMSEEvaluator.cs" /> 130 <Compile Include="Evaluators\SimpleRSquaredEvaluator.cs" /> 131 <Compile Include="Evaluators\SimpleVarianceAccountedForEvaluator.cs" /> 119 <Compile Include="Online Evaluators\OnlineCovarianceEvaluator.cs" /> 120 <Compile Include="Online Evaluators\OnlineMeanAndVarianceCalculator.cs" /> 121 <Compile Include="Online Evaluators\OnlineNormalizedMeanSquaredErrorEvaluator.cs" /> 122 <Compile Include="Online Evaluators\OnlineMeanAbsolutePercentageErrorEvaluator.cs" /> 123 <Compile Include="Online Evaluators\OnlineMeanSquaredErrorEvaluator.cs" /> 124 <Compile Include="Online Evaluators\OnlinePearsonsRSquaredEvaluator.cs" /> 132 125 <Compile Include="HeuristicLabProblemsDataAnalysisPlugin.cs" /> 133 <Compile Include="Interfaces\ILaggedTreeNode.cs" />134 <Compile Include="Interfaces\ISingleObjectiveDataAnalysisProblem.cs" />135 126 <Compile Include="Interfaces\IDataAnalysisModel.cs" /> 136 127 <Compile Include="Interfaces\IDataAnalysisProblem.cs" /> 137 <Compile Include="Interfaces\IOnlineEvaluator.cs" /> 138 <Compile Include="MatrixExtensions.cs" /> 128 <Compile Include="Online Evaluators\IOnlineEvaluator.cs" /> 139 129 <Compile Include="Properties\AssemblyInfo.cs" /> 140 <Compile Include="RandomEnumerable.cs" />141 130 </ItemGroup> 142 131 <ItemGroup> … … 160 149 <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project> 161 150 <Name>HeuristicLab.Data-3.3</Name> 162 </ProjectReference>163 <ProjectReference Include="..\..\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding\3.3\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.3.csproj">164 <Project>{125D3006-67F5-48CB-913E-73C0548F17FA}</Project>165 <Name>HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.3</Name>166 151 </ProjectReference> 167 152 <ProjectReference Include="..\..\HeuristicLab.ExtLibs\HeuristicLab.ALGLIB\3.1.0\ALGLIB-3.1.0\ALGLIB-3.1.0.csproj"> -
branches/DataAnalysis Refactoring/HeuristicLab.Problems.DataAnalysis/3.4/Interfaces/IDataAnalysisModel.cs
r5445 r5484 25 25 namespace HeuristicLab.Problems.DataAnalysis { 26 26 public interface IDataAnalysisModel : INamedItem { 27 IEnumerable<double> GetEstimatedValues( DataAnalysisProblemData problemData, int start, int end);27 IEnumerable<double> GetEstimatedValues(IDataAnalysisProblemData problemData, int start, int end); 28 28 } 29 29 } -
branches/DataAnalysis Refactoring/HeuristicLab.Problems.DataAnalysis/3.4/Interfaces/IDataAnalysisProblem.cs
r5445 r5484 24 24 namespace HeuristicLab.Problems.DataAnalysis { 25 25 public interface IDataAnalysisProblem : IProblem { 26 DataAnalysisProblemData DataAnalysisProblemData { get; } 26 IDataAnalysisProblemData DataAnalysisProblemData { get; } 27 new IDataAnalysisEvaluator Evaluator { get; } 28 new IDataAnalysisSolutionCreator SolutionCreator { get; } 27 29 } 28 30 } -
branches/DataAnalysis Refactoring/HeuristicLab.Problems.DataAnalysis/3.4/TableFileParser.cs
r5474 r5484 25 25 using System.IO; 26 26 using System.Linq; 27 using System.Runtime.Serialization; 27 28 using System.Text; 28 29 … … 366 367 } 367 368 #endregion 369 370 [Serializable] 371 private class DataFormatException : Exception { 372 private int line; 373 public int Line { 374 get { return line; } 375 } 376 private string token; 377 public string Token { 378 get { return token; } 379 } 380 public DataFormatException(string message, string token, int line) 381 : base(message + "\nToken: " + token + " (line: " + line + ")") { 382 this.token = token; 383 this.line = line; 384 } 385 386 public DataFormatException(SerializationInfo info, StreamingContext context) : base(info, context) { } 387 } 368 388 } 369 389 } -
branches/DataAnalysis Refactoring/HeuristicLab.Random/3.3/HeuristicLab.Random-3.3.csproj
r5163 r5484 119 119 <Compile Include="Properties\AssemblyInfo.cs" /> 120 120 <Compile Include="RandomCreator.cs" /> 121 <Compile Include="RandomEnumerable.cs" /> 121 122 <Compile Include="UniformRandomizer.cs" /> 122 123 </ItemGroup>
Note: See TracChangeset
for help on using the changeset viewer.