How to test data with multiple fis ?
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Hello, how to test data with multiple trnfismat? my code to load fis file is:
if true
trnfismat1 = readfis('trnfismat1');
trnfismat2 = readfis('trnfismat2');
trnfismat3 = readfis('trnfismat3');
end
my input for test this learning will be 115. Please guide me how to test my input with multiple dataset. Thank you
0 comentarios
Respuestas (0)
Ver también
Categorías
Más información sobre Statistics and Machine Learning Toolbox en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!