import matlab .mat file in Rapidminer

kkdataminer
kkdataminer New Altair Community Member
edited November 2024 in Community Q&A

Hello,

 

I have .mat file where each training example is a 20*20 grayscale image of the digit. How to import this file into rapidminer and perform classification?

 

Thanks,

KK

Tagged:

Answers

  • Thomas_Ott
    Thomas_Ott New Altair Community Member

    Matlab is not supported.

  • Fred12
    Fred12 New Altair Community Member

    but would it not be possible to use some R script, e.g with the R.matlab package to import them into R and then export the files as a data table in some way?

     

    or is this not possible, as it would have to be imported as some formatted file (binary, csv..) into Rapidminer first? Or could I import it just as it is as a .mat file and use the R script on it?

  • MartinLiebig
    MartinLiebig
    Altair Employee

    Of course you could also write your own operator for it. I am sure there are libaries around