전체 글195 python thread http://www.tutorialspoint.com/python/python_multithreading.htm Running several threads is similar to running several different programs concurrently, but with the following benefits: Multiple threads within a process share the same data space with the main thread and can therefore share information or communicate with each other more easily than if they were separate processes.Threads sometimes .. 2013. 8. 21. CapsLock키를 Ctrl로 사용하기 http://sharpkeys.codeplex.com/에서 다운 받아서 사용. orhttp://www.manicai.net/comp/swap-caps-ctrl.html 출처.. http://openarisu.tistory.com/183 2013. 5. 28. qtCreator build error : error: explicit instantiation of ‘std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, const ... since updating to Mountain Lion operator 2013. 5. 27. ROC curve(receiver operating characteristic) * ROC Curve ROC curve는 어떤 검사의 판단결과(binary classifier)의 performance를 보여주는 그래프로, TPR(true positive rate) or sensitivity, 을 y 축으로 FPR(false positive rate) or 1-specificity 을 x 축으로 가진다. 즉, TRP = y축 = sensitivity = (TP / (TP + FN) FPR = x 축 = 1-specificity = 1 - [ TN / (TN + FP)] 할 수 있다. TRP과 FPR은 trade-off관계를 가지고 이 관계에서 가장 좋은 cut-off지점을 찾는다. 즉, TRP과 FPR이 이정도가 되면 가장 합리적인 point를 정하고 이 정도 수준에서 binary c.. 2013. 4. 23. 이전 1 ··· 32 33 34 35 36 37 38 ··· 49 다음