Regarding the terms of fitrsvm Algorithm

조회 수: 4 (최근 30일)
Oguz Akseki
Oguz Akseki 2022년 2월 8일
답변: Vatsal 2023년 10월 20일
Dear All,
I am currently looking at fitrsvm algorithm. I could not make sure about some terms written on the formulas of this algorithm . Although I have glanced to some articles to learn terms on formulas, I could not obtain reasonable answer for them.
If possible, could you please support me about this situation?
Thanks in advance.
Best regards,

답변 (1개)

Vatsal
Vatsal 2023년 10월 20일
Hi,
I understand that you want to understand the terms written on the formulas of ‘fitrsvm’ algorithm.
The equation ""​​ is the formula for standardizing a predictor.
  • is the standardized value of predictor j.
  • is the original value of predictor j.
  • ​ is the weighted mean of predictor j. It is calculated as the sum of the products of the weights and the corresponding predictor values for all observations, divided by the sum of all weights.
  • is the weighted standard deviation of predictor j. It is calculated as the square root of the weighted mean of the squared deviations of predictor j’s values from their mean value.
The equation "" is the formula for calculating the weighted mean of a predictor.
  • ​ is the weighted mean of predictor j.
  • ​ is the weight of observation k.
  • is the value of predictor j for observation k.
  • The sum ​ is the sum of the products of the weights and the corresponding predictor values for all observations.
  • The sumis the sum of all weights.
I hope this helps!

카테고리

Help CenterFile Exchange에서 Support Vector Machine Regression에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by