摘要:
功能描述:fcntl函数可以用来对已打开的文件描述符进行各种控制操作以改变已打开文件的的各种属性 文件控制函数 fcntl -- file control 头文件 #include <unistd.h> #include <fcntl.h> 函数原型 int fcntl(int fd, int cm 阅读全文
摘要:
(一)通俗解释 1.fit() Method calculates the parameters μ and σ and saves them as internal objects. 解释:计算数据的参数,(均值),(标准差),并存储在对象中。 2.transform() Method using 阅读全文