The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
"Read Sparse operator has problem with Weka-based operators"
siamak_want
Member Posts: 98 Contributor II
Hi forum,
I have just designed a simple process which a "Read Sparse" operator delivers the data to a weka hierarchical clustering operator (W-HierarchicalCluster). In runtime, I see an error which says that, the array bound is out of the expected range. My dataset has 2000 columns but RM wants to access columns 2001 !!!.
I am really familiar with read "sparse operator" and I have used it always with RM original operators without any problem. but Now I just need to use it with WEKA HierarchicalClustering operator. The strange thing is that I have no problem with using the same Read Sparse operator with an original RM clusterer like KMEans(Fast).
Any help on this issue will be greately appreciated.
I have just designed a simple process which a "Read Sparse" operator delivers the data to a weka hierarchical clustering operator (W-HierarchicalCluster). In runtime, I see an error which says that, the array bound is out of the expected range. My dataset has 2000 columns but RM wants to access columns 2001 !!!.
I am really familiar with read "sparse operator" and I have used it always with RM original operators without any problem. but Now I just need to use it with WEKA HierarchicalClustering operator. The strange thing is that I have no problem with using the same Read Sparse operator with an original RM clusterer like KMEans(Fast).
Any help on this issue will be greately appreciated.
Tagged:
0
Answers
Does the error only occur with the Read Sparse operator, or also with the normal read operators?
Best, Marius
No, I have not any problem with other read operators.
Best, Marius