일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- Big Data
- 주일설교
- 인공지능
- nodeJS
- Machine Learning
- R
- 우리들교회
- 김양재 목사
- Artificial Intelligence
- 빅데이타
- 빅 데이터
- Statistics
- 빅 데이타
- MongoDB
- node.js
- probability
- 딥러닝
- 김양재
- data science
- 몽고디비
- 확률
- No SQL
- WebGL
- c++
- 김양재 목사님
- 통계
- 데이터 과학
- 빅데이터
- Deep learning
- openCV
Archives
- Today
- Total
목록쿼리 연산자 (1)
Scientific Computing & Data Science
[MongoDB] Query / Other Query Operations
Written by cinema4d이번 글에서는 기타 쿼리 연산자들에 대해 알아 보도록 하겠다. 다음과 같은 도큐먼트를 생성한다. for(i = 1; i < 101; i++) { var myRandom = Math.floor(100 * Math.random()); if(myRandom < 21) db.myCollection.insert({name: "dog", random: Math.floor(Math.random()*100)}) else if(myRandom < 41) db.myCollection.insert({name: "cat", random: Math.floor(Math.random()*100)}) else if(myRandom < 61) db.myCollection.insert({name: "p..
Data Science/MongoDB
2014. 2. 8. 14:05