|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectweka.deduping.blocking.InstanceReference
Field Summary | |
int |
idx
The index of the instance in the dataset |
Instance |
instance
The referenced instance. |
double |
length
The length of the corresponding instance vector. |
java.lang.String |
string
The amalgamated instance string |
HashMapVector |
vector
The corresponding HashMapVector |
Constructor Summary | |
InstanceReference(Instance instance,
int index,
java.lang.String string,
HashMapVector vector)
Create a reference to this record, initializing its length to 0 |
|
InstanceReference(Instance instance,
int index,
java.lang.String string,
HashMapVector vector,
double length)
|
Method Summary | |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public Instance instance
public int idx
public java.lang.String string
public HashMapVector vector
public double length
Constructor Detail |
public InstanceReference(Instance instance, int index, java.lang.String string, HashMapVector vector, double length)
public InstanceReference(Instance instance, int index, java.lang.String string, HashMapVector vector)
Method Detail |
public java.lang.String toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |