Data Types and Basic Operations Data Types R has five basic or “atomic” classes of objects: character numeric (real numbers) integer complex logical (True/False) A…
View More Introduction to R ProgrammingCategory: Data Mining Using R
R Basics
Installing R on Windows Installation The first thing you need to do to get started with R is to install it on your computer. R…
View More R BasicsData Mining Tasks
1. Classification Given a collection of records (training set ). Each record contains a set of attributes, one of the attributes is the class. Find…
View More Data Mining TasksIntroduction to Data Mining
Why Mine Data? Everyone and everything is leaving a digital footprint. Lots of data is being collected and stored at enormous speeds (GB/hour). These data…
View More Introduction to Data Mining