Excluded from Classfy

Is there a way to see all the groups excluded from Classify, or do I need to “Get Info” for each group and uncheck “Excluded from Classify” for that group. I have a lot of groups. It’s very cumbersome to look at each group.

The only option is to use a script like this simple one:

tell application id "DNtp"
	set search results of viewer window 1 to (parents of current database whose type is group and exclude from classification is true and tag type is not ordinary tag)
end tell