Type FilteringStepPostprocessor Namespace tensorflow.contrib.timeseries.state_space_models.filtering_postprocessor Methods process_filtering_step process_filtering_step_dyn Properties output_names output_names_dyn Public instance methods object process_filtering_step(IGraphNodeBase current_times, IGraphNodeBase current_values, IEnumerable<IGraphNodeBase> predicted_state, IEnumerable<IGraphNodeBase> filtered_state, IDictionary<string, object> outputs) object process_filtering_step_dyn(object current_times, object current_values, object predicted_state, object filtered_state, object outputs) Public properties IList<object> output_names get; object output_names_dyn get;