module TSNE

Constants

VERSION

Attributes

ffi_lib[RW]

Public Class Methods

new(*args, **options) click to toggle source
# File lib/tsne.rb, line 31
def self.new(*args, **options)
  Model.new(*args, **options)
end