Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/05/19 10:12:59 (6 years ago)
Author:
chaider
Message:

#2971
Added IntervalConstraint Parameter and some fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2971_named_intervals/HeuristicLab.Problems.DataAnalysis/3.4/HeuristicLab.Problems.DataAnalysis-3.4.csproj

    r16426 r16586  
    175175    <Compile Include="Implementation\Interval.cs" />
    176176    <Compile Include="Implementation\NamedIntervals.cs" />
     177    <Compile Include="Implementation\Parser\IntervalConstraint.cs" />
     178    <Compile Include="Implementation\Parser\IntervalConstraintsParser.cs" />
    177179    <Compile Include="Implementation\Regression\ConfidenceBoundRegressionSolution.cs" />
    178180    <Compile Include="Implementation\Regression\ConstantRegressionModel.cs" />
     
    211213    <Compile Include="Interfaces\IDataset.cs" />
    212214    <Compile Include="Interfaces\IDependencyCalculator.cs" />
     215    <Compile Include="Interfaces\ITextValue.cs" />
    213216    <Compile Include="Interfaces\ITransformation.cs" />
    214217    <Compile Include="Interfaces\ITransformationMapper.cs" />
     
    282285    <Compile Include="Implementation\Classification\ThresholdCalculators\NormalDistributionCutPointsThresholdCalculator.cs" />
    283286    <Compile Include="Implementation\Classification\ThresholdCalculators\ThresholdCalculator.cs" />
     287    <Compile Include="TextValue.cs" />
    284288    <None Include="HeuristicLab.snk" />
    285289    <None Include="Plugin.cs.frame" />
Note: See TracChangeset for help on using the changeset viewer.