Modifying My Script to Add a Levenshtein Distance Column to My Table
Here I add another data column to my table, which is the Levenshtein distance between the redirecting source and destination URLs. This turns out to take much longer than I expected to compute, so I try using parfor to speed it up.
Features covered in this code-along style video include:
- tables
- parfor
Play the video in full screen mode for a better viewing experience.
Comments
To leave a comment, please click here to sign in to your MathWorks Account or create a new one.