🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

"PCA SEVERE: java.lang.ArrayIndexOutOfBoundsException"

User: "maccten"
New Altair Community Member
Updated by Jocelyn
Hi,

I am using rapid miner to try and predict several numeric labels based on numeric attributes.
The dataset has a high deminsionality with many attributes
The attributes are highly correalated so im using a PCA operator to create uncorrealated components. The result of which are fed into a Regression operator to see if it is more effective than using just the regression operator on its own

The issue arises when i change the label. For the example below, the PCA operator works perfectly well when setting the role of Attr1 to label
However when i change the label to Attr2 i get an error SEVERE: java.lang.ArrayIndexOutOfBoundsException

Role Name Type Stats                        Range                 Missing Values
regular Attr1 real         avg = 69.584 +/- 20.640 [0.000 ; 100.000] 0.0
regular Attr2 real         avg = 63.434 +/- 18.475 [0.000 ; 97.143] 0.0

Im new to rapidminer so any help would be greatly appreciated

Thanks