Property | Type | Description | |
---|---|---|---|
cutoff | double |
Method | Description | |
---|---|---|
Classify ( string input ) : double | ||
IsMatch ( double matchProbability ) : bool | ||
IsMatch ( string input ) : bool |
public abstract Classify ( string input ) : double | ||
input | string | |
return | double |
public IsMatch ( double matchProbability ) : bool | ||
matchProbability | double | |
return | bool |