public abstract class ClusterExample extends Object implements Comparable<ClusterExample>, Serializable
Modifier and Type | Field and Description |
---|---|
protected Float |
dist |
protected Example |
example |
Constructor and Description |
---|
ClusterExample() |
ClusterExample(Example e,
float dist2) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(ClusterExample arg0) |
boolean |
equals(Object obj) |
Float |
getDist() |
abstract Example |
getExample() |
int |
hashCode() |
void |
setDist(Float dist) |
void |
setExample(Example example) |
String |
toString() |
public ClusterExample(Example e, float dist2)
public ClusterExample()
public void setExample(Example example)
public abstract Example getExample()
public int compareTo(ClusterExample arg0)
compareTo
in interface Comparable<ClusterExample>
public Float getDist()
public void setDist(Float dist)
Copyright © 2018 Semantic Analytics Group @ Uniroma2. All rights reserved.