EnglishFrenchSpanish

Ad


OnWorks favicon

svm-train - Online in the Cloud

Run svm-train in OnWorks free hosting provider over Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

This is the command svm-train that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

PROGRAM:

NAME


svm-train - train one or more SVM instance(s) on a given data set to produce a model file

SYNOPSIS


svm-train [-s svm_type ] [ -t kernel_type ] [ -d degree ] [ -g gamma ] [ -r coef0 ] [ -c
cost ] [ -n nu ] [ -p epsilon ] [ -m cachesize ] [ -e epsilon ] [ -h shrinking ] [ -b
probability_estimates ] ] [ -wi weight ] [ -v n ] [ -q ]

training_set_file [ model_file ]

DESCRIPTION


svm-train trains a Support Vector Machine to learn the data indicated in the
training_set_file
and produce a model_file
to save the results of the learning optimization. This model can be used later with
svm_predict(1) or other LIBSVM enabled software.

OPTIONS


-s svm_type
svm_type defaults to 0 and can be any value between 0 and 4 as follows:

0 -- C-SVC

1 -- nu-SVC

2 -- one-class SVM

3 -- epsilon-SVR

4 -- nu-SVR

-t kernel_type
kernel_type defaults to 2 (Radial Basis Function (RBF) kernel) and can be any value
between 0 and 4 as follows:

0 -- linear: u.v

1 -- polynomial: (gamma*u.v + coef0)^degree

2 -- radial basis function: exp(-gamma*|u-v|^2)

3 -- sigmoid: tanh(gamma*u.v + coef0)

4 -- precomputed kernel (kernel values in training_set_file) --

-d degree
Sets the degree of the kernel function, defaulting to 3

-g gamma
Adjusts the gamma in the kernel function (default 1/k)

-r coef0
Sets the coef0 (constant offset) in the kernel function (default 0)

-c cost
Sets the parameter C ( cost ) of C-SVC, epsilon-SVR, and nu-SVR (default 1)

-n nu Sets the parameter nu of nu-SVC, one-class SVM, and nu-SVR (default 0.5)

-p epsilon
Set the epsilon in the loss function of epsilon-SVR (default 0.1)

-m cachesize
Set the cache memory size to cachesize in MB (default 100)

-e epsilon
Set the tolerance of termination criterion to epsilon (default 0.001)

-h shrinking
Whether to use the shrinking
heuristics, 0 or 1 (default 1)

-b probability-estimates
probability_estimates is a binary value indicating whether to calculate probability
estimates when training the SVC or SVR model. Values are 0 or 1 and defaults to 0
for speed.

-wi weight
Set the parameter C (cost) of class i to weight*C, for C-SVC (default 1)

-v n Set n for n -fold cross validation mode

-q quiet mode; suppress messages to stdout.

Use svm-train online using onworks.net services


Free Servers & Workstations

Download Windows & Linux apps

  • 1
    Phaser
    Phaser
    Phaser is a fast, free, and fun open
    source HTML5 game framework that offers
    WebGL and Canvas rendering across
    desktop and mobile web browsers. Games
    can be co...
    Download Phaser
  • 2
    VASSAL Engine
    VASSAL Engine
    VASSAL is a game engine for creating
    electronic versions of traditional board
    and card games. It provides support for
    game piece rendering and interaction,
    and...
    Download VASSAL Engine
  • 3
    OpenPDF - Fork of iText
    OpenPDF - Fork of iText
    OpenPDF is a Java library for creating
    and editing PDF files with a LGPL and
    MPL open source license. OpenPDF is the
    LGPL/MPL open source successor of iText,
    a...
    Download OpenPDF - Fork of iText
  • 4
    SAGA GIS
    SAGA GIS
    SAGA - System for Automated
    Geoscientific Analyses - is a Geographic
    Information System (GIS) software with
    immense capabilities for geodata
    processing and ana...
    Download SAGA GIS
  • 5
    Toolbox for Java/JTOpen
    Toolbox for Java/JTOpen
    The IBM Toolbox for Java / JTOpen is a
    library of Java classes supporting the
    client/server and internet programming
    models to a system running OS/400,
    i5/OS, o...
    Download Toolbox for Java/JTOpen
  • 6
    D3.js
    D3.js
    D3.js (or D3 for Data-Driven Documents)
    is a JavaScript library that allows you
    to produce dynamic, interactive data
    visualizations in web browsers. With D3
    you...
    Download D3.js
  • More »

Linux commands

  • 1
    2to3-3.5
    2to3-3.5
    2to3-3.3 - Python2 to Python3 converter
    ...
    Run 2to3-3.5
  • 2
    2to3
    2to3
    2to3-2.7 - Python2 to Python3 converter
    ...
    Run 2to3
  • 3
    cpan-uploadp
    cpan-uploadp
    cpan-upload - upload a distribution to
    the CPAN VERSION: version 0.103012
    USAGE: usage: cpan-upload [options]
    file-to-upload-1 [ file-to-upload-2.. ]
    -v --verb...
    Run cpan-uploadp
  • 4
    cpan
    cpan
    cpan - easily interact with CPAN from
    the command line ...
    Run cpan
  • 5
    gbirthday
    gbirthday
    gbirthday - a birthday reminder
    application that helps you to remember
    your contacts' birthdays OPTIONS:
    gbirthday does not have parameters for
    the command lin...
    Run gbirthday
  • 6
    gbker
    gbker
    gbker - Produce kernel density
    estimation ...
    Run gbker
  • More »

Ad