Learn R Programming

keras3 (version 1.3.0)

mark_active: active_property

Description

mark_active() is an alias for active_property(). See ?active_property() for the full documentation.

Usage

mark_active(fn)

Value

fn, with an additional R attribute that will cause fn to be converted to an active property when being converted to a method of a custom subclass.

Arguments

fn

An R function