Esempio n. 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)
Esempio n. 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)