getFF: Returns if the weights are saved as ff objects
Description
Returns if the weights are saved as ff objectsReturns the ff state of the Net
.
Usage
getFF(net)## S3 method for class 'Net':
getFF(net)
getFF(net)
## S3 method for class 'Net':
getFF(net)
Arguments
net
A instance of the class Net
.