refining MultiLineFitterTest
This commit is contained in:
@@ -669,8 +669,8 @@
|
||||
"metadata": {},
|
||||
"outputs": [],
|
||||
"source": [
|
||||
"symptomX = 'Immunosuppression'\n",
|
||||
"symptomY = 'Infection' # 'Immunoglobulin therapy'"
|
||||
"symptomX = 'HIV test' # 'Immunosuppression'\n",
|
||||
"symptomY = 'Immunoglobulin therapy' # 'Infection' # 'Immunoglobulin therapy'"
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -723,7 +723,7 @@
|
||||
" s = 100,\n",
|
||||
" label = \"Dots\")\n",
|
||||
"for cluster, line in zip(clusters, lines):\n",
|
||||
" if(len(cluster) > 2):\n",
|
||||
" if len(cluster) >= 3:\n",
|
||||
" coords = line.transform_points(cluster)\n",
|
||||
" magnitude = line.direction.norm()\n",
|
||||
" line.plot_2d(ax, t_1 = min(coords) / magnitude, t_2 = max(coords) / magnitude)\n",
|
||||
|
||||
Reference in New Issue
Block a user