Changeset 5658 for branches/DataAnalysis Refactoring/HeuristicLab.Algorithms.DataAnalysis/3.4/HeuristicLab.Algorithms.DataAnalysis-3.4.csproj
- Timestamp:
- 03/10/11 12:38:43 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/DataAnalysis Refactoring/HeuristicLab.Algorithms.DataAnalysis/3.4/HeuristicLab.Algorithms.DataAnalysis-3.4.csproj
r5651 r5658 116 116 <Compile Include="kMeans\KMeansClusteringModel.cs" /> 117 117 <Compile Include="kMeans\KMeansClusteringSolution.cs" /> 118 <Compile Include="kMeans\KMeansClusteringUtil.cs" /> 118 <Compile Include="kMeans\KMeansClusteringUtil.cs"> 119 <SubType>Code</SubType> 120 </Compile> 121 <Compile Include="Linear\AlglibUtil.cs" /> 122 <Compile Include="Linear\LinearDiscriminantAnalysis.cs" /> 119 123 <Compile Include="Linear\LinearRegression.cs"> 120 <SubType>Code</SubType>121 </Compile>122 <Compile Include="Linear\LinearRegressionUtil.cs">123 124 <SubType>Code</SubType> 124 125 </Compile>
Note: See TracChangeset
for help on using the changeset viewer.