Sets the probability of detection algorithm by name.
[Visual Basic .NET] |
---|
Public Sub SetProbabilityOfDetection( _ ByVal name As String _ ) |
[C#] |
---|
public void SetProbabilityOfDetection( string name ); |
[Managed C++] |
---|
public: void SetProbabilityOfDetection( String __gc ^ name ); |
[Unmanaged C++] |
---|
public: HRESULT SetProbabilityOfDetection( BSTR name ); |
[Java] |
---|
public void setProbabilityOfDetection( String name ); |
[Python - STK API ] |
---|
def SetProbabilityOfDetection(self, name:str) -> None: |
- name