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