Ejemplo n.º 1
0
from scipy import cluster
import scipy

help(cluster)
scipy.info(cluster)
scipy.source(cluster)
Ejemplo n.º 2
0
from scipy import cluster
import scipy

# print(help())
# print(scipy.info(cluster))
print(scipy.source(cluster))
Ejemplo n.º 3
0
def main():
    print(sp.info(cs_diff))
    print('-' * 60)
    print(sp.source(cs_diff))
Ejemplo n.º 4
0
import scipy as sp
from scipy import integrate
from scipy import cluster
from scipy import fftpack

# help(integrate)
sp.info(fftpack)            #To get info about any sub-package
sp.source(cluster)          #To get the source code of any subpackage