카페검색 본문
카페글 본문
-
[영화 대본] ‘Pilot(기장, 2024)‘ 결말 부분 2024.11.24해당카페글 미리보기
I'm crazy about single-track Fortunately, it wasn't a strange situation The chief said he was going to get it sorted out, but he was talking nonsense Where do people who are more interested go? There was So the room without I shouldn't...
-
⋆ ˚。⋆୨୧˚ BinnieBee, 324/366 2024.11.20해당카페글 미리보기
key in my room :) so after work i went straight home because my friend had to open the door for me. i packed and sorted some photocards that i’m going to bring to seoul. now i’m just on call with my friend. that was my day, how was...
-
Fan rice 2024.11.16해당카페글 미리보기
Korea.[6] Characteristics[edit] Fans of K-pop buy bags of rice and donate them to their favorite artists. Rice is sorted out in 20 kg bags, arranged into "towers" by dedicated companies who purchase the rice from local farmers and...
-
Beautiful and bright skies ahead! 2024.11.11해당카페글 미리보기
I’d like you even if you were penniless!) I have had a busy weekend shopping and got a few christmas presents sorted, Tomorrow night I am going to a Chinese restaurant for my brothers birthday. Its one i have been wanting to visit for a...
-
Hello~ !! 💛 2024.11.02해당카페글 미리보기
ㅋㅋㅋ ㅠㅠ I hope I can wake up in time, and watch the live before going to work 💦 Anyways ... Even if I haven't sorted out all the feelings in my heart right now, what I know for sure ... and what I want to say in this letter ... is...
-
연관규칙분석 _자료_(비만_연관규칙_키워드).csv 2024.11.03해당카페글 미리보기
rules1 <- apriori(trans, parameter = list(supp = 0.001, conf = 0.6, target = "rules")) summary(rules1) rules.sorted=sort(rules1, by="confidence") inspect(rules.sorted) rules.sorted=sort(rules1, by="lift") inspect(rules.sorted) head(rules...
-
붕붕붕~ 아주 작은 자동차 2024.10.26해당카페글 미리보기
out::println); // 7) 차량 색상이 w 인 차들을 가격순으로 출력 cars.stream().filter(car -> car.getColor().equals("w")).sorted(new Comparator<Car>() { @Override public int compare(Car o1, Car o2) { return Integer.compare(o1.getPrice(), o2...
-
2024 연관분석(R이용_예2)&본문 Titanic data 2024.10.21해당카페글 미리보기
titan.df) summary(titan.df) titan.df rules.all <- apriori( titan.df ) options(digits=3) inspect(rules.all) rules.sorted <- sort(rules.all, by="lift") -------------------------------------- => rules.all <- apriori( titan.df) options...
-
Re: 오늘의 마지막 문제. 화면 인터페이스를 여러분들이 기존에 만들었던 예쁜 화면 인터페이스 로 구현하시오 ! 2024.10.17해당카페글 미리보기
image(file_path) predictions = model.predict(img)[0] # Sort predictions by probability in descending order sorted_indices = np.argsort(predictions)[::-1] # Append new results with headers if needed if result_texts.index("end-1c") == "1.0...
-
신호등 검출 AI 대회(1) - 개발환경 구축 및 baseline code execution 2024.10.07해당카페글 미리보기
4_labels_dir = r"C:\Users\Admin\ultralytics\ultralytics\ultralytics\datasets\TLD_2024 rain4\labels" image_files = sorted([f for f in os.listdir(images_dir) if f.endswith(".jpg")]) # .jpg label_files = sorted([f for f in os.listdir(labels...