All OML Objects inherit from this class. Don't use his class directly.
Active bindings
desc
(
list()
)
Description of OpenML object.cache_dir
(
logical(1)
|character(1)
)
Stores the location of the cache for objects retrieved from OpenML. If set toFALSE
, caching is disabled. Objects from the test server are stored in the subdirectory 'test', those from the public server are stored in the subdirectory 'public'.The package qs is required for caching.
id
(
integer(1)
)
OpenML data id.server
(
character(1)
)
The server for this object.man
(
character(1)
)
The manual entry.name
(
character(1)
)
The name of the object.type
(
character()
)
The type of OpenML object (e.g. task, run, ...).test_server
(
logical(1)
)
Whether the object is using the test server.