Skip to content

specify the percentage of matching #781

Answered by tsaglam
SehamAAlharbi asked this question in Q&A
Discussion options

You must be logged in to vote

For a lower bound, you can use the following CLI argument:

 -m M                   Comparison similarity threshold [0.0-1.0]:  All  comparisons  above this threshold will
                         be saved (default: 0.0)

For example, -m 0.5 will filter all submissions with a similarity of 50% or less. We currently do not have a mechanism to filter submissions when their similarity is above a certain threshold.

You can also enforce some restrictions on certain files before the comparison:

  • The argument -s name limits the comparison to only the files residing in the "name" folder of each submission.
  • The argument -x path allows specifying a text file that contains file names to ignore.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by SehamAAlharbi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
question A question, so neither a bug nor a enhancement proposal.
2 participants