I have a fully labeled data set of observations and their corresponding states ( assumed to be in arrays).Then I need to calculate initial, transition and emission probabilities for this data set. Are there built-in code with any Java library that can be used here ?
Thank you.