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]
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptiondoubleapply(int i) doublehead()intindexWhere(scala.Function1<Object, Object> pred) scala.collection.immutable.Rangeindices()doublelast()intlastIndexWhere(scala.Function1<Object, Object> pred) intlength()scala.collection.immutable.IndexedSeq<Object>toString()
-
Method Details