Description Usage Arguments Value Examples
Such shape of data is required by naiveBayes function and generally recognized. Additionaly some categories defined by used can be dropped from the data frame by passing a list invalid.cats.hash
1 2 3 |
df |
data.frame input data frame with values and categories |
min.n |
int minimalna liczba wystapien danej kategorii |
invalid.cats.hash |
hashtable nazwy kategori ktore powinny zostac odrzucone |
min.w |
int minimalna liczba wystapien danego slowa |
splitted_vectors list list that contains $data - output data $fact - output factor corresponding to the data
1 | split.categories(mydataframe, 100, create.hash(c("c.OtherApplicationsNEC", "c.OtherSciencesNEC")), 2)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.