Advertisement
Guest User

Untitled

a guest
Nov 27th, 2014
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. public float calculateScore(Data feature) {
  2.  
  3. logAcousticScore = ((ScoreProvider) searchState).getScore(feature);
  4.  
  5. logTotalScore += logAcousticScore;
  6.  
  7. setData(feature);
  8.  
  9. return logTotalScore;
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement