Return to site

Libsvm In Matlab For Mac

broken image


Tutorials on installation of libsvm for matlab on mac could be fetched easily on the internet. However, most of them did not mention some problems that could be met during the installation. Spin and win real money. Therefore, I'd like to make a more comprehensive version of tutorial.

My environment is like:

Mac OS X 10.9
Xcode 5
Matlab R2012b

Step 1.Preparation

Of course, you have to download libsvm from its official site: http://www.csie.ntu.edu.tw/~cjlin/libsvm/index.html. There is no versions specially for matlab, so, just download the package.

You could unzip the package to any directory you like, but I'd prefer to unzip it to (matlabroot)/toolbox/libsvm.

Step 2.Make Compile

Jun 03, 2011. .net android android tv anonymous astro book c centos css culture dat debian dst editor emacs extroot game git github gnome gpg hashcat haskell hexo hugo ipfs iptables jquery kali linux lede libsvm linux machine learning manjaro matlab matplotlib mysql new year openwrt p2p password pip proxy python qrcode raspberrypi raspbian religion samba. But, currently LIBSVM is able to process data in the following format: 1 1:2 2:1 # your comments Note that the character ':' should not appear in your comments. Q: How to convert other data formats to LIBSVM format? It depends on your data format. A simple way is to use libsvmwrite in the libsvm matlab/octave interface.

After preparation, launch matlab and go to the directory you unzipped the files to. For me, it will be like:

Now, we need to compile. Just type the following command:

If everything goes right, just wait for a few seconds, it will be done and nothing will be displayed. You will find some files with the suffix .mexmaci64.

