Practical Code Solutions

Solutions and Ideas on Programming, Statistics and Networking

Saturday, March 7, 2015

K-means clustering with RCaller - A library for calling R from Java

›
Here is an example of RCaller, a library for calling R from Java. In the code below, we create two variables x and y. K-means clustering...
Saturday, February 28, 2015

Levenshtein Distance in R

›
Edit distance and Levenshtein distance are nonparametric distance measures that not like well known metric distance measures such as Eucli...
Friday, February 27, 2015

Frequency table of characters in a string in R

›
R 's string manipulating functions includes splitting a string. One can think that parsing a string or extracting its characters into ...

Environments in R

›
An environment is a special term in R, but its concept is used in many interpreters of programming languages. The term of variable scope ...
Wednesday, February 18, 2015

Fast and robust estimation of regression coefficients with R

›
Outliers are aberrant observations that do not fit the remaining of the data, well. In regression analysis, outliers should not be distant...
‹
›
Home
View web version
Powered by Blogger.