Skip to content

Commit

Permalink
Removed and replace reference to Python generator
Browse files Browse the repository at this point in the history
  • Loading branch information
seanlaw committed Jun 15, 2020
1 parent f34c0a8 commit b87b526
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Tutorial_Fast_Approximate_Matrix_Profiles.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@
"\n",
"## Refining the distance profile\n",
"\n",
"However, we can incrementally update and refine the approximation, by calling our generator again. Below, we call `next` nine more times (i.e., `10 * 0.01 = 0.10`) , so our new approximated matrix profile will be computed using roughly 10% of all pairwise distances in the full distance matrix."
"However, we can incrementally refine the approximation by calling `.update()` nine more times (i.e., `10 * 0.01 = 0.10`) , so our new approximated matrix profile will be computed using roughly 10% of all pairwise distances in the full distance matrix."
]
},
{
Expand Down

0 comments on commit b87b526

Please sign in to comment.