LostTech.TensorFlow : API Documentation

Type BinaryClassHead

Namespace tensorflow_estimator.python.estimator.api.estimator

Parent Head

Interfaces IBinaryClassHead

Public static methods

BinaryClassHead NewDyn(object weight_column, object thresholds, object label_vocabulary, ImplicitContainer<T> loss_reduction, object loss_fn, object name)

Public properties

int logits_dimension get;

object logits_dimension_dyn get;

string loss_reduction get;

object loss_reduction_dyn get;

IList<object> name get;

object name_dyn get;

object PythonObject get;