mark_active {keras3} | R Documentation |
active_property
Description
mark_active()
is an alias for active_property()
.
See ?
active_property()
for the full documentation.
Usage
mark_active(fn)
Arguments
fn |
An R function |
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.
[Package keras3 version 1.2.0 Index]