LostTech.TensorFlow : API Documentation

Type base

Namespace tensorflow.contrib.learn.datasets.base

Public static methods

object load_boston(object data_path)

object load_boston_dyn(object data_path)

object load_csv_with_header(object filename, double target_dtype, double features_dtype, int target_column)

object load_csv_with_header(object filename, int target_dtype, double features_dtype, int target_column)

object load_csv_with_header_dyn(object filename, object target_dtype, object features_dtype, ImplicitContainer<T> target_column)

object load_csv_without_header(object filename, PythonClassContainer target_dtype, string features_dtype, int target_column)

object load_csv_without_header_dyn(object filename, object target_dtype, object features_dtype, ImplicitContainer<T> target_column)

object load_iris(object data_path)

object load_iris_dyn(object data_path)

object maybe_download(string filename, Byte[] work_directory, string source_url)

object maybe_download(string filename, string work_directory, string source_url)

object maybe_download_dyn(object filename, object work_directory, object source_url)

object retry(object initial_delay, object max_delay, double factor, double jitter, object is_retriable)

object retry_dyn(object initial_delay, object max_delay, ImplicitContainer<T> factor, ImplicitContainer<T> jitter, object is_retriable)

void shrink_csv(string filename, int ratio)

object shrink_csv_dyn(object filename, object ratio)

object urlretrieve_with_retry(string url, string filename)

object urlretrieve_with_retry_dyn(object url, object filename)

Public properties

PythonFunctionContainer Dataset_fn get;

PythonFunctionContainer Datasets_fn get;

PythonFunctionContainer load_boston_fn get;

PythonFunctionContainer load_csv_with_header_fn get;

PythonFunctionContainer load_csv_without_header_fn get;

PythonFunctionContainer load_iris_fn get;

PythonFunctionContainer maybe_download_fn get;

PythonFunctionContainer retry_fn get;

PythonFunctionContainer shrink_csv_fn get;

PythonFunctionContainer urlretrieve_with_retry_fn get;