begin
    apex_collection.create_or_truncate_collection('CLASSIFY_INPUTS');
    apex_collection.create_or_truncate_collection('CLASSIFY_EXAMPLES');
end;