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
- member function
- struct
- 비선형모델
- Class
- call by value
- Machine learning
- virtual function
- 지도학습
- kubernetes
- 머신러닝
- 회귀
- c++
- call by reference
- regression
- inheritance
- local minimum
- Nonlinear Function
- least square
- Linear Regression
- 최소제곱법
- 선형모델
- Effective C++
- MapReduce
- 비선형 함수
- 딥러닝
- Overloading
- 맵리듀스
- overriding
- 회귀학습
- Nonlinear Model
Archives
- Today
- Total
목록call by value (1)
J's Study log
[C++] call by value & call by reference
call by value : This method of passing arguments to a function copies the actual value of an argument into the formal parameter of the function. The parameter of the functuin gets the copies of the value. So every calculation in the function using the parameter does changes the value of the parameter in the function, but it doesn't change the original variables which passed the value to the para..
Computer Language/C++
2020. 3. 21. 23:50