블로그
- java static 키워드 예시 public class TestService { private String name = "Terry"; public static void method1() { System.out.println ("static method"); } public void method2() { Sys.......
- [포트란-OOP] Day54: 객체 메서드 (Type-Bound Procedure) 목표 Type-Bound Procedure 개념 이해 class 개념 이해 contains의 역할 이해 procedure :: method 선언 방법 call obj%method(
- [포트란-OOP] Day54: 객체 메서드 (Type-Bound Procedure) 목표 Type-Bound Procedure 개념 이해 class 개념 이해 contains의 역할 이해 procedure :: method 선언 방법 call obj%method()
- [머신러닝] n-gram기반 API call seq를 이용해 동적 분류기 구현 데이터 예시) api class + api method + api type N-gram 추출 n=4로 설정하고 n-gram을 설정한다. 그리고 그 뒤 가장 빈도수가 높은 n-gram을 K1인 3000개로 좁힌다. n-gram의 count의 벡터로 feature화하는 method 제작 위 함수를 통해 훈련 샘플과 테스트
- [머신러닝] n-gram기반 API call seq를 이용해 동적 분류기 구현 데이터 예시) api class + api method + api type N-gram 추출 n=4로 설정하고 n-gram을 설정한다. 그리고 그 뒤 가장 빈도수가 높은 n-gram을 K1인 3000개로 좁힌다. n-gram의 count의 벡터로 feature화하는 method 제작 위 함수를 통해 훈련 샘플과 테스트
- java.lang.NoClassDefFoundError: Could not initialize class sun.awt.X11FontManager Handler processing failed; nested exception is java.lang.NoClassDefFoundError: Could not initialize class at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Class.java:348) at s.......
- LLM fine-tuning step: Tokenizing Decode the output, usually it’s a courteous response after the “generate()” method has been invoked. What is kind Tokenizing In simple terms, it means using a dictionary (an instance of the tokenizer class
- [JS/TS] class constructor 내에서 method 호출 위 코드에서 Master클래스 객체를 생성하고 window.Master에 담아두려고 한다. Master의 constructor를 콜하면 ClassA객체 생성 및 field1에 저장하게 되는데 이후에 나오는 Func를 콜하면 Window.Master.Message를 콜하게 된다. Mast
- Java Lombok plugs into your editor and build tools, spicing up your java.Never write another getter or equals method again, with one annotation your class has a fully featured builder, Automate your logging variables,
- 49일차소스_36 ; import javax.servlet.annotation.WebListener; /** * Application Lifecycle Listener implementation class TestListener * */ @WebListener public class TestListener implements ServletContextListener { /** * Default
1 페이지
다음 →