예제 #1
0
 /**
  * /// Calculate the acoustic score for this state
  *
  * /// @return the acoustic score for this state
  */
 public float GetScore(IData feature)
 {
     return(_hmmState.GetScore(feature));
 }
예제 #2
0
 public float GetScore(IData data)
 {
     return(_state.GetScore(data));
 }