
public final class FilterUtil extends Object
| Modifier | Constructor and Description |
|---|---|
private |
FilterUtil()
Fake constructor: do not instantiate.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
findLabelColumn(BundleMeta meta)
Find the first "label-like" column (matching
TypeUtil.GUESSED_LABEL
) in a type information. |
static int |
findLabelColumn(MultipleObjectsBundle bundle)
Find the first "label-like" column (matching
TypeUtil.GUESSED_LABEL
) in a bundle. |
static <V extends NumberVector> |
guessFactory(SimpleTypeInformation<V> in)
Try to guess the appropriate factory.
|
public static <V extends NumberVector> NumberVector.Factory<V> guessFactory(SimpleTypeInformation<V> in)
V - Vector typein - Input typepublic static int findLabelColumn(MultipleObjectsBundle bundle)
TypeUtil.GUESSED_LABEL
) in a bundle.bundle - Bundle-1.public static int findLabelColumn(BundleMeta meta)
TypeUtil.GUESSED_LABEL
) in a type information.meta - Meta data-1.Copyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.