Check whether a synthesizer has been fitted
Value
TRUE if fit() has been called; FALSE otherwise.
Examples
syn <- gaussian_copula_synthesizer(metadata())
is_fitted(syn) # FALSE before fitting
#> [1] FALSE
Check whether a synthesizer has been fitted
TRUE if fit() has been called; FALSE otherwise.
syn <- gaussian_copula_synthesizer(metadata())
is_fitted(syn) # FALSE before fitting
#> [1] FALSE