Add comment at top

This commit is contained in:
Sirin Puenggun 2023-05-12 20:14:23 +07:00
parent aba9af4bbd
commit 6fc9d2204b

View File

@ -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",