UO
- Object typepublic interface Uncertainifier<UO extends UncertainObject>
Modifier and Type | Field and Description |
---|---|
static OptionID |
SYMMETRIC_ID
Shared parameter: to force centering the uncertain region on the exact
vector.
|
Modifier and Type | Method and Description |
---|---|
FeatureVector.Factory<UO,?> |
getFactory()
Get the vector factory used for type information and serialization (if
supported).
|
<A> UO |
newFeatureVector(Random rand,
A array,
NumberArrayAdapter<?,A> adapter)
Generate a new uncertain object.
|
static final OptionID SYMMETRIC_ID
<A> UO newFeatureVector(Random rand, A array, NumberArrayAdapter<?,A> adapter)
double[]
arrays:
UO obj = newFeatureVector(array, ArrayLikeUtil.DOUBLEARRAYADAPTER);
A
- Array typerand
- Random generatorarray
- Arrayadapter
- Array type adapterFeatureVector.Factory<UO,?> getFactory()
Copyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.