Prashant Saini
Followers: 0 Following: 0
Statistik
4 Fragen
0 Antworten
RANG
78.392
of 295.569
REPUTATION
0
BEITRÄGE
4 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
50.0%
ERHALTENE STIMMEN
0
RANG
of 20.247
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 154.105
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
multisvm T value error
function [itr] = multisvm(T,C,testselectfea) u=unique(C); N=length(u); c4=[]; c3=[]; j=1; k=1; if(N>2) itr=1; r...
mehr als 3 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
not inuff input argument
function [itr] = multisvm( T,C,tst ) u=unique(C); N=length(u); c4=[]; c3=[]; j=1; k=1; if(N>2) itr=1; classes=0...
mehr als 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
audio recording issue with wavrecord function matlab 2020
clc; close all; clear all; Fs=8000; Nseconds = 1; samp=6; words=5; for i= 1:1:samp fprintf('say AHEAD immediatel...
mehr als 3 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
training model neural network
if reduceDataset numUniqueLabels = numel(unique(adsTrain.Labels)); % Reduce the dataset by a factor of 20 adsTrai...
mehr als 3 Jahre vor | 1 Antwort | 0