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