Notice
Recent Posts
Recent Comments
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
Tags
- 머신러닝
- struct
- MapReduce
- Overloading
- Nonlinear Function
- 맵리듀스
- 최소제곱법
- inheritance
- kubernetes
- Machine learning
- 비선형 함수
- overriding
- Class
- member function
- call by value
- 회귀
- 비선형모델
- c++
- least square
- 지도학습
- Linear Regression
- 회귀학습
- call by reference
- local minimum
- 선형모델
- regression
- virtual function
- Nonlinear Model
- 딥러닝
- Effective C++
Archives
- Today
- Total
목록Overloading (1)
J's Study log
[C++] Function Overloading & Overriding
Overloading Name of the method must be same Return type can be same or not Number of the parameter should be different If the number of the parameter is same, the type of the parameter must be different #include using namespace std; void func(int i) { cout
Computer Language/C++
2020. 3. 22. 23:39