Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
10/20/10 06:23:06 (14 years ago)
Author:
swagner
Message:

Added first version of allele frequency analysis (#1234)

Location:
trunk/sources/HeuristicLab.Analysis/3.3
Files:
4 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Analysis/3.3/HeuristicLab.Analysis-3.3.csproj

    r4065 r4623  
    114114    <Compile Include="BestScopeSolutionAnalyzer.cs" />
    115115    <Compile Include="BestQualityMemorizer.cs" />
     116    <Compile Include="Allele.cs" />
     117    <Compile Include="AlleleFrequency.cs" />
     118    <Compile Include="AlleleFrequencyArray.cs" />
    116119    <Compile Include="QualityAnalyzer.cs" />
    117120    <Compile Include="MinAverageMaxValueAnalyzer.cs" />
     
    124127    <Compile Include="DataTable.cs" />
    125128    <Compile Include="DataTableValuesCollector.cs" />
     129    <Compile Include="AlleleFrequencyAnalyzer.cs" />
    126130    <Compile Include="ValueAnalyzer.cs" />
    127131  </ItemGroup>
Note: See TracChangeset for help on using the changeset viewer.