Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/27/17 15:28:48 (7 years ago)
Author:
gkronber
Message:

#2700: more changes while reviewing

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/TSNE/HeuristicLab.Algorithms.DataAnalysis/3.4/TSNE/VantagePointTree.cs

    r14785 r14787  
    5454#endregion
    5555
    56 using System;
    5756using System.Collections.Generic;
    5857using System.Linq;
    5958using HeuristicLab.Collections;
    60 using HeuristicLab.Common;
    61 using HeuristicLab.Core;
    62 using HeuristicLab.Persistence.Default.CompositeSerializers.Storable;
    6359using HeuristicLab.Random;
    6460
     
    7268  /// </summary>
    7369  /// <typeparam name="T"></typeparam>
    74   [StorableClass]
    7570  public class VantagePointTree<T> : IVantagePointTree<T> {
    7671    #region properties
Note: See TracChangeset for help on using the changeset viewer.