Here are the steps to run libsvm on MATLAB: Download it from here; Add the svmtrain, svmpredict, libsvmwrite & libscmread.mex Files to your matlab path (probably you. Download the libsvm ZIP file here. Extract the content of the ZIP file to a permanent folder. On Linux or Mac, you need to compile the library. Mac users can use XCode to do so. On Windows, you can use windows subfolder of the zip file. Add the path to the LibSVM folder in Matlab using addpath. Start Brainstorm. Select the menu File - Create.

Unfortunately, I went into trouble during the process.

Step 3.Troubleshooting

If anything goes wrong, try the following command first:

This one let you to choose a proper compiler. Depending on the environment, things like following will be prompted to the screen:

After all this, try Step 2 again. If it doesn't work, read on.

Well, in fact, after typing make into the command line, I met the following error message:

According to the MathWork,

/Applications/MATLAB_R2011b.app/bin/mex: line 305: gcc-4.2: command not found
This is happening because MATLAB is expecting GCC 4.2 to be present. This compiler was distributed with Xcode 4.0 and 4.1, but is no longer supplied as of Xcode 4.2.However, Xcode 4.2 and later include a similar compiler (GCC 4.2 front-end to LLVM) that MATLAB can be instructed to use instead. Applying the patch attached to this solution will instruct MATLAB to use the compiler supplied with Xcode 4.2 or later.

Libsvm Matlab Tutorial

And you should find the patch and its installation instructions here: http://www.mathworks.com/matlabcentral/answers/94092

You may notice that in the support article above, it is said that the solution is only for Xcode 4.2~2.4 with OS X 10.6~10.8. But, in fact, even if you are in OS X 10.9 with Xcode 5, the problem is aroused for the same reason and the solution should be the same. Therefore, don't worry if you are not in the environment mentioned in the article above.

Meanwhile, there is another issue mentioned in the article that you may encounter during the installation process:

Step 4. Testing

Libsvm In Matlab For Mac

As everything goes right now, we should test if libsvm works fine. Download the heart_scale dataset from here: http://www.csie.ntu.edu.tw/~b91082/SVM/ and move it into your current work directory. Then:

If your output match the output above, then congratulations, you could use the libsvm now.

Some Further Info

If you succeed the step 4, you could use libsvm. However, if your work directory doesn't contain the .mexmaci64 files, you may find the svmtrain and svmpredict works a little bit unexpectedly. That is because the libsvm is not in your search path and matlab automatically called the original system svmtrain/svmpredict. What you should do is to add the libsvm to your search path by typing:

and add the libsvm/matlab to the path.

Meanwhile, if you try to use help or doc commands to get the help information about the two functions, what you will get are the documentations of the system implementation of the two functions instead of libsvm version. And the system version could be not so easy to use. If you want to check the documentation of libsvm, just refer to the README file in the libsvm/matlab directory.

OK, that's all about it. This is the first time I write a so called 'tutorial' and I do hope it will do a little bit help to you.

  • 1Installing PLS_Toolbox
  • 2Installing Solo
    • 2.1System Requirements
    • 2.2Installation

Installing PLS_Toolbox

PLS_Toolbox is delivered as a Windows Installer (.exe for Windows only) or as a compressed ZIP file (all platforms). Installation is a two-part process of copying and decompressing files into a local folder and then adding those files to your MATLAB path. You will need your License Code (obtained at the time of purchase).

System Requirements

  • Compatible with any Matlab released within 5 years of released date of this product.
  • 100 MB of disk space.
  • 2 GB of RAM required, 4+ GB recommended

Matlab Compatibility

Although we try to maintain inter-compatibility with Matlab add-on Toolboxes to the greatest extent possible some incompatibilities do exist. Most of these cases originate from situations where PLS_Toolbox has an established function and The MathWorks (TMW) introduces a new function with the same name and is unwilling to rename it. Because we don't have access to the entire TMW product family this list may not include all incompatible functions:

  • Incompatible Functions
    • cluster.m (Stats Toolbox)
    • crossval.m (Stats Toolbox)
    • regression.m (Neural Net Toolbox)
    • ridge.m (Stats Toolbox)
  • Intentional overloads:
    • boxplot.m (Stats Toolbox because of DataSet Object conflict)
  • Compatible Functions
    • dendrogram.m (Stats Toolbox)
    • range.m (Stats Toolbox)
    • kstest.m (Stats Toolbox)


To manage which function is being called, relocate PLS_Toolbox on your Matlab path. Putting PLS_Toolbox at the bottom of the path will allow the use of Matlab functions but will often make PLS_Toolbox inoperable until it's moved back to the top of the path. Within Browse you can select Help>Move Path Folders and indicate the location (Top or Bottom). The evrimovepath function can be used from the command line.

Using the Windows EXE Installer

It is recommended that Windows users use the PLS_Toolbox Windows Installer.

  1. Copy the .exe file to your Desktop (or other suitable local location).
  2. Double click the icon and follow the instructions. Be sure to verify the location of the installation folder; by default it will be the 'toolbox' folder of your current MATLAB installation. Windows users: may need to choose a folder within your personal Documents folder in order to avoid permissions problems caused by Windows security.
  3. When the Installer has completed, it will prompt you to start MATLAB and run an install script.
  4. If MATLAB doesn't start see Step 2 below.

Manually Installing from ZIP File (all platforms)

  1. File Extraction
    Decompress the PLS_Toolbox ZIP file and move it to the MATLAB 'toolbox' folder (e.g. C:Program FilesMATLABR2016atoolbox).
    Note: If you already have a version of PLS_Toolbox installed, be sure the folders do not have the same name (by default they should not). Rename your existing copy of PLS_Toolbox if necessary.
    Note: Windows users may find that they do not have sufficient system permissions to install in a folder under the C:Program Files folder or that, after installation, they get warnings due to the inability to set program configuration. In these cases, simply install PLS_Toolbox into a folder such as your personal Documents folder.
  2. Run evriinstall
    For MATLAB to find PLS_Toolbox, the directories that contain the toolbox files must be added to the MATLAB search path.
    Please Note: If you are familiar with installing toolboxes purchased from The MathWorks, this process is different. TMW installers typically are able to set the path automatically. PLS_Toolbox has its own installation method.
    Start MATLAB and follow these steps:
    • Start MATLAB and use the Current Directory toolbar to navigate to the PLS_Toolbox directory (created in step 1).
    • Type evriinstall at the command line (in the COMMAND WINDOW): A dialog box will appear (see below.) Change the settings as needed then click the Install button. EVRIINSTALL will add PLS_Toolbox to the MATLAB path, check for any installation problems, and output results to the command window.
    • See the Reference Topics page for information about PLS_Toolbox functions. Continue reading the Software User Guide for information using Solo and PLS_Toolbox.

Configuring Java

In some older versions of Matlab, including version 7.0.4 (R14SP2), it is necessary to manually add the jar files included with PLS_Toolbox to the Matlab java class path.

  1. Open Matlab.
  2. Navigate to the '.PLS_Toolbox_65extensionsjavatools' folder (where 'PLS_Toolbox_65' is the folder containing the version of PLS_Toolbox you are installing. The '65' will change for each version)
  3. Edit the Java class path file:
  4. At the bottom of the classpath.txt file add lines for each .jar file in the extensions folder using the correct path. In the following example, PLS_Toolbox version 6.5 (named 'PLS_Toolbox_65') is installed in the 'c:Toolbox' folder so the corresponding entries look like:
  1. Save the file and restart Matlab.
  2. If MIA_Toolbox is installed, any .jar files in the '.MIA_Toolboxutilities' folder should be added using the same procedure as above.

Installing Solo

System Requirements

Windows

  • Windows XP or newer.
  • 600 MB of disk space.
  • 4GB RAM (more RAM may be necessary for large DataSets).

MAC

  • OS X 10.9 or newer.
  • Intel Mac (64 bit).
  • 1.5 GB of disk space.
  • 4GB RAM (more RAM may be necessary for large DataSets).

Installation

Windows

If you install Solo into the default 'Destination Folder', C:Program FilesEVRISolo_###, where ### is the version number, then you need to install it 'As Administrator' in order for library folders to be created under that path. Using 'As Administrator' should not be necessary if you install it to a Destination Folder which your user account has access rights to.

  1. Copy the .exe file to your Desktop (or other suitable local location).
  2. If installing with a license file (evrilicense.lic) or license server file (evrilm.xml), move these files into the same folder as the .exe installer.
  3. Double click the icon and follow the instructions. Be sure to verify the location of the installation folder; by default it will be in the 'EVRI' folder of your program files folder. (To customize the installation process, see Solo Installer Flags)
  4. Identify if you want desktop and Start menu shortcuts created as well as if you want to associate .mat files with Solo.
  5. Identify if you want to add Solo to the system path. Doing so will assure 3rd-party programs will be able to start up Solo (where the 3rd-party program offers this feature.)
  6. When the Installer has completed, you will be asked if you want to start Solo now. The first time you run Solo, it will need to unpack several libraries and make take a minute or so to complete installation. Subsequent startups will take less time. Note that when installed in the standard Program Files folder, this step needs to be done as a user with administrative privileges so it is best to do from the installer.

NOTE: If installing Solo with a license server, see the Evri_license_server documentation.

Troubleshooting: If having problems downloading, installing or running Solo, see the Solo Troubleshooting page. https://truegload784.weebly.com/hot-hands-game-online.html.

Mac

For macOS Catalina, the Matlab 2019b MCR (MATLAB Compiler Runtime) must be installed prior to opening the Solo app:

  1. Image Mounting
    Open the Solo.dmg (or Solo+MIA.dmg) disk image file by double-clicking on it. The disk image will mount on your computer.
  2. Copy Solo APP
    Copy the Solo.app (or Solo+MIA.app) bundle to your Applications folder.
  3. Launching The Applicatioin
    Right-click Solo.app and select Open to open the application.
  4. Errors on Startup
    If you receive a message saying 'the Disk has been damaged' (OS X 10.7+) you may need to disable Mac Gatekeeper as described here and for Mac OS Sierra (and higher) see here.
  • To disable Gatekeeper (i.e., set it to install from 'Anywhere') from the command line, open a new Terminal window then enter the following command:
  • To re-enable Gatekeeper enter the following command:

NOTE: The first time you run Solo, it will need to unpack several libraries and may take several minutes (or longer depending on system resources) to complete installation. Subsequent startups will take less time.

Troubleshooting: If having problems downloading, installing or running Solo, see the Solo Troubleshooting page.

Linux

  1. Unzip/UnTar
    Copy the tar.gz file into a target folder (create one using the mkdir command) in any convenient location (e.g. the user's home directory or any accessible location) and use the following command to unzip/untar the application:(note: archive name will be depend on the exact application you are installing)
  2. Launching The Applicatioin
    In a console window, change the working directory to the target folder and use the command: (application name will depend on the exact application you purchased). If starting from a different working directory, use the full path to the solo application. You can also create a shortcut which performs this operation.
First Run Notes: The first time you run Solo, it will need to unpack several libraries and make take several minutes (or longer depending on system resources) to complete installation. Subsequent startups will take less time. If the program has been installed in a general system folder (such as /usr/local/bin ) then the initial run of Solo may need to be done using SUDO so the program has sufficient privileges to unpack the libraries.

Troubleshooting: If having problems downloading, installing or running Solo, see the Solo Troubleshooting page.

Solo_Predictor: If installing Solo_Predictor see this page

Troubleshooting Solo

If having problems downloading, installing or running Solo, see the Solo Troubleshooting page.

Starting Solo

On all platforms, Solo can be started using the installed shortcuts (double-clicking the shortcut), or by calling the application directly from either a shortcut or DOS/Linux command window. The application can also take various command-line flags that modify startup behavior.

Updating

The most up-to-date version of PLS_Toolbox and Solo will be made available to users on our web site, www.eigenvector.com. Hallmark casino no deposit bonus codes 2018. Registered users can download new copies of the toolbox that incorporate the latest bug fixes. A username and password is required for access to the upgrades. Usernames and passwords are supplied when licenses are purchased (older version users should have received this information by registering their software). If you have forgotten your username and/or password, please write to helpdesk@eigenvector.com or use the lost username/password page accessible from the download page on the Eigenvector Research website.

Libsvm

As everything goes right now, we should test if libsvm works fine. Download the heart_scale dataset from here: http://www.csie.ntu.edu.tw/~b91082/SVM/ and move it into your current work directory. Then:

If your output match the output above, then congratulations, you could use the libsvm now.

Some Further Info

If you succeed the step 4, you could use libsvm. However, if your work directory doesn't contain the .mexmaci64 files, you may find the svmtrain and svmpredict works a little bit unexpectedly. That is because the libsvm is not in your search path and matlab automatically called the original system svmtrain/svmpredict. What you should do is to add the libsvm to your search path by typing:

and add the libsvm/matlab to the path.

Meanwhile, if you try to use help or doc commands to get the help information about the two functions, what you will get are the documentations of the system implementation of the two functions instead of libsvm version. And the system version could be not so easy to use. If you want to check the documentation of libsvm, just refer to the README file in the libsvm/matlab directory.

OK, that's all about it. This is the first time I write a so called 'tutorial' and I do hope it will do a little bit help to you.

  • 1Installing PLS_Toolbox
  • 2Installing Solo
    • 2.1System Requirements
    • 2.2Installation

Installing PLS_Toolbox

PLS_Toolbox is delivered as a Windows Installer (.exe for Windows only) or as a compressed ZIP file (all platforms). Installation is a two-part process of copying and decompressing files into a local folder and then adding those files to your MATLAB path. You will need your License Code (obtained at the time of purchase).

System Requirements

  • Compatible with any Matlab released within 5 years of released date of this product.
  • 100 MB of disk space.
  • 2 GB of RAM required, 4+ GB recommended

Matlab Compatibility

Although we try to maintain inter-compatibility with Matlab add-on Toolboxes to the greatest extent possible some incompatibilities do exist. Most of these cases originate from situations where PLS_Toolbox has an established function and The MathWorks (TMW) introduces a new function with the same name and is unwilling to rename it. Because we don't have access to the entire TMW product family this list may not include all incompatible functions:

  • Incompatible Functions
    • cluster.m (Stats Toolbox)
    • crossval.m (Stats Toolbox)
    • regression.m (Neural Net Toolbox)
    • ridge.m (Stats Toolbox)
  • Intentional overloads:
    • boxplot.m (Stats Toolbox because of DataSet Object conflict)
  • Compatible Functions
    • dendrogram.m (Stats Toolbox)
    • range.m (Stats Toolbox)
    • kstest.m (Stats Toolbox)


To manage which function is being called, relocate PLS_Toolbox on your Matlab path. Putting PLS_Toolbox at the bottom of the path will allow the use of Matlab functions but will often make PLS_Toolbox inoperable until it's moved back to the top of the path. Within Browse you can select Help>Move Path Folders and indicate the location (Top or Bottom). The evrimovepath function can be used from the command line.

Using the Windows EXE Installer

It is recommended that Windows users use the PLS_Toolbox Windows Installer.

  1. Copy the .exe file to your Desktop (or other suitable local location).
  2. Double click the icon and follow the instructions. Be sure to verify the location of the installation folder; by default it will be the 'toolbox' folder of your current MATLAB installation. Windows users: may need to choose a folder within your personal Documents folder in order to avoid permissions problems caused by Windows security.
  3. When the Installer has completed, it will prompt you to start MATLAB and run an install script.
  4. If MATLAB doesn't start see Step 2 below.

Manually Installing from ZIP File (all platforms)

  1. File Extraction
    Decompress the PLS_Toolbox ZIP file and move it to the MATLAB 'toolbox' folder (e.g. C:Program FilesMATLABR2016atoolbox).
    Note: If you already have a version of PLS_Toolbox installed, be sure the folders do not have the same name (by default they should not). Rename your existing copy of PLS_Toolbox if necessary.
    Note: Windows users may find that they do not have sufficient system permissions to install in a folder under the C:Program Files folder or that, after installation, they get warnings due to the inability to set program configuration. In these cases, simply install PLS_Toolbox into a folder such as your personal Documents folder.
  2. Run evriinstall
    For MATLAB to find PLS_Toolbox, the directories that contain the toolbox files must be added to the MATLAB search path.
    Please Note: If you are familiar with installing toolboxes purchased from The MathWorks, this process is different. TMW installers typically are able to set the path automatically. PLS_Toolbox has its own installation method.
    Start MATLAB and follow these steps:
    • Start MATLAB and use the Current Directory toolbar to navigate to the PLS_Toolbox directory (created in step 1).
    • Type evriinstall at the command line (in the COMMAND WINDOW): A dialog box will appear (see below.) Change the settings as needed then click the Install button. EVRIINSTALL will add PLS_Toolbox to the MATLAB path, check for any installation problems, and output results to the command window.
    • See the Reference Topics page for information about PLS_Toolbox functions. Continue reading the Software User Guide for information using Solo and PLS_Toolbox.

Configuring Java

In some older versions of Matlab, including version 7.0.4 (R14SP2), it is necessary to manually add the jar files included with PLS_Toolbox to the Matlab java class path.

  1. Open Matlab.
  2. Navigate to the '.PLS_Toolbox_65extensionsjavatools' folder (where 'PLS_Toolbox_65' is the folder containing the version of PLS_Toolbox you are installing. The '65' will change for each version)
  3. Edit the Java class path file:
  4. At the bottom of the classpath.txt file add lines for each .jar file in the extensions folder using the correct path. In the following example, PLS_Toolbox version 6.5 (named 'PLS_Toolbox_65') is installed in the 'c:Toolbox' folder so the corresponding entries look like:
  1. Save the file and restart Matlab.
  2. If MIA_Toolbox is installed, any .jar files in the '.MIA_Toolboxutilities' folder should be added using the same procedure as above.

Installing Solo

System Requirements

Windows

  • Windows XP or newer.
  • 600 MB of disk space.
  • 4GB RAM (more RAM may be necessary for large DataSets).

MAC

  • OS X 10.9 or newer.
  • Intel Mac (64 bit).
  • 1.5 GB of disk space.
  • 4GB RAM (more RAM may be necessary for large DataSets).

Installation

Windows

If you install Solo into the default 'Destination Folder', C:Program FilesEVRISolo_###, where ### is the version number, then you need to install it 'As Administrator' in order for library folders to be created under that path. Using 'As Administrator' should not be necessary if you install it to a Destination Folder which your user account has access rights to.

  1. Copy the .exe file to your Desktop (or other suitable local location).
  2. If installing with a license file (evrilicense.lic) or license server file (evrilm.xml), move these files into the same folder as the .exe installer.
  3. Double click the icon and follow the instructions. Be sure to verify the location of the installation folder; by default it will be in the 'EVRI' folder of your program files folder. (To customize the installation process, see Solo Installer Flags)
  4. Identify if you want desktop and Start menu shortcuts created as well as if you want to associate .mat files with Solo.
  5. Identify if you want to add Solo to the system path. Doing so will assure 3rd-party programs will be able to start up Solo (where the 3rd-party program offers this feature.)
  6. When the Installer has completed, you will be asked if you want to start Solo now. The first time you run Solo, it will need to unpack several libraries and make take a minute or so to complete installation. Subsequent startups will take less time. Note that when installed in the standard Program Files folder, this step needs to be done as a user with administrative privileges so it is best to do from the installer.

NOTE: If installing Solo with a license server, see the Evri_license_server documentation.

Troubleshooting: If having problems downloading, installing or running Solo, see the Solo Troubleshooting page. https://truegload784.weebly.com/hot-hands-game-online.html.

Mac

For macOS Catalina, the Matlab 2019b MCR (MATLAB Compiler Runtime) must be installed prior to opening the Solo app:

  1. Image Mounting
    Open the Solo.dmg (or Solo+MIA.dmg) disk image file by double-clicking on it. The disk image will mount on your computer.
  2. Copy Solo APP
    Copy the Solo.app (or Solo+MIA.app) bundle to your Applications folder.
  3. Launching The Applicatioin
    Right-click Solo.app and select Open to open the application.
  4. Errors on Startup
    If you receive a message saying 'the Disk has been damaged' (OS X 10.7+) you may need to disable Mac Gatekeeper as described here and for Mac OS Sierra (and higher) see here.
  • To disable Gatekeeper (i.e., set it to install from 'Anywhere') from the command line, open a new Terminal window then enter the following command:
  • To re-enable Gatekeeper enter the following command:

NOTE: The first time you run Solo, it will need to unpack several libraries and may take several minutes (or longer depending on system resources) to complete installation. Subsequent startups will take less time.

Troubleshooting: If having problems downloading, installing or running Solo, see the Solo Troubleshooting page.

Linux

  1. Unzip/UnTar
    Copy the tar.gz file into a target folder (create one using the mkdir command) in any convenient location (e.g. the user's home directory or any accessible location) and use the following command to unzip/untar the application:(note: archive name will be depend on the exact application you are installing)
  2. Launching The Applicatioin
    In a console window, change the working directory to the target folder and use the command: (application name will depend on the exact application you purchased). If starting from a different working directory, use the full path to the solo application. You can also create a shortcut which performs this operation.
First Run Notes: The first time you run Solo, it will need to unpack several libraries and make take several minutes (or longer depending on system resources) to complete installation. Subsequent startups will take less time. If the program has been installed in a general system folder (such as /usr/local/bin ) then the initial run of Solo may need to be done using SUDO so the program has sufficient privileges to unpack the libraries.

Troubleshooting: If having problems downloading, installing or running Solo, see the Solo Troubleshooting page.

Solo_Predictor: If installing Solo_Predictor see this page

Troubleshooting Solo

If having problems downloading, installing or running Solo, see the Solo Troubleshooting page.

Starting Solo

On all platforms, Solo can be started using the installed shortcuts (double-clicking the shortcut), or by calling the application directly from either a shortcut or DOS/Linux command window. The application can also take various command-line flags that modify startup behavior.

Updating

The most up-to-date version of PLS_Toolbox and Solo will be made available to users on our web site, www.eigenvector.com. Hallmark casino no deposit bonus codes 2018. Registered users can download new copies of the toolbox that incorporate the latest bug fixes. A username and password is required for access to the upgrades. Usernames and passwords are supplied when licenses are purchased (older version users should have received this information by registering their software). If you have forgotten your username and/or password, please write to helpdesk@eigenvector.com or use the lost username/password page accessible from the download page on the Eigenvector Research website.

To check for updates select Check for Updates from the Help menu of the Workspace Browser or Analysis interface, or, for PLS_Toolbox users, use the command:

at the Matlab command line. This will bring up a small dialog box indicating the status of your installed products.

Checking Your Installation

Matlab Vs Libsvm

You can check that your software is installed and working correctly by:

  • PLS_Toolbox: Run the 'evridebug' Matlab command. Running this should report that 'No PLS_Toolbox installation problems were identified'.
  • Solo: Solo should open with the Browser window presented. You can confirm Solo is installed correctly by running any analysis method, for example PCA. See the short video on using PCA at: PCA.


Solo or PLS_Toolbox users can get product information from the Help > About menu in the Workspace Browser or Analysis window.

PLS_Toolbox users can use the following commands to verify a new or existing installation. We request the output from these commands when you submit a request to helpdesk@eigenvector.com.

  • ver - Matlab command show a list of installed products.
  • path - Matlab command showing the current folders on the Matlab path. ALL PLS_Toolbox folders (and sub-folders) should be on the Matlab path.
  • evridebug - PLS_Toolbox command that checks for common installation problems.

Also check our FAQ page, there are several more detailed issues including trouble with the Matlab path discussed there.

Getting Help

Start by checking our FAQ Pages.For Solo: also check the Solo Troubleshooting Pages

If you cannot find the information you need there, send problem reports to helpdesk@eigenvector.com

Please send your message with the following information: Paid tha cost to be the boss zip.

  • Product License/Registration Number
  • Computer type, model and operating system version
  • Exact errors you are receiving (if any)
  • Hardware and memory configuration (if reporting a memory issue)
  • Your contact information including either your Eigenvector Username or the following information

Libsvm In Matlab For Mac Pro

First Name
Last Name
Company Name
Phone Country Code
Phone Area Code
Phone Main
Phone Extension

Libsvm Download

Retrieved from 'https://www.wiki.eigenvector.com/index.php?title=Installation&oldid=11033'




broken image