jaak-s / extraTrees

ExtraTrees method for Java and R
Apache License 2.0
23 stars 5 forks source link

Is quantile regression in R ready? #1

Closed ChenglongChen closed 10 years ago

ChenglongChen commented 10 years ago

I want to use quantile regression with extraTrees in R. But specifying the arg "quantile=TRUE" results in: Error in .jnew("org.extratrees.QuantileExtraTrees", toJavaMatrix2D(x), : java.lang.NoSuchMethodError:

Any idea?

jaak-s commented 10 years ago

Thanks for finding and reporting the problem.

It is now fixed and I released a v1.0.3 to CRAN. The R package update will probably be available within 24h.

ChenglongChen commented 10 years ago

It works fine now. Thanks!