: It sounds like all I need to do is actually override tf(float) in the
: SweetSpotSimilarity class to delegate to baselineTF just like tf(int) does.
: Is this correct?

you have to decide how you want to map the float->int (ie: round, 
truncate, etc...) but otherwise: yes that should work fine.



-Hoss

Reply via email to