카페검색 본문
카페글 본문
-
@@@@@ 2026 Sp ; <Topic.7> DTRF 2026.04.30해당카페글 미리보기
11 by 6) (e.g.) id feature operator value lChild rChild DT01 = [ [0, "Shape", "==", "Circle", 1, 2 ], # 0 [1, "Diameter", ">=", 3, 3, 4 ], # 1 [2, "Color", "==", "Yellow", 5, 6 ], # 2 """ """ """ """ """ [10, "none", "none", "Grapes", -1...
-
0526 2025.05.26해당카페글 미리보기
packages("qcc") library(qcc) #Process capability analysis data(pistonrings) diameter = with(pistonrings, qcc.groups(diameter, sample)) q1 = qcc(diameter[1:25,], type="xbar", nsigmas=3, plot=FALSE) process.capability(q1, spec.limits=c...
-
Olympus CYF-VA2 Flexible Video Cystoscope 2025.04.10해당카페글 미리보기
6.6Fr) Working Length: 380mm Field of View: 120° Direction of View: 0° Depth of Field: 3-50mm Outer Diameter: 4.8mm (Bullet shape) Outer Diameter Insertion Tube: 5.4mm (16.2Fr) Angulation range: Up 210°, Down 210° Compatibility...
-
(5.19) Construct Random Forest, Compute weights for labels 2026.05.19해당카페글 미리보기
feature, operator, value를 랜덤하게 생성한다. (e.g.) DT의 노드 하나를 생성하는 예; (8개의 조건절) feature= Diameter, operator= >=, value= 2.5 RF-02-fCode.py (rr02.py); Obj> make a function, GEN_FEAT() to generate conditional expressions...
-
DT-03-SearchDT-FirstNode 2026.05.12해당카페글 미리보기
print("[gmoon:DT-03-SearchDT-FirstNode.py:210202:210724:#2] Read Data >> ") input() def SearchDT(DT, Color, Diameter, Shape): #=========================== #(e.g.) label = SearchDT("Red", 3.1, "Circle") # Ans> Apple # get data from DT...