Changeset 15152 for stable/HeuristicLab.Problems.DataAnalysis
- Timestamp:
- 07/06/17 11:57:49 (7 years ago)
- Location:
- stable/HeuristicLab.Problems.DataAnalysis/3.4
- Files:
-
- 2 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
stable/HeuristicLab.Problems.DataAnalysis/3.4/Dataset.cs
r15150 r15152 74 74 throw new ArgumentException(message); 75 75 } 76 76 DatasetUtil.ValidateInputData(variableValues); // the validation call checks if every values IList is actually a list of the supported type 77 77 rows = variableValues.First().Count; 78 78 this.variableNames = new List<string>(variableNames); -
stable/HeuristicLab.Problems.DataAnalysis/3.4/HeuristicLab.Problems.DataAnalysis-3.4.csproj
r14166 r15152 119 119 <ItemGroup> 120 120 <Compile Include="DatasetExtensions.cs" /> 121 <Compile Include="DatasetUtil.cs" /> 121 122 <Compile Include="DoubleLimit.cs" /> 122 123 <Compile Include="Implementation\Classification\ClassificationEnsembleModel.cs">
Note: See TracChangeset
for help on using the changeset viewer.