Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
09/15/10 21:11:11 (14 years ago)
Author:
gkronber
Message:

Added model and solution classes for time series prognosis and added views for time series prognosis solutions. #1142

Location:
branches/DataAnalysis/HeuristicLab.Problems.DataAnalysis.MultiVariate.TimeSeriesPrognosis.Views/3.3
Files:
4 added
1 edited

Legend:

Unmodified
Added
Removed
  • branches/DataAnalysis/HeuristicLab.Problems.DataAnalysis.MultiVariate.TimeSeriesPrognosis.Views/3.3/HeuristicLab.Problems.DataAnalysis.MultiVariate.TimeSeriesPrognosis.Views-3.3.csproj

    r4113 r4401  
    109109  <ItemGroup>
    110110    <Compile Include="HeuristicLabProblemsDataAnalysisMultiVariateTimeSeriesPrognosisViewsPlugin.cs" />
     111    <Compile Include="ResultsView.cs">
     112      <SubType>UserControl</SubType>
     113    </Compile>
     114    <Compile Include="ResultsView.Designer.cs">
     115      <DependentUpon>ResultsView.cs</DependentUpon>
     116    </Compile>
     117    <Compile Include="SymbolicTimeSeriesPrognosisModelView.cs">
     118      <SubType>UserControl</SubType>
     119    </Compile>
     120    <Compile Include="SymbolicTimeSeriesPrognosisModelView.designer.cs">
     121      <DependentUpon>SymbolicTimeSeriesPrognosisModelView.cs</DependentUpon>
     122    </Compile>
    111123    <Compile Include="Symbols\DerivativeVariableView.cs">
    112124      <SubType>UserControl</SubType>
     
    133145  </ItemGroup>
    134146  <ItemGroup>
     147    <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
     148      <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>
     149      <Name>HeuristicLab.Collections-3.3</Name>
     150    </ProjectReference>
    135151    <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
    136152      <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
     
    148164      <Project>{72104A0B-90E7-42F3-9ABE-9BBBADD4B943}</Project>
    149165      <Name>HeuristicLab.Data.Views-3.3</Name>
     166    </ProjectReference>
     167    <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
     168      <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project>
     169      <Name>HeuristicLab.Data-3.3</Name>
    150170    </ProjectReference>
    151171    <ProjectReference Include="..\..\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views\3.3\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views-3.3.csproj">
Note: See TracChangeset for help on using the changeset viewer.