Module: InputConsistencyChecks

Included in:
GtfsStopsClustering::GtfsStopsClustering
Defined in:
lib/gtfs_stops_clustering/input_consistency_checks.rb

Overview

InputConsistencyChecks module

Defined Under Namespace

Classes: InputConsistencyChecks

Instance Method Summary collapse

Instance Method Details

#input_consistency_checks(gtfs_paths, epsilon, min_points, names_similarity, stop_config_path) ⇒ Object



49
50
51
# File 'lib/gtfs_stops_clustering/input_consistency_checks.rb', line 49

def input_consistency_checks(gtfs_paths, epsilon, min_points, names_similarity, stop_config_path)
  @input_consistency_checks = InputConsistencyChecks.new(gtfs_paths, epsilon, min_points, names_similarity, stop_config_path)
end