LostTech.TensorFlow : API Documentation

Type head

Namespace tensorflow_estimator.python.estimator.canned.timeseries.head

Public static methods

IDictionary<string, object> state_to_dictionary(ndarray state_tuple)

IDictionary<string, object> state_to_dictionary(IEnumerable<object> state_tuple)

IDictionary<string, object> state_to_dictionary(IGraphNodeBase state_tuple)

IDictionary<string, object> state_to_dictionary(PythonClassContainer state_tuple)

object state_to_dictionary_dyn(object state_tuple)

Public properties

PythonFunctionContainer _NoStatePredictOutput_fn get;

PythonFunctionContainer OneShotPredictionHead_fn get;

PythonFunctionContainer state_to_dictionary_fn get;

PythonFunctionContainer TimeSeriesRegressionHead_fn get;