Changeset 8467
- Timestamp:
- 08/10/12 15:38:10 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Algorithms.DataAnalysis/3.4/NearestNeighbour/NearestNeighbourModel.cs
r8465 r8467 97 97 } 98 98 public NearestNeighbourModel(Dataset dataset, IEnumerable<int> rows, int k, string targetVariable, IEnumerable<string> allowedInputVariables, double[] classValues = null) { 99 Name = ItemName; 100 Description = ItemDescription; 99 101 this.k = k; 100 102 this.targetVariable = targetVariable;
Note: See TracChangeset
for help on using the changeset viewer.