datasets.brain package

Submodules

datasets.brain.aggregate module

datasets.brain.aggregate.aggregate_protos(meta_csv_file, proto_csv_file, class_to_filter, builder, patient_id_key, _log)[source]

datasets.brain.get_raw module

datasets.brain.get_raw.get_raw(raw_dir)[source]

datasets.brain.input_fn module

datasets.brain.input_fn.brain_input_fn()[source]

datasets.brain.serialize module

datasets.brain.serialize.rename(raw_dir)[source]
datasets.brain.serialize.serialize(csv_file, keys_to_handlers)[source]

datasets.brain.test_input_fn module

class datasets.brain.test_input_fn.TestBrainInputFn(methodName='runTest')[source]

Bases: tensorflow.python.framework.test_util.TensorFlowTestCase

docstring for SerializeTest

classmethod setUpClass()[source]

Hook method for setting up class fixture before running tests in the class.

classmethod tearDownClass()[source]

Hook method for deconstructing the class fixture after running all tests in the class.

datasets.brain.test_serialize module

class datasets.brain.test_serialize.TestBrainSerializer(methodName='runTest')[source]

Bases: tensorflow.python.framework.test_util.TensorFlowTestCase

record_path_iterator()[source]
classmethod setUpClass()[source]

Hook method for setting up class fixture before running tests in the class.

classmethod tearDownClass()[source]

Hook method for deconstructing the class fixture after running all tests in the class.

test_config_update()[source]
test_dataset_dir_exists()[source]
test_records_exist()[source]
test_records_size()[source]