mirror of
https://github.com/Sosokker/Packaged-Food-Explorer.git
synced 2025-12-18 20:54:05 +01:00
Add comment at top
This commit is contained in:
parent
aba9af4bbd
commit
6fc9d2204b
@ -1,5 +1,18 @@
|
||||
{
|
||||
"cells": [
|
||||
{
|
||||
"attachments": {},
|
||||
"cell_type": "markdown",
|
||||
"metadata": {},
|
||||
"source": [
|
||||
"### What are the vertices? <br />\n",
|
||||
"ANS : V = product_name (food product) <br />\n",
|
||||
"### What are the edges? Are they directed or undirected? <br />\n",
|
||||
"ANS : E = Undirected (Relation of similarities between food)<br />\n",
|
||||
"### Do the vertices and/or edges have associated values (“weights”, “distances”, etc.) and if so, what are <br />\n",
|
||||
"ANS : Weights = Simlarities scores<br />"
|
||||
]
|
||||
},
|
||||
{
|
||||
"attachments": {},
|
||||
"cell_type": "markdown",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user