Questions tagged [multikey]
78 questions
0
votes
1 answer
How to read multikey index values in MongoDB?
I would like to have autocomplete feature that suggests keywords from database. If I use MongoDB and multikey index, I kind of already have these keywords in database, but can I access them somehow?
If I have following object in collection:
{
…

user1466082
- 53
- 1
- 3
0
votes
1 answer
Multi-Field Primary Key
For reasons I cannot understand, the people who supply my tables do not have any form of single field unique identification for the 20k+ entries in their tables.
I have two fields, BuildingCode and RoomCode, which together make up a unique room. For…

StuckAtWork
- 1,613
- 7
- 23
- 37
-1
votes
3 answers
converting python code to kotlin (numpy, tensor)
I'm trying to migrate deep learning process in python and now need to convert it into kotlin (android studio) but struglling with this part for few days :(
can someone help me to convert python code to kotlin?
The type of out is Tensor.
IMAGE_SIZE…

kiyoungNoona
- 1
- 2