LostTech.TensorFlow : API Documentation

Type CategoricalProcessor

Namespace tensorflow.contrib.learn.preprocessing

Parent PythonObjectContainer

Interfaces ICategoricalProcessor

Public instance methods

CategoricalProcessor fit(IEnumerable<object> x, object unused_y)

object fit_dyn(object x, object unused_y)

IEnumerator<ndarray> fit_transform(IEnumerable<object> x, object unused_y)

object fit_transform_dyn(object x, object unused_y)

void freeze(bool freeze)

object freeze_dyn(ImplicitContainer<T> freeze)

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

Public properties

int min_frequency get; set;

object PythonObject get;

bool share get; set;

IList<CategoricalVocabulary> vocabularies_ get; set;