LostTech.TensorFlow : API Documentation

Type ByteProcessor

Namespace tensorflow.contrib.learn.preprocessing

Parent PythonObjectContainer

Interfaces IByteProcessor

Public instance methods

object fit_dyn(object x)

IEnumerator<object> fit_transform(IEnumerable<object> x)

object fit_transform_dyn(object x)

IEnumerator<object> reverse(IEnumerable<object> x)

Public properties

int max_document_length get; set;

object PythonObject get;