π π. RAPIDMINER 9.8 IS OUT!!! π π
RapidMiner 9.8 continues to innovate in data science collaboration, connectivity and governance
CLICK HERE TO DOWNLOAD
ExampleTable.getAttributes and ExampleTable.addAttributes
Why, for the love of god, ExampleTable.getAttributes returns Attribute[] , but ExampleTable.addAttributes requires as an argument Collection<Argument> ? Wouldn't it be better to decide between an array and collection, so I can easily add to one exampletable attributes from another exampletable?
Tagged:
0
Answers
Maybe. This method is your friend:
Β Arrays.asList(attributes)
Best,
Simon