org.knowceans.corpus.analysis
Class VariationOfInformationAnalyser.DistMetric
java.lang.Object
org.knowceans.corpus.analysis.VariationOfInformationAnalyser.DistMetric
- Enclosing class:
- VariationOfInformationAnalyser
public class VariationOfInformationAnalyser.DistMetric
- extends java.lang.Object
DistMetric is a container for the values of the metric.
- Author:
- heinrich
Method Summary |
void |
save(java.lang.String file)
saves the distance metric in a human readable format |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
distance
public double distance
mutualInformation
public double mutualInformation
topicEntropy
public double topicEntropy
categoryEntropy
public double categoryEntropy
VariationOfInformationAnalyser.DistMetric
public VariationOfInformationAnalyser.DistMetric()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
save
public void save(java.lang.String file)
- saves the distance metric in a human readable format
- Parameters:
file
-