LostTech.TensorFlow : API Documentation

Type model

Namespace tensorflow.contrib.boosted_trees.estimator_batch.model

Public static methods

ModelFnOps model_builder(IDictionary<object, object> features, object labels, object mode, IDictionary<string, object> params, object config, ImplicitContainer<T> output_type)

ModelFnOps model_builder(IGraphNodeBase features, object labels, object mode, IDictionary<string, object> params, object config, ImplicitContainer<T> output_type)

object model_builder_dyn(object features, object labels, object mode, object params, object config, ImplicitContainer<T> output_type)

ModelFnOps ranking_model_builder(IDictionary<object, object> features, object labels, object mode, IDictionary<string, object> params, object config, ImplicitContainer<T> output_type)

ModelFnOps ranking_model_builder(IGraphNodeBase features, object labels, object mode, IDictionary<string, object> params, object config, ImplicitContainer<T> output_type)

object ranking_model_builder_dyn(object features, object labels, object mode, object params, object config, ImplicitContainer<T> output_type)

Public properties

PythonFunctionContainer model_builder_fn get;

PythonFunctionContainer ModelBuilderOutputType_fn get;

PythonFunctionContainer ranking_model_builder_fn get;