This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import java.io.File; | |
/** | |
* Created with IntelliJ IDEA. | |
* User: Joonhyung | |
* Date: 1/6/14 | |
* Time: 10:20 PM | |
* To change this template use File | Settings | File Templates. | |
*/ | |
public class AddPrefixToFiles { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import java.io.*; | |
import java.util.*; | |
/** | |
* Created with IntelliJ IDEA. | |
* User: joonhyunglim | |
* Date: 5/25/13 | |
* Time: 6:34 PM | |
* To change this template use File | Settings | File Templates. | |
*/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# coding=UTF8 | |
######################################################################### | |
# This class is to help sklearn to handle statistical process # | |
# Author: Joon Lim from Master of Science in Analytics at Northwestern # | |
# Date: 04.23.2013 # | |
######################################################################### | |
''' this Module is built on top of numpy and sklearn. ''' | |