public class FraudSymptom extends Object
| Constructor and Description |
|---|
FraudSymptom(String symptom,
double score) |
FraudSymptom(String explanation,
double score,
String symptom) |
| Modifier and Type | Method and Description |
|---|---|
String |
getExplanation() |
double |
getScore() |
String |
getSymptom() |
public FraudSymptom(String symptom, double score)
Copyright © 2017 SAP SE. All Rights Reserved.