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.
评论
要发表评论,请点击 此处 登录到您的 MathWorks 帐户或创建一个新帐户。