sisalData | R Documentation |
Loads external datasets for testing with SISAL. Choices are laser generated data and Poland electricity load data.
sisalData(dataset = c("poland", "laser", "laser.cont"), verify = TRUE)
dataset |
A |
verify |
A |
The laser generated data come in two parts, "laser"
and
"laser.cont"
. The Poland electricity load data is also divided
in two parts, but they are both returned with dataset="poland"
.
This function requires an Internet connection. The download may fail due to a problem such as the remote server being unavailable.
With option dataset="laser"
, returns an integer
vector
of length
1000.
With option dataset="laser.cont"
, returns an
integer
vector
of length
9093.
With option dataset="poland"
, returns a list with two
numeric
vectors:
learn |
1400 values |
test |
201 values |
Checked on 2020-02-14, the Santa Fe datasets are no longer available at their previous location. Attempting to download them with this function will result in an error.
Mikko Korpela
The Santa Fe Time Series Competition Data / Data Set A: Laser generated data. Availability unknown (2020-02-14).
Environmental and Industrial Machine Learning Group / Datasets / Poland Electricity Load. https://research.cs.aalto.fi/aml/datasets.shtml. URL accessed on 2024-10-25.
testSisal
## Not run:
foo <- sisalData("poland")
length(foo$learn) # 1400
length(foo$test) # 201
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.