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

« back to all changes in this revision

Viewing changes to src/de/lmu/ifi/dbs/elki/algorithm/clustering/kmeans/quality/package-info.java

  • Committer: Package Import Robot
  • Author(s): Erich Schubert
  • Date: 2014-01-22 16:23:20 UTC
  • mfrom: (1.1.8)
  • Revision ID: package-import@ubuntu.com-20140122162320-dtqtgcdiki8t9unc
Tags: 0.6.0-1
* New upstream final.
* 3DPC extension is not included, but may be uploaded as a separate
  package when there is actual need (it is a demo software, not meant
  for use outside of research, so just get the source code!)
* Upgrade to policy 3.9.5.0 (no changes)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/**
2
2
 * Quality measures for k-Means results.
3
3
 */
 
4
 
 
5
/*
 
6
 This file is part of ELKI:
 
7
 Environment for Developing KDD-Applications Supported by Index-Structures
 
8
 
 
9
 Copyright (C) 2013
 
10
 Ludwig-Maximilians-Universität München
 
11
 Lehr- und Forschungseinheit für Datenbanksysteme
 
12
 ELKI Development Team
 
13
 
 
14
 This program is free software: you can redistribute it and/or modify
 
15
 it under the terms of the GNU Affero General Public License as published by
 
16
 the Free Software Foundation, either version 3 of the License, or
 
17
 (at your option) any later version.
 
18
 
 
19
 This program is distributed in the hope that it will be useful,
 
20
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 
21
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
22
 GNU Affero General Public License for more details.
 
23
 
 
24
 You should have received a copy of the GNU Affero General Public License
 
25
 along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
26
 */
4
27
package de.lmu.ifi.dbs.elki.algorithm.clustering.kmeans.quality;
 
 
b'\\ No newline at end of file'