Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/16/18 11:55:13 (5 years ago)
Author:
chaider
Message:

#2956: Added intermediate of a-priori knowledge

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2956_apriori_knowledge/HeuristicLab.Problems.DataAnalysis/3.4/HeuristicLab.Problems.DataAnalysis-3.4.csproj

    r15638 r16303  
    176176    <Compile Include="Interfaces\IDataset.cs" />
    177177    <Compile Include="Interfaces\IDependencyCalculator.cs" />
     178    <Compile Include="Interfaces\IInterval.cs" />
    178179    <Compile Include="Interfaces\ITransformation.cs" />
    179180    <Compile Include="Interfaces\ITransformationMapper.cs" />
     
    190191    <Compile Include="Interfaces\TimeSeriesPrognosis\ITimeSeriesPrognosisProblemData.cs" />
    191192    <Compile Include="Interfaces\TimeSeriesPrognosis\ITimeSeriesPrognosisSolution.cs" />
     193    <Compile Include="IntervalItem.cs" />
    192194    <Compile Include="ModifiableDataset.cs" />
    193195    <Compile Include="OnlineCalculators\AutoCorrelationCalculator.cs" />
Note: See TracChangeset for help on using the changeset viewer.