distances Package

distances Package

Created on Sun Aug 18 22:31:59 2013

@author: thomas

This file only serves to signal that the content of the folder is a Python package.

distances Module

Created on Thu May 8 04:07:43 2014

@author: Thomas Schatz

class ABXpy.distances.distances.Features_Accessor(times, features)[source]

Bases: object

get_features_from_raw(items)[source]
get_features_from_splitted(items)[source]
ABXpy.distances.distances.compute_distances(feature_file, feature_group, pair_file, distance_file, distance, n_cpu=None, mem=1000, feature_file_as_list=False)[source]
ABXpy.distances.distances.create_distance_jobs(pair_file, distance_file, n_cpu)[source]
class ABXpy.distances.distances.print_exception(fun)[source]

Bases: object

ABXpy.distances.distances.run_distance_job(job_description, distance_file, distance, feature_files, feature_groups, splitted_features, job_id, distance_file_lock=None)[source]