Class LogProbabilityMatrix
java.lang.Object
com.here.platform.location.core.mapmatching.LogProbabilityMatrix
A Matrix of
LogProbability values.
Internally, the probabilities are stored in an IndexedSeq[LogProbabilitySeq], one
LogProbabilitySeq for each row of the matrix.
-
Constructor Summary
ConstructorsConstructorDescriptionLogProbabilityMatrix(scala.collection.immutable.IndexedSeq<LogProbabilitySeq> rows) -
Method Summary
-
Constructor Details
-
LogProbabilityMatrix
-
-
Method Details
-
rowCount
public int rowCount() -
columnCount
public int columnCount() -
apply
public double apply(int row, int column)
-