edu.ksu.cis.kdd.data
Interface WeightedTally

All Superinterfaces:
Tally
All Known Implementing Classes:
TableTally

public interface WeightedTally
extends Tally

Author:
Roby Joehanes

Method Summary
 double weightedTally()
           
 double weightedTally(int idx, int val)
           
 
Methods inherited from interface edu.ksu.cis.kdd.data.Tally
createSubTally, createSubTally, getRelevantAttributeIndices, getUnderlyingData, groupedTally, setUnderlyingData, size, tally, tally
 

Method Detail

weightedTally

public double weightedTally(int idx,
                            int val)

weightedTally

public double weightedTally()