1function gamma = getLimitedClassDependence(self)
2% gamma = GETLIMITEDCLASSDEPENDENCE()
4% Copyright (c) 2012-2026, Imperial College London
7M = getNumberOfStations(self);
10 if ~isempty(self.stations{i}.lcdScaling)
11 gamma{i} = self.stations{i}.lcdScaling; % function handle
15 %
if the model has at least on
class-dep station then fill-in the
18 if isempty(self.stations{i}.lcdScaling)