global class CdpMlPredictSettings {
|
global List<String> aggregateFunctions;
|
global Integer maxPrescriptions;
|
global Integer maxTopFactors;
|
global Integer prescriptionImpactPercentage;
|
global CdpMlPredictSettings() { }
|
global Object clone() { }
|
global Boolean equals(Object obj) { }
|
global Double getBuildVersion() { }
|
global Integer hashCode() { }
|
global String toString() { }
|
|
}
|