public class StochasticTraceAlignmentsLogProjectionImpl extends java.lang.Object implements StochasticTraceAlignmentsLogProjection
Modifier and Type | Class and Description |
---|---|
static class |
StochasticTraceAlignmentsLogProjectionImpl.Which |
Constructor and Description |
---|
StochasticTraceAlignmentsLogProjectionImpl(StochasticTraceAlignments<?,?> alignments,
StochasticTraceAlignmentsLogProjectionImpl.Which which) |
Modifier and Type | Method and Description |
---|---|
double[] |
getEventSyncLikelihoods(int logTrace) |
int |
getNumberOfLogtraces() |
java.lang.String[] |
getTrace(int traceIndex) |
double |
getTraceProbability(int logTrace) |
public StochasticTraceAlignmentsLogProjectionImpl(StochasticTraceAlignments<?,?> alignments, StochasticTraceAlignmentsLogProjectionImpl.Which which)
public int getNumberOfLogtraces()
getNumberOfLogtraces
in interface StochasticTraceAlignmentsLogProjection
public double getTraceProbability(int logTrace)
getTraceProbability
in interface StochasticTraceAlignmentsLogProjection
public java.lang.String[] getTrace(int traceIndex)
getTrace
in interface StochasticTraceAlignmentsLogProjection
public double[] getEventSyncLikelihoods(int logTrace)
getEventSyncLikelihoods
in interface StochasticTraceAlignmentsLogProjection