sample_dataset {CNN} R Documentation

Description

Usage

sample_dataset(dataset,
    labels = NULL);

Arguments

dataset

usually be a dataframe object

labels

the column names for defined as label or a numeric vector that size equals to the rows of the input dataframe used as the labels value.

env

[as Environment]

Details

Authors

MLkit

Value

this function returns data object of type SampleData.

clr value class

Examples


[Package CNN version 1.0.0.0 Index]