Learn R Programming

dprep (version 2.1)

vehicle: The Vehicle dataset

Description

This is the Vehicle dataset from the UCI Machine Learning Repository

Usage

data(vehicle)

Arguments

source

The UCI Machine Learning Database Repository at:
  • ftp://ftp.ics.uci.edu/pub/machine-learning-databases
  • http://www.ics.uci.edu/~mlearn/MLRepository.html

Examples

Run this code
#----feature selection using sequential floating selection with LDA----
data(vehicle)
mahaout(vehicle,nclass=3)

Run the code above in your browser using DataLab