1. open a csv file
- np.loadtxt
2. data preparation
- answer1=score[:,10:]
- rset1=score[:, :10]
- tmp=np.ones(22, dtype='uint8')
- tmp=tmp*4
- tmp[20:]=1
- bool_answer1=(answer1==rset1)
- scoreset=bool_answer1*1
- scoreset[20:]=rset1[20:]
3. data integration
- np.dot
4. show charts using datas
- plt.plot
- plt.bar
2018년 5월 30일 수요일
피드 구독하기:
댓글 (Atom)
[Android Studio] Installation and Make a Layer for Mac OS(High Sierra)
1. download android studio https://developer.android.com/studio/#downloads 2. Make a Shared Resource(String in this case) 3...
-
"Unicode Character 'NULL' (U+0000)" https://www.fileformat.info/info/unicode/char/0000/index.htm "Why Char Uses 2 ...
-
1. Connect Arduino web-site https://www.arduino.cc/en/Main/Software 2. Download the IDE for Mac 3. Completion
-
1. 인터페이스의 필요성 □ 인터페이스의 역할 1. 개발 코드를 수정하지 않고 사용객체 변경 2. 객체 선택에 따른 실행내용, 리턴값 다양화(다형성) □ 인터페이스로 구현된 API Comparable ...
댓글 없음:
댓글 쓰기