Changeset 13861 for branches/PerformanceComparison/HeuristicLab.OptimizationExpertSystem.Common/3.3/Recommenders
- Timestamp:
- 05/30/16 00:03:14 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PerformanceComparison/HeuristicLab.OptimizationExpertSystem.Common/3.3/Recommenders/DistanceWeightedRecommender.cs
r13787 r13861 57 57 } 58 58 59 public IRecommendationModel TrainModel( KnowledgeCenter okc, string[] characteristics) {59 public IRecommendationModel TrainModel(IRun[] problemInstances, KnowledgeCenter okc, string[] characteristics) { 60 60 var piDistances = okc.GetProblemDistances(characteristics); 61 61 var maxDist = piDistances.Max(x => x.Value);
Note: See TracChangeset
for help on using the changeset viewer.