Changeset 14857
- Timestamp:
- 04/13/17 13:10:50 (8 years ago)
- Location:
- trunk/sources/HeuristicLab.Problems.DataAnalysis/3.4
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Problems.DataAnalysis/3.4/Dataset.cs
r14826 r14857 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); -
trunk/sources/HeuristicLab.Problems.DataAnalysis/3.4/HeuristicLab.Problems.DataAnalysis-3.4.csproj
r14099 r14857 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.