not enough input arguments
Iam trying to run function but it give me an error in ' d{i} = pdist2(F{i}.', testSample, 'mahalanobis');' not enough input arg...
4年以上 前 | 2 件の回答 | 0
2
回答
質問
How do I create an open class classifier
I am calling function kNN_model_add_class to trained and create one class call dogs.
How do I create an 'Open class' where th...
How to compute mffc
Hi i have a problem with computation of mfcc
I have function feature_mfccs which needs mfccParams which i cumputed as a stuct ...
4年以上 前 | 1 件の回答 | 0
1
回答
回答済み Can recognize what distance is this ?
I have this function where iam clyssifing a sample and i just want to another distance based on which is the sample classified
...
4年以上 前 | 0
質問
Can recognize what distance is this ?
Can anyone explain me what does this code do,
Could it be the after first if is calculated euclodean distance and in else the...
4年以上 前 | 2 件の回答 | 0
2
回答
回答済み Audio sample path no valid
Now I get this error I am assuming i need to pass a struct to the function featureExtractionFile but I dont know how
so it ...
回答済み Audio sample path no valid
Yes this is the directory.
And also please how do i initialize or call featureExtractionFile function where i want to do...
4年以上 前 | 0
質問
Audio sample path no valid
function kNN_model_add_class(modelName, className, classPath, ...
listOfStatistics, stWin, stStep, mtWin, mtStep)
...
4年以上 前 | 4 件の回答 | 0
4
回答
質問
how to run function with struct
% How do I ran this function using struct other function midFeaures are included in matlab
% I cannot run the struct
funct...