~ubuntu-branches/ubuntu/vivid/elki/vivid

« back to all changes in this revision

Viewing changes to src/de/lmu/ifi/dbs/elki/distance/distancefunction/MinKDistance.java

  • Committer: Bazaar Package Importer
  • Author(s): Erich Schubert
  • Date: 2011-09-24 12:24:37 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20110924122437-xx6pyl4yhuom9yzw
Tags: 0.4.0-1
* New upstream release. (0.4.0 final)
* Try to make lintian happier with the DEP-5 copyright format
* Fixes a bug where various methods would require a classlabel that
  previously would fall-back to any kind of label available.

Show diffs side-by-side

added added

removed removed

Lines of Context:
63
63
 * 
64
64
 * @author Erich Schubert
65
65
 * 
 
66
 * @apiviz.uses DistanceFunction
 
67
 * @apiviz.has MinKDistance.Instance
 
68
 * 
66
69
 * @param <O> Database object type
67
70
 * @param <D> Distance type
68
71
 */
121
124
   * Instance for an actual database.
122
125
   * 
123
126
   * @author Erich Schubert
 
127
   * 
 
128
   * @apiviz.uses KNNQuery
124
129
   */
125
130
  public class Instance<T extends O> extends AbstractDatabaseDistanceQuery<T, D> {
126
131
    /**