Changeset 12588 for branches/GBT-trunkintegration/HeuristicLab.Algorithms.DataAnalysis/3.4/Interfaces/INcaModel.cs
- Timestamp:
- 07/03/15 16:57:54 (9 years ago)
- Location:
- branches/GBT-trunkintegration/HeuristicLab.Algorithms.DataAnalysis
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/GBT-trunkintegration/HeuristicLab.Algorithms.DataAnalysis
- Property svn:mergeinfo changed
-
branches/GBT-trunkintegration/HeuristicLab.Algorithms.DataAnalysis/3.4/Interfaces/INcaModel.cs
r12012 r12588 27 27 new INcaClassificationSolution CreateClassificationSolution(IClassificationProblemData problemData); 28 28 29 double[,] Reduce( Dataset dataset, IEnumerable<int> rows);29 double[,] Reduce(IDataset dataset, IEnumerable<int> rows); 30 30 } 31 31 }
Note: See TracChangeset
for help on using the changeset viewer.