LostTech.TensorFlow : API Documentation

Type estimator_test_utils

Namespace tensorflow.contrib.learn.estimator_test_utils

Public static methods

void assert_estimator_contract(object tester, PythonClassContainer estimator_class)

object assert_estimator_contract_dyn(object tester, object estimator_class)

void assert_in_range(double min_value, double max_value, string key, object metrics)

object assert_in_range_dyn(object min_value, object max_value, object key, object metrics)

Public properties

PythonFunctionContainer assert_estimator_contract_fn get;

PythonFunctionContainer assert_in_range_fn get;