LostTech.TensorFlow : API Documentation

Type Estimator

Namespace tensorflow.contrib.learn

Parent BaseEstimator

Interfaces IEstimator

Estimator class is the basic TensorFlow model trainer/evaluator.

THIS CLASS IS DEPRECATED. See [contrib/learn/README.md](https://www.tensorflow.org/code/tensorflow/contrib/learn/README.md) for general migration instructions.

Properties

Public properties

object config get;

object config_dyn get;

string model_dir get;

object model_dir_dyn get;

object model_fn get;

object model_fn_dyn get;

object PythonObject get;