Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

Is it possible to have more than one function in a custom 'train' file?

조회 수: 1 (최근 30일)
Ken Kueh
Ken Kueh 2012년 9월 14일
마감: MATLAB Answer Bot 2021년 8월 20일
Hi all,
I'm currently working on a custom'train' function to be applied on neural net.
Let's say this is the typical function for neural network: function [net,tr] = train_network(net,tr,data,fcns,param)
Now I have another function within this function, say: function s=bounds(s,min,max)
Is it possible to have another function with a function used to create a 'train' file for neural network?
thanks

답변 (1개)

Greg Heath
Greg Heath 2012년 9월 14일
The long answer is:
Yes.

이 질문은 마감되었습니다.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by