Changeset 11205 for branches/HiveStatistics/sources/HeuristicLab.Problems.DataAnalysis/3.4/HeuristicLab.Problems.DataAnalysis-3.4.csproj
- Timestamp:
- 07/18/14 13:44:53 (10 years ago)
- Location:
- branches/HiveStatistics/sources
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HiveStatistics/sources
- Property svn:ignore
-
old new 8 8 FxCopResults.txt 9 9 Google.ProtocolBuffers-0.9.1.dll 10 Google.ProtocolBuffers-2.4.1.473.dll 10 11 HeuristicLab 3.3.5.1.ReSharper.user 11 12 HeuristicLab 3.3.6.0.ReSharper.user 12 13 HeuristicLab.4.5.resharper.user 13 14 HeuristicLab.ExtLibs.6.0.ReSharper.user 15 HeuristicLab.Scripting.Development 14 16 HeuristicLab.resharper.user 15 17 ProtoGen.exe … … 17 19 _ReSharper.HeuristicLab 18 20 _ReSharper.HeuristicLab 3.3 21 _ReSharper.HeuristicLab 3.3 Tests 19 22 _ReSharper.HeuristicLab.ExtLibs 20 23 bin 21 24 protoc.exe 22 _ReSharper.HeuristicLab 3.3 Tests23 Google.ProtocolBuffers-2.4.1.473.dll
-
- Property svn:mergeinfo changed
- Property svn:ignore
-
branches/HiveStatistics/sources/HeuristicLab.Problems.DataAnalysis
- Property svn:mergeinfo changed
-
branches/HiveStatistics/sources/HeuristicLab.Problems.DataAnalysis/3.4/HeuristicLab.Problems.DataAnalysis-3.4.csproj
r11203 r11205 97 97 <Private>False</Private> 98 98 </Reference> 99 <Reference Include="HeuristicLab.ALGLIB-3.6.0, Version=3.6.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">100 <HintPath>..\..\bin\HeuristicLab.ALGLIB-3.6.0.dll</HintPath>101 <Private>False</Private>102 </Reference>103 99 <Reference Include="System" /> 104 100 <Reference Include="System.Core"> … … 145 141 <Compile Include="Implementation\TimeSeriesPrognosis\TimeSeriesPrognosisSolution.cs" /> 146 142 <Compile Include="Implementation\TimeSeriesPrognosis\TimeSeriesPrognosisSolutionBase.cs" /> 143 <Compile Include="Implementation\Transformations\CopyColumnTransformation.cs" /> 144 <Compile Include="Implementation\Transformations\ExponentialTransformation.cs" /> 145 <Compile Include="Implementation\Transformations\LinearTransformation.cs" /> 146 <Compile Include="Implementation\Transformations\LogarithmicTransformation.cs" /> 147 <Compile Include="Implementation\Transformations\PowerTransformation.cs" /> 148 <Compile Include="Implementation\Transformations\ReciprocalTransformation.cs" /> 149 <Compile Include="Implementation\Transformations\ShiftStandardDistributionTransformation.cs" /> 150 <Compile Include="Implementation\Transformations\ShiftToRangeTransformation.cs" /> 151 <Compile Include="Implementation\Transformations\Transformation.cs" /> 147 152 <Compile Include="Interfaces\Classification\IClassificationEnsembleModel.cs"> 148 153 <SubType>Code</SubType> … … 152 157 </Compile> 153 158 <Compile Include="Interfaces\Classification\IDiscriminantFunctionThresholdCalculator.cs" /> 159 <Compile Include="Interfaces\IDataAnalysisSolutionExporter.cs" /> 154 160 <Compile Include="Interfaces\IDependencyCalculator.cs" /> 161 <Compile Include="Interfaces\ITransformation.cs" /> 162 <Compile Include="Interfaces\ITransformationMapper.cs" /> 155 163 <Compile Include="Interfaces\Regression\IRegressionEnsembleModel.cs"> 156 164 <SubType>Code</SubType> … … 169 177 <Compile Include="OnlineCalculators\DependencyCalculator\SpearmansRankCorrelationCoefficientCalculator.cs" /> 170 178 <Compile Include="OnlineCalculators\OnlineBoundedMeanSquaredErrorCalculator.cs" /> 179 <Compile Include="OnlineCalculators\OnlineCovarianceCalculator.cs" /> 171 180 <Compile Include="OnlineCalculators\OnlineDirectionalSymmetryCalculator.cs" /> 172 181 <Compile Include="OnlineCalculators\OnlineMaxAbsoluteErrorCalculator.cs" /> … … 201 210 <Compile Include="Interfaces\Regression\IRegressionProblemData.cs" /> 202 211 <Compile Include="Interfaces\Regression\IRegressionSolution.cs" /> 203 <Compile Include="OnlineCalculators\OnlineCovarianceCalcualtor.cs" />204 212 <Compile Include="OnlineCalculators\OnlineMeanAbsolutePercentageErrorCalculator.cs" /> 205 213 <Compile Include="OnlineCalculators\OnlineMeanAndVarianceCalculator.cs" />
Note: See TracChangeset
for help on using the changeset viewer.