as.MLdataset {dataset}
R Documentation
Convert the sciBASIC general dataframe as the Machine learning general dataset
Description
Usage
as.MLdataset
(
x
,
labels
=
NULL
,
in.memory
=
FALSE
);
Arguments
x
-
labels
-
env
[as
Environment
]
Details
Authors
MLkit
Value
this function returns data object in these one of the listed data types:
DataSet
,
MLDataFrame
.
clr value class
DataSet
MLDataFrame
Examples
[Package
dataset
version 1.0.0.0
Index
]