Package | Description |
---|---|
org.openimaj.ml.clustering.spectral | |
org.openimaj.util.pair |
Modifier and Type | Method and Description |
---|---|
DoubleObjectPair<Vector> |
FBEigenIterator.next() |
Modifier and Type | Method and Description |
---|---|
Iterator<DoubleObjectPair<Vector>> |
GraphLaplacian.eigenIterator(Eigenvalues evd) |
Iterator<DoubleObjectPair<Vector>> |
GraphLaplacian.Normalised.eigenIterator(Eigenvalues evd) |
Iterator<DoubleObjectPair<Vector>> |
GraphLaplacian.Warped.eigenIterator(Eigenvalues evd) |
Modifier and Type | Method and Description |
---|---|
int |
AbsoluteValueEigenChooser.nEigenVectors(Iterator<DoubleObjectPair<Vector>> vals,
int totalEigenVectors) |
int |
ChangeDetectingEigenChooser.nEigenVectors(Iterator<DoubleObjectPair<Vector>> vals,
int totalEigenVectors) |
abstract int |
EigenChooser.nEigenVectors(Iterator<DoubleObjectPair<Vector>> vals,
int totalEigenVectors) |
int |
HardCodedEigenChooser.nEigenVectors(Iterator<DoubleObjectPair<Vector>> vals,
int total) |
Modifier and Type | Method and Description |
---|---|
static <Q> DoubleObjectPair<Q> |
DoubleObjectPair.pair(double t,
Q q)
Create a pair from the given objects.
|
Modifier and Type | Method and Description |
---|---|
static <Q> gnu.trove.list.array.TDoubleArrayList |
DoubleObjectPair.getFirst(Iterable<DoubleObjectPair<Q>> data)
Extract the first objects from a list of pairs.
|
static <Q> List<Q> |
DoubleObjectPair.getSecond(Iterable<DoubleObjectPair<Q>> data)
Extract the second objects from a list of pairs.
|