1function [gamma, cutoffs] = getLimitedJointClassDependence(self)
2% [GAMMA, CUTOFFS] = GETLIMITEDJOINTCLASSDEPENDENCE()
4% Returns the per-
class joint-dependence scaling tables and cutoffs for all stations
6% GAMMA: cell array where gamma{ist}{r}
is the linearized scaling table
7%
for station ist and
class r
8% CUTOFFS: cell array where cutoffs{ist} gives per-
class cutoffs vector
11% Copyright (c) 2012-2026, Imperial College London
14M = getNumberOfStations(self);
20 if ~isempty(self.stations{ist}.ljcdScaling)
21 gamma{ist} = self.stations{ist}.ljcdScaling;
22 cutoffs{ist} = self.stations{ist}.ljcdCutoffs;