Articles by mlampros

Functionality of the fastGLCM R package

August 15, 2022 | mlampros

This blog post is a slight modification of the R package Vignette and shows how to use the Rcpp Armadillo version of the fastGLCM R package. The fastGLCM R package is an RcppArmadillo implementation of the Python Code for Fast Gray-Level Co-O... [Read more...]

Variational Mode Decomposition (VMD) using R

June 10, 2022 | mlampros

This blog post is a slight modification of the R package Vignette. The VMDecomp R package is an RcppArmadillo implementation of the Matlab Code for Variational Mode Decomposition (1- and 2-dimensional) based on the papers, “Variational Mo... [Read more...]

ICESat-2 Altimeter Data using R

February 11, 2022 | mlampros

This blog post (which is a slight modification of both package Vignettes) explains the functionality of the IceSat2R R package and shows how to use the OpenAltimetry API from within R. It consists of three parts, OpenAltimetry IceSat-2 ... [Read more...]

Extreme Learning Machine

July 4, 2018 | mlampros

As of 2018-06-17 the elmNN package was archived and due to the fact that it was one of the machine learning functions that I used when I started learning R (it returns the output results pretty fast too) plus that I had to utilize the package last week for ... [Read more...]

Non Metric Space (Approximate) Library in R

February 26, 2018 | mlampros

The nmslibR package is a wrapper of NMSLIB, which according to the authors “… is a similarity search library and a toolkit for evaluation of similarity search methods. The goal of the project is to create an effective and comprehensive to... [Read more...]

Regularized Greedy Forest in R

February 13, 2018 | mlampros

This blog post is about my newly released RGF package (the blog post consists mainly of the package Vignette). The RGF package is a wrapper of the Regularized Greedy Forest python package, which also includes a Multi-core implementation (Fast... [Read more...]

Geospatial Queries using Pymongo in R

August 6, 2017 | mlampros

Since I submitted the geojsonR package I was interested in running geospatial MongoDB queries using GeoJson data. I decided to use PyMongo (through the reticulate package) after opening two Github issues here and here. In my opinion, the PyMo... [Read more...]

Processing of GeoJson data in R

March 28, 2017 | mlampros

This blog post is about my recently released package on CRAN, geojsonR. The following notes and examples are based mainly on the package Vignette. “GeoJSON is an open standard format designed for representing simple geographical features, ... [Read more...]

Text Processing using the textTinyR package

January 5, 2017 | mlampros

This blog post is about my recently released package on CRAN, textTinyR. The following notes and examples are based mainly on the package Vignette. The advantage of the textTinyR package lies in its ability to process big text data files in ... [Read more...]

Clustering using the ClusterR package

September 11, 2016 | mlampros

This blog post is about clustering and specifically about my recently released package on CRAN, ClusterR. The following notes and examples are based mainly on the package Vignette. Cluster analysis or clustering is the task of grouping a set... [Read more...]

Kernel k nearest neighbors

July 9, 2016 | mlampros

This blog post is about my recently released package on CRAN, KernelKnn. The package consists of three functions KernelKnn, KernelKnnCV and knn.index.dist. It also includes two data sets (housing data, ionosphere), which will be used here to ... [Read more...]
1 2

Never miss an update!
Subscribe to R-bloggers to receive
e-mails with the latest R posts.
(You will not see this message again.)

Click here to close (This popup will not appear again)