SYMBOL INDEX (40 symbols across 6 files) FILE: Wine-Quality/input_data.py function maybe_download (line 27) | def maybe_download(filename, work_directory): function _read32 (line 37) | def _read32(bytestream): function extract_images (line 40) | def extract_images(filename): function dense_to_one_hot (line 56) | def dense_to_one_hot(labels_dense, num_classes=10): function extract_labels (line 63) | def extract_labels(filename, one_hot=False): class DataSet (line 78) | class DataSet(object): method __init__ (line 79) | def __init__(self, images, labels, fake_data=False, one_hot=False, method images (line 112) | def images(self): method labels (line 115) | def labels(self): method num_examples (line 118) | def num_examples(self): method epochs_completed (line 121) | def epochs_completed(self): method next_batch (line 123) | def next_batch(self, batch_size, fake_data=False): function read_data_sets (line 149) | def read_data_sets(train_dir, fake_data=False, one_hot=False, dtype=tf.f... FILE: js/nanite/nanite.ts type PolyListener (line 17) | interface PolyListener { class Store (line 38) | class Store { method constructor (line 43) | constructor(value?: T) { method bindToPolymer (line 78) | public bindToPolymer(element: polymer.Base & Element, path: string, se... method bindFromPolymer (line 102) | public bindFromPolymer(element: polymer.Base & Element, path: string, ... method out (line 122) | public out(cb: (val?: T) => void): Function { method map (line 139) | public map(f: (val: T) => X): Store { method set (line 144) | public set(value: T): this { method value (line 157) | public value(): T { function applyIfAllDefined (line 162) | function applyIfAllDefined(f: Function, stores: Store[]): Function { function _map (line 173) | function _map(fun: Function, stores: Store[]): Store { function map1 (line 192) | function map1(f: ((a: A) => X), as: Store): Store { function map2 (line 200) | function map2(f: (a: A, b: B) => X, as: Store, bs: Store)... function map3 (line 208) | function map3( FILE: js/nanite/test/naniteTest.ts type TestElement (line 110) | interface TestElement { FILE: js/node-radar/nodeRadar.ts type NodeData (line 17) | interface NodeData { type ScanResponse (line 22) | interface ScanResponse { class NodeRadar (line 47) | class NodeRadar { method constructor (line 57) | constructor(frameNode: Element | HTMLElement) { method add (line 70) | public add(node: Element | HTMLElement, value: T): this { method remove (line 84) | public remove(value: T): this { method scan (line 94) | public scan(): ScanResponse { FILE: js/node-radar/test/nodeRadarTest.ts function assertScansEqual (line 22) | function assertScansEqual(expected: ScanResponse, actual: ScanResp... function count (line 58) | function count() { FILE: playing_with_outliers/main.py function outliers (line 35) | def outliers(df, threshold): function select_features (line 53) | def select_features(): function update (line 79) | def update(attr, old, new):