Interface LogProbabilitySeq

All Known Implementing Classes:
LogProbabilitySeq.Impl

public interface LogProbabilitySeq
A Sequence of LogProbability values.

Internally, the probabilities are stored in an Array[Double]

  • Method Details

    • length

      int length()
    • indices

      scala.collection.immutable.Range indices()
    • apply

      double apply(int i)
    • toIndexedSeq

      scala.collection.IndexedSeq<Object> toIndexedSeq()
    • toString

      String toString()
      Overrides:
      toString in class Object
    • head

      double head()
    • last

      double last()
    • indexWhere

      int indexWhere(scala.Function1<Object,Object> pred)
    • lastIndexWhere

      int lastIndexWhere(scala.Function1<Object,Object> pred)