preProcessor: a class to load and preProcess data

Description Usage Examples

View source: R/preProcessor.R

Description

Load and preprocess Data

Usage

1

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
## Not run: 
# -----------------------------------------------
#  USING THE METHODS of the class
# -----------------------------------------------
obj.pp <- preProcessor();  

obj.pp$load.data.frame( referti, colonnaTestoReferto="descrizione" )

# Rimuovi i documenti con meno di 10 parole 
obj.pp$apply.filter( filter="remove.little.document", param=list("number.of.words" = 10 )  )


## End(Not run)

kbolab/IRtool documentation built on May 20, 2019, 8:10 a.m.