0% found this document useful (0 votes)
114 views

Webgraphviz Is in The Browser: Graphviz

WebGraphviz allows users to enter Graphviz data into a text area and generates a graph from that data. It provides 5 sample Graphviz scripts, including one with 3 nodes labeled "Welcome", "To", and "WebGraphviz!" connected by edges. The document also includes an image of a decision tree that WebGraphviz can generate from Graphviz scripts.

Uploaded by

Animesh Prasad
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
114 views

Webgraphviz Is in The Browser: Graphviz

WebGraphviz allows users to enter Graphviz data into a text area and generates a graph from that data. It provides 5 sample Graphviz scripts, including one with 3 nodes labeled "Welcome", "To", and "WebGraphviz!" connected by edges. The document also includes an image of a decision tree that WebGraphviz can generate from Graphviz scripts.

Uploaded by

Animesh Prasad
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

WebGraphviz

is Graphviz in the Browser


Enter your graphviz data into the Text Area:
(Your Graphviz data is private and never harvested)

Sample 1 Sample 2 Sample 3 Sample 4 Sample 5


digraph G {
"Welcome" -> "To"
"To" -> "Web"
"To" -> "GraphViz!"
}

Generate Graph!
X[2] <= 0.5
gini = 0.48
samples = 80
value = [32, 48]
False
True
X[0] <= 200.5
gini = 0.0
gini = 0.397
samples = 14
samples = 66
value = [14, 0]
value = [18, 48]

X[3] <= 1.5


gini = 0.494
gini = 0.352
samples = 9
samples = 57
value = [5, 4]
value = [13, 44]

X[4] <= 4918.5 X[4] <= 4209.0


gini = 0.464 gini = 0.137
samples = 30 samples = 27
value = [11, 19] value = [2, 25]

X[0] <= 109.5 X[4] <= 5835.0 X[4] <= 5233.5


gini = 0.0
gini = 0.499 gini = 0.298 gini = 0.231
samples = 12
samples = 19 samples = 11 samples = 15
value = [0, 12]
value = [9, 10] value = [2, 9] value = [2, 13]

gini = 0.426 gini = 0.278 gini = 0.32 gini = 0.278 gini = 0.32
samples = 13 samples = 6 samples = 5 samples = 6 samples = 5
value = [4, 9] value = [5, 1] value = [1, 4] value = [1, 5] value = [1, 4]

You might also like