private static class IntegerRankTieNormalization.Sorter
extends java.lang.Object
implements it.unimi.dsi.fastutil.ints.IntComparator
Modifier and Type | Field and Description |
---|---|
(package private) java.util.List<? extends NumberVector> |
col
Column to use for sorting.
|
(package private) int |
dim
Dimension to use for sorting.
|
Modifier | Constructor and Description |
---|---|
private |
Sorter() |
Modifier and Type | Method and Description |
---|---|
int |
compare(int x,
int y) |
void |
setup(java.util.List<? extends NumberVector> col,
int dim)
Configure the sorting class.
|
java.util.List<? extends NumberVector> col
int dim
public void setup(java.util.List<? extends NumberVector> col, int dim)
col
- Column to readdim
- Dimension to use.public int compare(int x, int y)
compare
in interface it.unimi.dsi.fastutil.ints.IntComparator
Copyright © 2019 ELKI Development Team. License information.