Package | Description |
---|---|
de.lmu.ifi.dbs.elki.datasource.filter.normalization.columnwise |
Normalizations operating on columns / variates; where each column is treated independently.
|
de.lmu.ifi.dbs.elki.evaluation.scores.adapter |
Adapter classes for ranking and scoring measures.
|
de.lmu.ifi.dbs.elki.utilities.datastructures.arrays |
Utilities for arrays: advanced sorting for primitvie arrays.
|
Modifier and Type | Class and Description |
---|---|
private static class |
IntegerRankTieNormalization.Sorter
Class to sort an index array by a particular dimension.
|
Modifier and Type | Class and Description |
---|---|
class |
DecreasingVectorIter
Class to iterate over a number vector in decreasing order.
|
class |
IncreasingVectorIter
Class to iterate over a number vector in decreasing order.
|
Modifier and Type | Method and Description |
---|---|
private static void |
IntegerArrayQuickSort.insertionSort(int[] data,
int start,
int end,
IntegerComparator comp)
Insertion sort, for short arrays.
|
private static void |
IntegerArrayQuickSort.quickSort(int[] data,
int start,
int end,
IntegerComparator comp)
Actual recursive sort function.
|
static void |
IntegerArrayQuickSort.sort(int[] data,
IntegerComparator comp)
Sort the full array using the given comparator.
|
static void |
IntegerArrayQuickSort.sort(int[] data,
int start,
int end,
IntegerComparator comp)
Sort the array using the given comparator.
|
private static void |
IntegerArrayQuickSort.sort5(int[] data,
int m1,
int m2,
int m3,
int m4,
int m5,
IntegerComparator comp)
An explicit sort, for the five pivot candidates.
|
Copyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.