uk.ac.gla.dcs.renaissance.iqir
Interface WeightingScheme.TermStatistics

All Known Implementing Classes:
WeightingScheme.SimpleTermStatistics
Enclosing class:
WeightingScheme

public static interface WeightingScheme.TermStatistics

Interface for term statistics

Author:
B. Piwowarski

Method Summary
 double getMean(int index)
           
 double getStddev(int index)
           
 int size()
           
 

Method Detail

size

int size()

getMean

double getMean(int index)

getStddev

double getStddev(int index)


Copyright © 2011. All Rights Reserved.