Method: Word2Vec.doc2vec
- Defined in:
- lib/word2vec/scripts_interface.rb
.doc2vec(train, output, size: 100, window: 5, sample: '1e-3', hs: 0, negative: 5, threads: 12, iter_: 5, min_count: 5, alpha: 0.025, debug: 2, binary: 1, cbow: 1, save_vocab: nil, read_vocab: nil, verbose: nil) ⇒ Object
75 76 77 78 79 80 |
# File 'lib/word2vec/scripts_interface.rb', line 75 def self.doc2vec(train, output, size: 100, window: 5, sample: '1e-3', hs: 0, negative: 5, threads: 12, iter_: 5, min_count: 5, alpha: 0.025, debug: 2, binary: 1, cbow: 1, save_vocab: nil, read_vocab: nil, verbose: nil) raise NotImplementedError end |