public class OutlierDetectorUtil extends Object
| Modifier and Type | Method and Description |
|---|---|
static <E extends Estimator & OutlierDetector> |
createPredictedOutput(E estimator) |
static <E extends Estimator & OutlierDetector> |
createPredictedOutput(E estimator,
String name,
org.jpmml.converter.Transformation... transformations) |
public static <E extends Estimator & OutlierDetector> org.dmg.pmml.Output createPredictedOutput(E estimator)
public static <E extends Estimator & OutlierDetector> org.dmg.pmml.Output createPredictedOutput(E estimator, String name, org.jpmml.converter.Transformation... transformations)
Copyright © 2023. All rights reserved.