Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/21/11 13:29:06 (13 years ago)
Author:
mkommend
Message:

#1418: Corrected plugin dependencies.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/DataAnalysis Refactoring/HeuristicLab.Algorithms.DataAnalysis/3.4/kMeans/KMeansClustering.cs

    r5759 r5777  
    2121
    2222using System;
     23using System.Collections.Generic;
    2324using System.Linq;
    2425using HeuristicLab.Common;
     
    2930using HeuristicLab.Persistence.Default.CompositeSerializers.Storable;
    3031using HeuristicLab.Problems.DataAnalysis;
    31 using HeuristicLab.Encodings.SymbolicExpressionTreeEncoding;
    32 using System.Collections.Generic;
    33 using HeuristicLab.Problems.DataAnalysis.Symbolic;
    34 using HeuristicLab.Problems.DataAnalysis.Symbolic.Regression;
    3532
    3633namespace HeuristicLab.Algorithms.DataAnalysis {
Note: See TracChangeset for help on using the changeset viewer.