Class Neighbor
- java.lang.Object
-
- cc.mallet.cluster.neighbor_evaluator.Neighbor
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
AgglomerativeNeighbor
public class Neighbor extends java.lang.Object implements java.io.Serializable
A Clustering and a modified version of that Clustering.- Since:
- 1.0
- Version:
- 1.0
- Author:
- "Aron Culotta"
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Neighbor(Clustering original, Clustering modified)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Clustering
getModified()
Clustering
getOriginal()
java.lang.String
toString()
-
-
-
Constructor Detail
-
Neighbor
public Neighbor(Clustering original, Clustering modified)
-
-
Method Detail
-
getOriginal
public Clustering getOriginal()
- Returns:
- The original Clustering.
-
getModified
public Clustering getModified()
- Returns:
- The modified Clustering.
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-