Example #1
0
def test_cluster(w, auto):
    #check if directory is empty-- should implement try/except later.
    if os.listdir(outputpath):
        finalcluster = FeatureFactory.cluster_100(w, auto)
Example #2
0
def test_cluster(w, auto):
	#check if directory is empty-- should implement try/except later.
	if os.listdir(outputpath):
		finalcluster = FeatureFactory.cluster_100(w, auto)