Skip to content

Commit 3ae58a0

Browse files
committed
Fixes typo
1 parent 1eddb5a commit 3ae58a0

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

examples/monotonic/RULEstimateUsingMonotonicNetworks/RULEstimationUsingMonotonicNetworksExample.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ options = trainingOptions("adam",...
242242
Verbose=0);
243243
```
244244

245-
Train the network using <samp>trainNetwork</samp>. It should take about 1\-2 minutes.
245+
Train the network using <samp>trainnet</samp>. It should take about 1\-2 minutes.
246246

247247
```matlab
248248
cnnetRUL = trainnet(XTrain,YTrain,cnnetRUL,"mse",options);

0 commit comments

Comments
 (0)