Node
NAME
Algorithm::LibSVM::Node - A Raku Algorithm::LibSVM::Node class
SYNOPSIS
use Algorithm::LibSVM::Node;
DESCRIPTION
Algorithm::LibSVM::Node is a Raku Algorithm::LibSVM::Node class
METHODS
index
Defined as:
method index(--> Int:D)
value
Defined as:
method value(--> Num:D)
AUTHOR
titsuki <[email protected]>
COPYRIGHT AND LICENSE
Copyright 2016 titsuki
This library is free software; you can redistribute it and/or modify it under the terms of the MIT License.
libsvm ( https://github.com/cjlin1/libsvm ) by Chih-Chung Chang and Chih-Jen Lin is licensed under the BSD 3-Clause License.