|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Pivotable in net.obsearch.example |
---|
Classes in net.obsearch.example that implement Pivotable | |
---|---|
class |
TreePivotable
A class that determines if a tree can be used as a pivot based on the tree's size. |
Uses of Pivotable in net.obsearch.pivots |
---|
Classes in net.obsearch.pivots that implement Pivotable | |
---|---|
class |
AcceptAll<O extends OB>
A class that accepts any object as pivot. |
Fields in net.obsearch.pivots declared as Pivotable | |
---|---|
protected Pivotable<O> |
AbstractIncrementalPivotSelector.pivotable
Pivotable objects determine if a given object is suitable. |
Constructors in net.obsearch.pivots with parameters of type Pivotable | |
---|---|
AbstractIncrementalPivotSelector(Pivotable<O> pivotable)
|
Uses of Pivotable in net.obsearch.pivots.bustos |
---|
Constructors in net.obsearch.pivots.bustos with parameters of type Pivotable | |
---|---|
AbstractIncrementalBustosNavarroChavez(Pivotable<O> pivotable,
int l,
int m)
Receives the object that accepts pivots as possible candidates. |
Uses of Pivotable in net.obsearch.pivots.bustos.impl |
---|
Constructors in net.obsearch.pivots.bustos.impl with parameters of type Pivotable | |
---|---|
IncrementalBustosNavarroChavezByte(Pivotable<O> pivotable,
int l,
int m)
Receives the object that accepts pivots as possible candidates. |
|
IncrementalBustosNavarroChavezDouble(Pivotable<O> pivotable,
int l,
int m)
Receives the object that accepts pivots as possible candidates. |
|
IncrementalBustosNavarroChavezFloat(Pivotable<O> pivotable,
int l,
int m)
Receives the object that accepts pivots as possible candidates. |
|
IncrementalBustosNavarroChavezInt(Pivotable<O> pivotable,
int l,
int m)
Receives the object that accepts pivots as possible candidates. |
|
IncrementalBustosNavarroChavezLong(Pivotable<O> pivotable,
int l,
int m)
Receives the object that accepts pivots as possible candidates. |
|
IncrementalBustosNavarroChavezShort(Pivotable<O> pivotable,
int l,
int m)
Receives the object that accepts pivots as possible candidates. |
Uses of Pivotable in net.obsearch.pivots.kmeans.impl |
---|
Constructors in net.obsearch.pivots.kmeans.impl with parameters of type Pivotable | |
---|---|
IncrementalKMeansPPPivotSelectorByte(Pivotable<O> pivotable)
Creates a new IncrementalKMeansPPPivotSelectorByte that will accept pivots accepted by pivotable and will use index as the source of data. |
|
IncrementalKMeansPPPivotSelectorDouble(Pivotable<O> pivotable)
Creates a new IncrementalKMeansPPPivotSelectorDouble that will accept pivots accepted by pivotable and will use index as the source of data. |
|
IncrementalKMeansPPPivotSelectorFloat(Pivotable<O> pivotable)
Creates a new IncrementalKMeansPPPivotSelectorFloat that will accept pivots accepted by pivotable and will use index as the source of data. |
|
IncrementalKMeansPPPivotSelectorInt(Pivotable<O> pivotable)
Creates a new IncrementalKMeansPPPivotSelectorInt that will accept pivots accepted by pivotable and will use index as the source of data. |
|
IncrementalKMeansPPPivotSelectorLong(Pivotable<O> pivotable)
Creates a new IncrementalKMeansPPPivotSelectorLong that will accept pivots accepted by pivotable and will use index as the source of data. |
|
IncrementalKMeansPPPivotSelectorShort(Pivotable<O> pivotable)
Creates a new IncrementalKMeansPPPivotSelectorShort that will accept pivots accepted by pivotable and will use index as the source of data. |
Uses of Pivotable in net.obsearch.pivots.perm |
---|
Constructors in net.obsearch.pivots.perm with parameters of type Pivotable | |
---|---|
AbstractIncrementalPerm(Pivotable<O> pivotable,
int l,
int m)
Receives the object that accepts pivots as possible candidates. |
Uses of Pivotable in net.obsearch.pivots.perm.impl |
---|
Constructors in net.obsearch.pivots.perm.impl with parameters of type Pivotable | |
---|---|
IncrementalPermFloat(Pivotable<O> pivotable,
int l,
int m)
|
Uses of Pivotable in net.obsearch.pivots.random |
---|
Constructors in net.obsearch.pivots.random with parameters of type Pivotable | |
---|---|
RandomPivotSelector(Pivotable<O> pivotable)
|
Uses of Pivotable in net.obsearch.pivots.rf02 |
---|
Constructors in net.obsearch.pivots.rf02 with parameters of type Pivotable | |
---|---|
AbstractIncrementalRF02(Pivotable<O> pivotable)
|
|
RF02PivotSelectorFloat(Pivotable<O> pivotable)
|
|
RF02PivotSelectorShort(Pivotable<O> pivotable)
|
Uses of Pivotable in net.obsearch.pivots.rf03 |
---|
Constructors in net.obsearch.pivots.rf03 with parameters of type Pivotable | |
---|---|
AbstractIncrementalRF03(Pivotable<O> pivotable)
|
|
RF03PivotSelectorFloat(Pivotable<O> pivotable)
|
|
RF03PivotSelectorLong(Pivotable<O> pivotable)
|
|
RF03PivotSelectorShort(Pivotable<O> pivotable)
|
Uses of Pivotable in net.obsearch.pivots.rf04 |
---|
Constructors in net.obsearch.pivots.rf04 with parameters of type Pivotable | |
---|---|
AbstractIncrementalRF04(Pivotable<O> pivotable)
|
|
RF04PivotSelectorFloat(Pivotable<O> pivotable)
|
|
RF04PivotSelectorInt(Pivotable<O> pivotable)
|
|
RF04PivotSelectorShort(Pivotable<O> pivotable)
|
Uses of Pivotable in net.obsearch.pivots.rf04.impl |
---|
Constructors in net.obsearch.pivots.rf04.impl with parameters of type Pivotable | |
---|---|
RF04PivotSelectorByte(Pivotable<O> pivotable)
|
|
RF04PivotSelectorDouble(Pivotable<O> pivotable)
|
|
RF04PivotSelectorFloat(Pivotable<O> pivotable)
|
|
RF04PivotSelectorInt(Pivotable<O> pivotable)
|
|
RF04PivotSelectorLong(Pivotable<O> pivotable)
|
|
RF04PivotSelectorShort(Pivotable<O> pivotable)
|
Uses of Pivotable in net.obsearch.pivots.sss |
---|
Constructors in net.obsearch.pivots.sss with parameters of type Pivotable | |
---|---|
AbstractMySSS(Pivotable<O> pivotable)
Receives the object that accepts pivots as possible candidates. |
Uses of Pivotable in net.obsearch.pivots.sss.impl |
---|
Constructors in net.obsearch.pivots.sss.impl with parameters of type Pivotable | |
---|---|
SSSByte(Pivotable<O> pivotable)
|
|
SSSDouble(Pivotable<O> pivotable)
|
|
SSSFloat(Pivotable<O> pivotable)
|
|
SSSInt(Pivotable<O> pivotable)
|
|
SSSLong(Pivotable<O> pivotable)
|
|
SSSShort(Pivotable<O> pivotable)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |