module ThunderSVM
Constants
- VERSION
Attributes
ffi_lib[RW]
Public Class Methods
load_model(path)
click to toggle source
# File lib/thundersvm.rb, line 32 def self.load_model(path) model = Model.new model.load_model(path) model end