com.browseengine.bobo.facets.statistics
Class ChiSquaredFacetCountStatisticsGenerator

java.lang.Object
  extended by com.browseengine.bobo.facets.statistics.FacetCountStatisicsGenerator
      extended by com.browseengine.bobo.facets.statistics.ChiSquaredFacetCountStatisticsGenerator

public class ChiSquaredFacetCountStatisticsGenerator
extends FacetCountStatisicsGenerator


Constructor Summary
ChiSquaredFacetCountStatisticsGenerator()
           
 
Method Summary
 double calculateDistributionScore(int[] distribution, int collectedSampleCount, int numSamplesCollected, int totalSamplesCount)
           
 
Methods inherited from class com.browseengine.bobo.facets.statistics.FacetCountStatisicsGenerator
generateStatistic, generateStatistic, getMinCount, main, setMinCount
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChiSquaredFacetCountStatisticsGenerator

public ChiSquaredFacetCountStatisticsGenerator()
Method Detail

calculateDistributionScore

public double calculateDistributionScore(int[] distribution,
                                         int collectedSampleCount,
                                         int numSamplesCollected,
                                         int totalSamplesCount)
Specified by:
calculateDistributionScore in class FacetCountStatisicsGenerator


Copyright © 2011. All Rights Reserved.