add python cod

This commit is contained in:
yangjifei
2017-03-08 18:40:42 +08:00
parent c1fa2ee4e4
commit 12b89402ee
14 changed files with 2 additions and 344 deletions

View File

@@ -1,28 +0,0 @@
#!/usr/bin/env python
# encoding: utf-8
"""
@version:
@author: yangjf
@license: ApacheCN
@contact: highfei2011@126.com
@site: https://github.com/apachecn/MachineLearning
@software: PyCharm
@file: __init__.py.py
@time: 2017/3/4 21:34
@test result:pass
"""
def func():
pass
class Main():
def __init__(self):
pass
if __name__ == '__main__':
pass

View File

@@ -1,28 +0,0 @@
#!/usr/bin/env python
# encoding: utf-8
"""
@version:
@author: yangjf
@license: ApacheCN
@contact: highfei2011@126.com
@site: https://github.com/apachecn/MachineLearning
@software: PyCharm
@file: __init__.py.py
@time: 2017/3/4 21:28
@test result:pass
"""
def func():
pass
class Main():
def __init__(self):
pass
if __name__ == '__main__':
pass

View File

@@ -1,28 +0,0 @@
#!/usr/bin/env python
# encoding: utf-8
"""
@version:
@author: yangjf
@license: ApacheCN
@contact: highfei2011@126.com
@site: https://github.com/apachecn/MachineLearning
@software: PyCharm
@file: __init__.py.py
@time: 2017/3/4 21:28
@test result:pass
"""
def func():
pass
class Main():
def __init__(self):
pass
if __name__ == '__main__':
pass

View File

@@ -1,28 +0,0 @@
#!/usr/bin/env python
# encoding: utf-8
"""
@version:
@author: yangjf
@license: ApacheCN
@contact: highfei2011@126.com
@site: https://github.com/apachecn/MachineLearning
@software: PyCharm
@file: __init__.py.py
@time: 2017/3/4 21:28
@test result:pass
"""
def func():
pass
class Main():
def __init__(self):
pass
if __name__ == '__main__':
pass

View File

@@ -1,28 +0,0 @@
#!/usr/bin/env python
# encoding: utf-8
"""
@version:
@author: yangjf
@license: ApacheCN
@contact: highfei2011@126.com
@site: https://github.com/apachecn/MachineLearning
@software: PyCharm
@file: __init__.py.py
@time: 2017/3/4 21:28
@test result:pass
"""
def func():
pass
class Main():
def __init__(self):
pass
if __name__ == '__main__':
pass

View File

@@ -6,6 +6,8 @@ sys.path.append("C:\Python27")
from numpy import *
import matplotlib.pyplot as plt
from logRegression import *

View File

@@ -1,27 +0,0 @@
#!/usr/bin/env python
# encoding: utf-8
"""
@version:
@author: yangjf
@license: ApacheCN
@contact: highfei2011@126.com
@site: https://github.com/apachecn/MachineLearning
@software: PyCharm
@file: __init__.py.py
@time: 2017/3/4 21:27
@test result:pass
"""
def func():
pass
class Main():
def __init__(self):
pass
if __name__ == '__main__':
pass

View File

@@ -1,28 +0,0 @@
#!/usr/bin/env python
# encoding: utf-8
"""
@version:
@author: yangjf
@license: ApacheCN
@contact: highfei2011@126.com
@site: https://github.com/apachecn/MachineLearning
@software: PyCharm
@file: __init__.py.py
@time: 2017/3/4 21:34
@test result:pass
"""
def func():
pass
class Main():
def __init__(self):
pass
if __name__ == '__main__':
pass