LINE Solver
MATLAB API documentation
Loading...
Searching...
No Matches
getProbSysAggr.m
1function ProbSysAggr = getProbSysAggr(self)
2% PROBSYSAGGR = GETPROBSYSAGGR()
3% Aggregated joint system-state probability. For LDES trajectories are already
4% per-class, so this equals getProbSys(). Fully JSON-mediated. Mirrors the
5% Python-native getProbSysAggr().
6ProbSysAggr = self.getProbSys();
7end
Definition Station.m:245