R/lasvmR.R

#' lasvmR: A Simple Wrapper for the LASVM Solver
#'
#' This is a simple wrapper for LASVM Solver (see http://leon.bottou.org/projects/lasvm). 
#' LASVM is an online variant of the SMO solver. 
#'
#'
#' @section lasvmR functions:
#' lasvmTrain
#' lasvmPredict
#'
#' @docType package
#' @name lasvmR
NULL

Try the lasvmR package in your browser

Any scripts or data that you put into this service are public.

lasvmR documentation built on May 30, 2017, 12:34 a.m.