Warning: session_start(): open(/var/lib/php/sessions/sess_9svrvrd0odjdnupkuoqt4tfpnf, O_RDWR) failed: No space left on device (28) in /var/www/tb-usercake/models/config.php on line 51
Warning: session_start(): Failed to read session data: files (path: /var/lib/php/sessions) in /var/www/tb-usercake/models/config.php on line 51
sS ai_verbalizeAnalysisMap(Map> map) {
if (map == null) null;
if (empty(map)) ret "Map empty";
if (l(map) == 1) ret "Only a single feature value (" + firstKey(map) + ")";
bool disjoint = allSetsDisjoint(values(map));
if (allSetsAreSingletons(values(map)))
ret "Feature success! " + sfu(mapValues(f first, map));
new L singletons;
for (O key, Set value : map) { if (l(value) == 1) singletons.add(key); }
if (nempty(singletons)) ret "Clear feature values: " + singletons;
if (disjoint) ret "No feature overlap";
ret "Feature results inconclusive";
}