Documentation of 'smile.sequence.SequenceLabeler' Java class
SequenceLabeler
smile.sequence

Interface SequenceLabeler<T>

  • All Known Implementing Classes:
    CRF, HMM


    public interface SequenceLabeler<T>
    A sequence labeler assigns a class label to each position of the sequence.
    • Method Detail

      • predict

        int[] predict(T[] x)
        Predicts the sequence labels.
        Parameters:
        x - a sequence. At each position, it may be the original symbol or a feature set about the symbol, its neighborhood, and/or other information.
        Returns:
        the predicted sequence labels.

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.