|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectQueryProcessor.SF.ScoringFunction.HillClimbing.WrapperAVGGreedy
public class WrapperAVGGreedy
Wrapper class for computing the average scoring function using the hill climbing algorithm.
| Constructor Summary | |
|---|---|
WrapperAVGGreedy()
|
|
| Method Summary | |
|---|---|
static double |
distance(Image i1,
Image i2,
Matrix distances)
Computes the greedy average distance between two images given the matrix of distances between images' regions. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WrapperAVGGreedy()
| Method Detail |
|---|
public static double distance(Image i1,
Image i2,
Matrix distances)
throws java.lang.Exception
i1 - First image.i2 - Second image.distances - Matrix containing distance values between images' regions.
java.lang.Exception - If the specified distance matrix is invalid.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||