|
filename = 'rand50kMols.path2-5Features.dict'
|
|
featureNum = 100
|
|
topc = SimiMeasureAnalysis('b', 't', featureNum, filename)
|
|
topt = SimiMeasureAnalysis('b', 't', featureNum, filename)
|
|
botc = SimiMeasureAnalysis('b', 'b', featureNum, filename)
|
|
bott = SimiMeasureAnalysis('b', 'b', featureNum, filename)
|
|
midc = SimiMeasureAnalysis('b', 'm', featureNum, filename)
|
|
midt = SimiMeasureAnalysis('b', 'm', featureNum, filename)
|
|
randc = SimiMeasureAnalysis('b', 'r', featureNum, 'test.dict')
|
|
f = open('path2-5.r100.tani.pkl', 'r')
|
|
cMeasureArray = pickle.load(f)
|