Type DebugClassifier Namespace tensorflow.contrib.learn.debug Parent Estimator Interfaces IDebugClassifier Methods NewDyn predict_classes predict_classes_dyn predict_proba Properties config config_dyn model_dir model_dir_dyn model_fn model_fn_dyn PythonObject Public instance methods IEnumerator<object> predict_classes(PythonFunctionContainer input_fn, object batch_size) object predict_classes_dyn(object input_fn, object batch_size) IEnumerator<object> predict_proba(PythonFunctionContainer input_fn, object batch_size) Public static methods DebugClassifier NewDyn(object model_dir, ImplicitContainer<T> n_classes, object weight_column_name, object config, object feature_engineering_fn, object label_keys) 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;