|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnz.ac.waikato.mcennis.rat.graph.algorithm.reusablecores.distance.ManhattanDistance
public class ManhattanDistance
Manhattan Distance measure as defined in Wikipedia
| Constructor Summary | |
|---|---|
ManhattanDistance()
|
|
| Method Summary | |
|---|---|
double |
distance(DataVector inst1,
DataVector inst2)
Return the distance between the two given vectors as a double. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ManhattanDistance()
| Method Detail |
|---|
public double distance(DataVector inst1,
DataVector inst2)
DistanceFunction
distance in interface DistanceFunctioninst1 - left data vectorinst2 - right data vector
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||