일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- 주일설교
- 빅 데이터
- 김양재
- Machine Learning
- Deep learning
- 김양재 목사
- 확률
- 빅데이터
- Statistics
- 데이터 과학
- node.js
- 인공지능
- Artificial Intelligence
- 우리들교회
- 통계
- MongoDB
- probability
- Big Data
- openCV
- WebGL
- 김양재 목사님
- nodeJS
- 딥러닝
- No SQL
- 빅데이타
- c++
- data science
- 몽고디비
- 빅 데이타
- R
Archives
- Today
- Total
목록$size (1)
Scientific Computing & Data Science
[MongoDB] Query / $size
by Geol Choi | February 1, 2014"$size"는 array의 크기를 이용하여 검색할 수 있는 오퍼레이터이다.우선 다음과 같이 아이템을 준비하자.> db.food.drop() > db.food.insert({"_id" : 1, "fruit" : ["apple", "banana", "peach"]}) > db.food.insert({"_id" : 2, "fruit" : ["apple", "kumquat", "orange"]}) > db.food.insert({"_id" : 3, "fruit" : ["cherry", "banana", "apple"]}) > db.food.insert({"_id" : 4, "fruit" : ["pineapple", "plum"]}) ID 1, 2, 3에 ..
Data Science/MongoDB
2014. 2. 1. 15:39