Wolfram Language

Grafos e redes

Redes de funções da Wolfram Language

Crie uma rede de funções "próximas" na Wolfram Language com a nova função NestGraph.

In[1]:=
Click for copyable input
func = WolframLanguageData[#, EntityProperty["WolframLanguageSymbol", "RelatedSymbols"]] &;
In[2]:=
Click for copyable input
g = NestGraph[func, Entity["WolframLanguageSymbol", "Nest"], 2, VertexLabels -> "Name", VertexLabelStyle -> 6]
Out[2]=

Mostre comunidades.

In[3]:=
Click for copyable input
CommunityGraphPlot[g]
Out[3]=

Exemplos Relacionados

de en es fr ja ko ru zh