cc.mallet.cluster.neighbor_evaluator
Class Neighbor

java.lang.Object
  extended by 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
Neighbor(Clustering original, Clustering modified)
           
 
Method Summary
 Clustering getModified()
           
 Clustering getOriginal()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

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 class java.lang.Object