Ejemplo n.º 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));
 }
Ejemplo n.º 2
0
 public float GetScore(IData data)
 {
     return(_state.GetScore(data));
 }