Learn R Programming

modelenv (version 0.2.0)

is_unsupervised_spec: Determine object is has class unsupervised_spec

Description

Determine object is has class unsupervised_spec

Usage

is_unsupervised_spec(x)

Value

A single logical indicating input has class "unsupervised_spec"

Arguments

x

an model specification

See Also

new_unsupervised_spec()

Examples

Run this code
model_spec <- list(letters)

is_unsupervised_spec(model_spec)

model_spec <- new_unsupervised_spec(model_spec)

is_unsupervised_spec(model_spec)

Run the code above in your browser using DataLab