数组列表显示为a table
gabriel_nemeth
MemberPosts:5Contributor II
Hi,
I created a operator, which calculates the Pageranks. These Pageranks are stored in a ArrayList of Floats. How can I send the ArrayList to output as a table like this:
PageRank
1.2
1.5
Tagged:
0
Answers
I guess you want to create an ExampleSet, have a look at:
8) Question: I want to create a new ExampleSet from scratch. How do I do that?