python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How should my unit tests handle mocking Windows EventLog?
I'm working on writing unit tests for a component that utilizes reading/writing to the Windows Event Log and am having trouble wrapping my head around how to best mock this if my goal is to remove ext...
Isaac Perez
Votes: 0
Answers: 1
How can I calculate the Accurracy for a Graph Convolutional Networks?
how can I calculate the Accuracy on a GCN based on an event log? With my code I get the following result:
Epoch: 0, Loss: 1.299316294690154, Accuracy: [tensor([5.]), tensor([9.]), tensor([7.]) .... te...
StysiRatty
Votes: 0
Answers: 1
"Access is denied" error opening a Windows .etl file
I am encountering an "Access is denied" error when opening an .etl file on Windows using C++.
I do not understand why this is happening.
From the docs for the OpenTrace() function, it says
...
Shane Bishop
Votes: 0
Answers: 0
EventLogQuery: Search by attribute and value
I have attempted using a somewhat complex XPath syntax in the EventLogQuery to no avail. I have looked through all Microsoft docs I found by myself and through other posts here. I have primarily looke...
CSharper
Votes: 0
Answers: 1