summaryrefslogtreecommitdiff
path: root/src/de/lmu/ifi/dbs/elki/algorithm/package-info.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/de/lmu/ifi/dbs/elki/algorithm/package-info.java')
-rw-r--r--src/de/lmu/ifi/dbs/elki/algorithm/package-info.java5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/de/lmu/ifi/dbs/elki/algorithm/package-info.java b/src/de/lmu/ifi/dbs/elki/algorithm/package-info.java
index c18579f0..44eb2aba 100644
--- a/src/de/lmu/ifi/dbs/elki/algorithm/package-info.java
+++ b/src/de/lmu/ifi/dbs/elki/algorithm/package-info.java
@@ -5,6 +5,9 @@
* the {@link de.lmu.ifi.dbs.elki.algorithm.Algorithm}-Interface.
* Basic functions are already provided within {@link de.lmu.ifi.dbs.elki.algorithm.AbstractAlgorithm},
* see there for basic instructions of how to implement an algorithm suitable to the framework.
+ *
+ * @apiviz.exclude workflow.AlgorithmStep
+ * @apiviz.exclude database.query.knn.KNNQuery
*/
/*
This file is part of ELKI:
@@ -28,4 +31,4 @@ GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-package de.lmu.ifi.dbs.elki.algorithm; \ No newline at end of file
+package de.lmu.ifi.dbs.elki.algorithm;