File: reuters.Rd

package info (click to toggle)
r-cran-kernlab 0.9-33-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,216 kB
  • sloc: cpp: 6,011; ansic: 935; makefile: 2
file content (22 lines) | stat: -rw-r--r-- 591 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
\name{reuters}
\alias{reuters}
\alias{rlabels}
\title{Reuters Text Data}
\description{A small sample from the Reuters news data set.}
\usage{data(reuters)}

\format{
  A list of 40 text documents along with the labels. \code{reuters}
  contains the text documents and \code{rlabels} the labels in a vector.

}
\details{
  This dataset contains a list of 40 text documents along with the
  labels. The data consist out of 20 documents from the \code{acq}
  category and 20 documents from the crude category. The labels are
  stored in \code{rlabels}
  

}
\source{Reuters}
\keyword{datasets}