Questions tagged [sda]

Small Data Area and Zero Data Area are parts in the RAM.

10 questions
1
vote
0 answers

What's the input matrix for Stack Denoising Encoder function?

I'm trying to use this example for training text data, which labeled as positive or negative. But I don't understand what input should be the input for train function. In test_sda function, it have some matrix like: train_X, train_Y, test_X, test_Y…
Anh Quân
  • 41
  • 2
1
vote
2 answers

What does it mean to mount sda3 on /dev?

I am asking this question after searching a lot on Internet. I am using linux on my PC. It has a disk which has 3 partitions. sda1, sda2, sda3. sda3 contains linux, sda2 is swap and sda1 is FAT. My question is that "sda3" is a partition which…
Ashish Paliwal
  • 76
  • 1
  • 1
  • 9
0
votes
1 answer

HANA SDA to SQL Server with several databases

In my configuration there are several databases available in the "SQL_SERVER" remote source. SDA only displays the database set as default for the SQL User used at ODBC level Is it possible to display many databases through one SDA remote source ?…
HANAGB
  • 13
  • 4
0
votes
1 answer

EMV choose crypto method between SDA/DDA/CDA

I'm a newbie in emv world. I'm trying to follow this flow: I'm in the third step. I have to manage the Offline Data Authentication. How can I negotiate the correct way (SDA, DDA or CDA) with the ICC to perform offline auth?
Piero Alberto
  • 3,823
  • 6
  • 56
  • 108
0
votes
0 answers

Error When Using Case When On SAP HANA : SAP DBTech JDBC: [403]: internal error: Error opening the cursor

I have the query like this.. SELECT sum(wms_trx."trans_net_amt") as "TRANS_AMT_FCY", wms_trx."trans_type_cd", CASE WHEN "trans_type_cd" IN (SELECT "ref_value" FROM "B_VIRTUAL"."man_upload_ref") THEN '1' ELSE '0' END as…
0
votes
1 answer

Atmega64A pins SCL/SDA no respond

I have an electronic card that contains the AVR atmega64A connect with DS3231 but when I try to read the time and date and assign them to the 7 SEGMENTS nothing is displayed (i think no communication between the components). here you are my code…
khaloud1980
  • 43
  • 1
  • 7
0
votes
1 answer

how to find big file and delete on linux system

When I install something in my linux system( CentOS release 6.5 (Final) ).It happens. Error Downloading Packages: ncdu-1.7-1.el6.x86_64: Insufficient space in download directory /var/cache/yum/epel/packages . And I use df command,it shows: df…
Yinbin Wang
  • 113
  • 6
0
votes
1 answer

Impala Column Name Issue

We are facing a problem with Imapla Column naming convention which seems unclear to us. The CDH imapala documentation (http://www.cloudera.com/documentation/archive/impala/2-x/2-0-x/topics/impala_identifiers.html) 3rd bullet point says : An…
Murari Goswami
  • 188
  • 1
  • 7
0
votes
0 answers

Performance penalty for using small data areas?

I'm looking at IBM's Developing PowerPC Embedded Application Binary (EABI) Compliant Programs, in particular at table 4 on page 7. The benchmark results are 88kDhry/sec without using SDA, and only 77kDhry/sec with SDA. I would have expected using…
Jens
  • 69,818
  • 15
  • 125
  • 179
-1
votes
1 answer

SDA SCL vs Serial

I have a problem with Arduino, especially with communication. Is it possible for 2 types of communications to affect one another? I use 3 modules: HTU21D, GPS Neo M8M, and MS5611. FYI MS5611 and HTU21D use I2C for communication. When I use some…