We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fa69c5 commit b5a2f36Copy full SHA for b5a2f36
src/ZOOclient/algos/racos/racos_classification.jl
@@ -108,6 +108,9 @@ function mixed_classification(classifier)
108
if delete != 0
109
splice!(index_set, pos)
110
end
111
+ if length(index_set) == 0
112
+ push!(index_set, k)
113
+ end
114
115
116
set_uncertain_bit!(classifier, index_set)
0 commit comments