Questions tagged [svc]

This tag is ambiguous. Consider using the video-encoding tag for Scalable Video Coding, or the wcf and/or iis tags for the Microsoft file extension.

This tag is ambiguous. Consider using for Scalable Video Coding, and/or for the Microsoft file extension, or for the machine learning model

SVC can refer to:

  • Scalable Video Coding, a video compression standard used by H.264/MPEG-4 AVC.

  • The .svc file extension used by Microsoft's Internet Information Services to represent a service host instance.

  • A common abbreviation for the supervisor mode of a processor.

  • Support Vector Classifier, a machine learning model (with a common implementation in scikit-learn).

225 questions
0
votes
1 answer

Simplify two Get web-services very similar

I'm building some web services in Svc (not WebApi) and I need to write two different methods (+ interfaces) to do similar things: List orders by company used in a filtered menu: /orders/list?companycode={companyCode} List orders by company and…
Emanuele
  • 648
  • 12
  • 33
0
votes
2 answers

Python for-loop to find the best values for SVC (C and gamma)

I have a data set X and labels y for training and scoring a sklearn.SVC model. The data is split into X_train and X_test. I run a for-loop to find the best possible value combination (i.e. best score) for two SVC parameters: C and gamma. I can print…
Alex K.
  • 51
  • 1
  • 1
  • 7
0
votes
1 answer

Soap Client PHP connection error svc

I want to send and receive data with PHP SOAP. But there are no .wsdl links I am trying to send it with .svc link, but it gives 'auth' error. How do I write this with PHP soap?