cltrain {locfit} | R Documentation |
Training dataset for classification
Description
200 observations from a 2 population model. Under population 0,
has a standard normal distribution, and
, where
is also standard normal.
Under population 1,
.
The optimal classification regions form a checkerboard pattern,
with horizontal boundary at
, vertical boundaries at
.
This is the same model as the cltest dataset.
Usage
data(cltrain)
Format
Data Frame. Three variables x1, x2 and y. The latter indicates class membership.
[Package locfit version 1.5-9.10 Index]