findSVMWrapper: Find a given SVM Wrapper inside a search path.

Description Usage Arguments

Description

Given a search path, it will try to find the corresponding wrapper for the given method. This routine will also source the file, if specified.

Usage

1
2
findSVMWrapper(method = NA, searchPath = NA, recursive = TRUE,
  source = TRUE, verbose = FALSE)

Arguments

method

Name of the SVM method

searchPath

Search the given path for the SVM binaries of all known SVM packages.

recursive

Recursive search?

source

Source the found wrapper?

verbose

Print messages while searching?


aydindemircioglu/SVMBridge documentation built on May 11, 2019, 4:13 p.m.