Learn R Programming

rsdv (version 0.2.0)

is_fitted: Check whether a synthesizer has been fitted

Description

Check whether a synthesizer has been fitted

Usage

is_fitted(x)

Value

TRUE if fit() has been called; FALSE otherwise.

Arguments

x

A synthesizer object.

Examples

Run this code
syn <- gaussian_copula_synthesizer(metadata())
is_fitted(syn)  # FALSE before fitting

Run the code above in your browser using DataLab