English 中文(简体)
为什么格菲图
原标题:Why does Gephi map Neo4j reference node id 0 to 1
  • 时间:2011-11-22 10:08:58
  •  标签:
  • neo4j
  • gephi

Im利用营养把我的图表从新4j中 visual。

I m利用这一java snippet,向财政部命令中的所有节点出售,并打印出 no。

Traverser dfs = node.traverse(Order.DEPTH_FIRST, StopEvaluator.END_OF_GRAPH,
                                    ReturnableEvaluator.ALL,
                                    MyRelationshipTypes.D, Direction.BOTH);

for( Node n : dfs ) {
        System.out.print( n.getId() );
        printNodeProperties( n );
    }

我要说的是,在新4j,从第1号至第222号公证中,有221个点(因为0点是参考点)。

当我看Gephi数据实验室时,我看一看第2至223号数据。 Gephi似乎将参考Node ID 0(Neo4j)至ID 1(Gephi)进行测绘。 我能否防止这种情况? Gephi为什么这样做?

问题回答

暂无回答




相关问题
NoSQL or Ehcache caching?

I m 利用春天/Hibernate/Tomcat和我sql数据库建造一个路标网络

How does FlockDB compare with neo4j?

Both FlockDB and neo4j are open source frameworks for keeping large graph dataset. Anyone familiar enough with both products to write a comparison?

Problem Working with Neo

I downloaded Neoclipse Source and downloaded the Neo4J source. However some of the classes that the Neoclipse source file refers to are not found in the Neo4J source. Are they deprecated? Can I get ...

Neo4j Documentation [closed]

I ve been looking into setting up and trying out Neo4j on Amazon EC2 however I seem to have hit a road block with finding documentation that I can use. For example, this page mentions "Clustering, ...

热门标签