Changeset 10224 for branches/HeuristicLab.Analysis.AlgorithmBehavior/HeuristicLab.Analysis.AlgorithmBehavior.Analyzers
- Timestamp:
- 12/12/13 01:06:00 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HeuristicLab.Analysis.AlgorithmBehavior/HeuristicLab.Analysis.AlgorithmBehavior.Analyzers/3.3/HyperHull.cs
r9945 r10224 30 30 /// </summary> 31 31 public class HyperHull { 32 public static List<double[]> Calculate UsingSMO(double[][] inputs) {32 public static List<double[]> Calculate(double[][] inputs) { 33 33 int[] labels = new int[inputs.Count()]; 34 34 List<double[]> result = new List<double[]>();
Note: See TracChangeset
for help on using the changeset viewer.