org.knowceans.corpus.analysis
Class VariationOfInformationAnalyser.DistMetric

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

Field Summary
 double categoryEntropy
           
 double distance
           
 double mutualInformation
           
 double topicEntropy
           
 
Constructor Summary
VariationOfInformationAnalyser.DistMetric()
           
 
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
 

Field Detail

distance

public double distance

mutualInformation

public double mutualInformation

topicEntropy

public double topicEntropy

categoryEntropy

public double categoryEntropy
Constructor Detail

VariationOfInformationAnalyser.DistMetric

public VariationOfInformationAnalyser.DistMetric()
Method Detail

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 -