LostTech.TensorFlow : API Documentation

Type preprocessing

Namespace tensorflow.contrib.learn.preprocessing

Public static methods

IEnumerator<object> tokenizer(IEnumerable<string> iterator)

object tokenizer_dyn(object iterator)

Public properties

PythonFunctionContainer ByteProcessor_fn get;

PythonFunctionContainer CategoricalProcessor_fn get;

PythonFunctionContainer tokenizer_fn get;

PythonClassContainer TOKENIZER_RE get; set;

object TOKENIZER_RE_dyn get; set;

PythonFunctionContainer VocabularyProcessor_fn get;