Lampros Mouselimis
Lampros Mouselimis
hi @skw1990, on windows the user can take advantage of the RGF R package **currently** only from within the command prompt (console). I've [mentioned this at the end of the...
For anyone else who might stumble upon this issue - as I did - the following worked for me: ```R // [[Rcpp::export]] Rcpp::List conv_arma_field_to_rcpp_list(int init_arma_mat = 5, int dimensions =...
@A-Pai your results seem to be the same with the "cluster::pam()" function when the swap-phase is TRUE. I can reproduce this using the following code, ```R library(ClusterR) n
@A-Pai thanks for making me aware of this issue. I used also other datasets (besides your sample) data and there are differences in the results between the 'ClusterR::Cluster_Medoids()' and other...
@A-Pai How do you come to this line when trying to compute the dissimilarity based on the `cluster` R package ```R cat("best_dissimilarity:", n * pm$objective[2]) ``` Do you have a...
the following is what I see when I specify the trace.level in the 'pam' function ```R > pm
I asked about your output dissimilarity because I currently work in the new build phase of the ClusterR package and in the next days I'll update the code
since the time you opened this issue I had to * go through the cluster medoids code once again * find a source to come to the exact cluster medoids...
@JessicaS11, @mfisher87 the API endpoints that are used in the Python code base (http://openaltimetry.earthdatacloud.nasa.gov/data/api/icesat2) are not the same I use for the IceSat2R package (https://openaltimetry.earthdatacloud.nasa.gov/data/openapi/swagger-ui/index.html). The latter url currently works...
@FMKerckhof let me have a look into this because from a first look it seems it requires a cpp template to either return "gmm_full" or "gmm_diag" model (I'll have more...