Skip to content

Commit

Permalink
updating path to align picture:
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewheusser committed Dec 11, 2017
1 parent 0844645 commit e57889a
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions docs/tutorials/align.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"\n",
"Alignment algorithms use linear transformations to rotate and scale your datasets so they match as best as possible. For example, take these three distinct datasets. Each has a similar shape (an S), but are scaled and rotated differently. Aligning these datasets finds the transformation that minimizes the distance between them.\n",
"\n",
"<img src=\"img/alignment.png\",width=600>"
"<img src=\"https://github.com/ContextLab/hypertools/raw/master/docs/tutorials/img/alignment.png\", width=600>"
]
},
{
Expand Down Expand Up @@ -85,7 +85,9 @@
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"metadata": {
"collapsed": true
},
"outputs": [],
"source": [
"# average into two groups\n",
Expand Down Expand Up @@ -113,7 +115,9 @@
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"metadata": {
"collapsed": true
},
"outputs": [],
"source": [
"aligned_data = hyp.align(data)\n",
Expand Down Expand Up @@ -143,7 +147,9 @@
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"metadata": {
"collapsed": true
},
"outputs": [],
"source": [
"aligned_data = hyp.align(data, align='SRM')\n",
Expand Down

0 comments on commit e57889a

Please sign in to comment.