module MachineLearningWorkbench::Monkey::ToNArrayConvertible

def marshall_load
  raise NotImplementedError, "There's no setter for the data pointer!"
end

end

Public Instance Methods

to_na() click to toggle source
# File lib/machine_learning_workbench/monkey.rb, line 223
def to_na
  NArray[*self]
end