public class HVDMetric
extends java.lang.Object
Constructor | Description |
---|---|
HVDMetric(weka.core.Instances instances) |
Creates a new instance of HVDMetric
|
Modifier and Type | Method | Description |
---|---|---|
double |
calculateDistance(int i1,
int i2) |
|
double |
calculateDistance(int i1,
int i2,
byte[] attributes) |
|
weka.core.Instances |
geInstances() |
|
java.lang.String |
toString() |
public HVDMetric(weka.core.Instances instances)
public weka.core.Instances geInstances()
public java.lang.String toString()
toString
in class java.lang.Object
public double calculateDistance(int i1, int i2)
public double calculateDistance(int i1, int i2, byte[] attributes)