LostTech.TensorFlow : API Documentation

Type VocabularyProcessor

Namespace tensorflow.contrib.learn.preprocessing

Parent PythonObjectContainer

Interfaces IVocabularyProcessor

Public instance methods

object reverse_dyn(object documents)

Public static methods

object restore_dyn<TClass>(object filename)

TClass restore<TClass>(string filename)

Public properties

int max_document_length get; set;

int min_frequency get; set;

object PythonObject get;

CategoricalVocabulary vocabulary_ get; set;