net.sourceforge.javaocr.plugin.cluster
Class MahalanobisClusterContainer

java.lang.Object
  extended by net.sourceforge.javaocr.matcher.MetricContainer
      extended by net.sourceforge.javaocr.plugin.cluster.MahalanobisClusterContainer

public class MahalanobisClusterContainer
extends MetricContainer

container class to serialize and deserialize cluster data to external storage. Purpose of this class is to provide type information for deserialisation of JSON

Author:
Konsyantin Pribluda

Constructor Summary
MahalanobisClusterContainer()
           
 
Method Summary
 void setMetric(MahalanobisDistanceCluster metric)
           
 
Methods inherited from class net.sourceforge.javaocr.matcher.MetricContainer
getCharacter, getMetric, getRed, getYellow, setCharacter, setMetric, setRed, setYellow
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MahalanobisClusterContainer

public MahalanobisClusterContainer()
Method Detail

setMetric

public void setMetric(MahalanobisDistanceCluster metric)


Copyright © -2012. All Rights Reserved.