mirror of
https://github.com/Sosokker/Packaged-Food-Explorer.git
synced 2025-12-19 05:04:06 +01:00
Add comment at top
This commit is contained in:
parent
aba9af4bbd
commit
6fc9d2204b
@ -1,5 +1,18 @@
|
|||||||
{
|
{
|
||||||
"cells": [
|
"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": {},
|
"attachments": {},
|
||||||
"cell_type": "markdown",
|
"cell_type": "markdown",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user