EnglishFrenchSpanish

Ad


OnWorks favicon

svm-predict - Online in the Cloud

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

This is the command svm-predict 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-predict - make predictions based on a trained SVM model file and test data

SYNOPSIS


svm-predict [ -b probability_estimates ] [ -q ] test_data model_file [ output_file ]

DESCRIPTION


svm-predict uses a Support Vector Machine specified by a given input model_file to make
predictions for each of the samples in test_data
The format of this file is identical to the training_data file used in svm_train(1) and
is just a sparse vector as follows:

<label> <index1>:<value1> <index2>:<value2> . . .

.

.

.

There is one sample per line. Each sample consists of a target value (label or regression
target) followed by a sparse representation of the input vector. All unmentioned
coordinates are assumed to be 0. For classification, <label> is an integer indicating the
class label (multi-class is supported). For regression, <label> is the target value which
can be any real number. For one-class SVM, it's not used so can be any number. Except
using precomputed kernels (explained in another section), <index>:<value> gives a feature
(attribute) value. <index> is an integer starting from 1 and <value> is a real number.
Indices must be in an ASCENDING order. If you have label data available for testing then
you can enter these values in the test_data file. If they are not available you can just
enter 0 and will not know real accuracy for the SVM directly, however you can still get
the results of its prediction for the data point.

If output_file is given, it will be used to specify the filename to store the
predicted results, one per line, in the same order as the test_data file.

OPTIONS


-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.

-q quiet mode; suppress messages to stdout.

Use svm-predict online using onworks.net services


Free Servers & Workstations

Download Windows & Linux apps

  • 1
    SWIG
    SWIG
    SWIG is a software development tool
    that connects programs written in C and
    C++ with a variety of high-level
    programming languages. SWIG is used with
    different...
    Download SWIG
  • 2
    WooCommerce Nextjs React Theme
    WooCommerce Nextjs React Theme
    React WooCommerce theme, built with
    Next JS, Webpack, Babel, Node, and
    Express, using GraphQL and Apollo
    Client. WooCommerce Store in React(
    contains: Products...
    Download WooCommerce Nextjs React Theme
  • 3
    archlabs_repo
    archlabs_repo
    Package repo for ArchLabs This is an
    application that can also be fetched
    from
    https://sourceforge.net/projects/archlabs-repo/.
    It has been hosted in OnWorks in...
    Download archlabs_repo
  • 4
    Zephyr Project
    Zephyr Project
    The Zephyr Project is a new generation
    real-time operating system (RTOS) that
    supports multiple hardware
    architectures. It is based on a
    small-footprint kernel...
    Download Zephyr Project
  • 5
    SCons
    SCons
    SCons is a software construction tool
    that is a superior alternative to the
    classic "Make" build tool that
    we all know and love. SCons is
    implemented a...
    Download SCons
  • 6
    PSeInt
    PSeInt
    PSeInt is a pseudo-code interpreter for
    spanish-speaking programming students.
    Its main purpose is to be a tool for
    learning and understanding the basic
    concep...
    Download PSeInt
  • More »

Linux commands

  • 1
    7z
    7z
    7z - A file archiver with highest
    compression ratio ...
    Run 7z
  • 2
    7za
    7za
    7za - A file archiver with highest
    compression ratio ...
    Run 7za
  • 3
    creepy
    creepy
    CREEPY - A geolocation information
    aggregator DESCRIPTION: creepy is an
    application that allows you to gather
    geolocation related information about
    users from ...
    Run creepy
  • 4
    cricket-compile
    cricket-compile
    cricket - A program to manage the
    collection and display of time-series
    data ...
    Run cricket-compile
  • 5
    g-wrap-config
    g-wrap-config
    g-wrap-config - script to get
    information about the installed version
    of G-Wrap ...
    Run g-wrap-config
  • 6
    g.accessgrass
    g.accessgrass
    g.access - Controls access to the
    current mapset for other users on the
    system. If no option given, prints
    current status. KEYWORDS: general, map
    management, p...
    Run g.accessgrass
  • More »

Ad