1) What is the effect of randomSeed
parameter on dimensionality reduction
by random projection
in weka
?
2) Secondly it is said that dimensionality reduction
does not loss information, But I have observed that if we set the numberOfAttributes
smaller, it improves accuracy, Whereas if we set numberOfAttributes
close to current(actual) or a large value, whether it reduces accuracy?