Changeset 14029 for branches/crossvalidation-2434/HeuristicLab.Problems.DataAnalysis/3.4/HeuristicLab.Problems.DataAnalysis-3.4.csproj
- Timestamp:
- 07/08/16 14:40:02 (8 years ago)
- Location:
- branches/crossvalidation-2434
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/crossvalidation-2434
- Property svn:mergeinfo changed
-
branches/crossvalidation-2434/HeuristicLab.Problems.DataAnalysis
- Property svn:mergeinfo changed
-
branches/crossvalidation-2434/HeuristicLab.Problems.DataAnalysis/3.4/HeuristicLab.Problems.DataAnalysis-3.4.csproj
r12509 r14029 130 130 <Compile Include="Implementation\Classification\ClassificationEnsembleProblemData.cs" /> 131 131 <Compile Include="Implementation\Classification\ClassificationSolutionBase.cs" /> 132 <Compile Include="Implementation\Classification\ConstantClassificationSolution.cs" /> 132 133 <Compile Include="Implementation\Classification\DiscriminantFunctionClassificationSolutionBase.cs" /> 134 <Compile Include="Implementation\Classification\ClassificationModel.cs" /> 133 135 <Compile Include="Implementation\Clustering\ClusteringProblem.cs" /> 134 136 <Compile Include="Implementation\Clustering\ClusteringProblemData.cs" /> 135 137 <Compile Include="Implementation\Clustering\ClusteringSolution.cs" /> 138 <Compile Include="Implementation\ConstantModel.cs" /> 139 <Compile Include="Implementation\DataAnalysisModel.cs" /> 136 140 <Compile Include="Implementation\Regression\ConstantRegressionModel.cs" /> 137 141 <Compile Include="Implementation\Regression\ConstantRegressionSolution.cs" /> … … 141 145 </Compile> 142 146 <Compile Include="Implementation\Regression\RegressionEnsembleSolution.cs" /> 147 <Compile Include="Implementation\Regression\RegressionModel.cs" /> 148 <Compile Include="Implementation\Regression\RegressionSolutionVariableImpactsCalculator.cs" /> 143 149 <Compile Include="Implementation\TimeSeriesPrognosis\Models\ConstantTimeSeriesPrognosisModel.cs" /> 144 150 <Compile Include="Implementation\TimeSeriesPrognosis\Models\TimeSeriesPrognosisAutoRegressiveModel.cs" /> … … 182 188 <Compile Include="OnlineCalculators\AutoCorrelationCalculator.cs" /> 183 189 <Compile Include="OnlineCalculators\ClassificationPerformanceMeasuresCalculator.cs" /> 190 <Compile Include="OnlineCalculators\ConfusionMatrixCalculator.cs" /> 184 191 <Compile Include="OnlineCalculators\DependencyCalculator\HoeffdingsDependenceCalculator.cs" /> 185 192 <Compile Include="OnlineCalculators\DependencyCalculator\PearsonsRDependenceCalculator.cs" /> 186 193 <Compile Include="OnlineCalculators\DependencyCalculator\PearsonsRSquaredDependenceCalculator.cs" /> 187 194 <Compile Include="OnlineCalculators\DependencyCalculator\SpearmansRankCorrelationCoefficientCalculator.cs" /> 195 <Compile Include="OnlineCalculators\FOneScoreCalculator.cs" /> 196 <Compile Include="OnlineCalculators\MatthewsCorrelationCoefficientCalculator.cs" /> 188 197 <Compile Include="OnlineCalculators\OnlineBoundedMeanSquaredErrorCalculator.cs" /> 189 198 <Compile Include="OnlineCalculators\OnlineCovarianceCalculator.cs" /> … … 308 317 <Private>False</Private> 309 318 </ProjectReference> 319 <ProjectReference Include="..\..\HeuristicLab.Random\3.3\HeuristicLab.Random-3.3.csproj"> 320 <Project>{F4539FB6-4708-40C9-BE64-0A1390AEA197}</Project> 321 <Name>HeuristicLab.Random-3.3</Name> 322 </ProjectReference> 310 323 </ItemGroup> 311 324 <ItemGroup />
Note: See TracChangeset
for help on using the changeset viewer.