public class StochasticTraceAlignmentsLogProjectionSorted extends java.lang.Object implements StochasticTraceAlignmentsLogProjection
Constructor and Description |
---|
StochasticTraceAlignmentsLogProjectionSorted(StochasticTraceAlignmentsLogProjection projection) |
Modifier and Type | Method and Description |
---|---|
double[] |
getEventSyncLikelihoods(int logTrace) |
int |
getNumberOfLogtraces() |
java.lang.String[] |
getTrace(int logTrace) |
double |
getTraceProbability(int logTrace) |
public StochasticTraceAlignmentsLogProjectionSorted(StochasticTraceAlignmentsLogProjection projection)
public int getNumberOfLogtraces()
getNumberOfLogtraces
in interface StochasticTraceAlignmentsLogProjection
public double getTraceProbability(int logTrace)
getTraceProbability
in interface StochasticTraceAlignmentsLogProjection
public java.lang.String[] getTrace(int logTrace)
getTrace
in interface StochasticTraceAlignmentsLogProjection
public double[] getEventSyncLikelihoods(int logTrace)
getEventSyncLikelihoods
in interface StochasticTraceAlignmentsLogProjection