Uses of Class
org.dmg.pmml.anomaly_detection.AnomalyDetectionModel
-
Packages that use AnomalyDetectionModel Package Description org.dmg.pmml org.dmg.pmml.anomaly_detection org.jpmml.model.visitors -
-
Uses of AnomalyDetectionModel in org.dmg.pmml
Methods in org.dmg.pmml with parameters of type AnomalyDetectionModel Modifier and Type Method Description VisitorActionVisitor. visit(AnomalyDetectionModel anomalyDetectionModel) -
Uses of AnomalyDetectionModel in org.dmg.pmml.anomaly_detection
Methods in org.dmg.pmml.anomaly_detection that return AnomalyDetectionModel Modifier and Type Method Description AnomalyDetectionModelAnomalyDetectionModel. addExtensions(Extension... extensions)AnomalyDetectionModelObjectFactory. createAnomalyDetectionModel()Create an instance ofAnomalyDetectionModelAnomalyDetectionModelAnomalyDetectionModel. setAlgorithmName(java.lang.String algorithmName)AnomalyDetectionModelAnomalyDetectionModel. setAlgorithmType(java.lang.String algorithmType)AnomalyDetectionModelAnomalyDetectionModel. setLocalTransformations(LocalTransformations localTransformations)AnomalyDetectionModelAnomalyDetectionModel. setMathContext(MathContext mathContext)AnomalyDetectionModelAnomalyDetectionModel. setMeanClusterDistances(MeanClusterDistances meanClusterDistances)AnomalyDetectionModelAnomalyDetectionModel. setMiningFunction(MiningFunction miningFunction)AnomalyDetectionModelAnomalyDetectionModel. setMiningSchema(MiningSchema miningSchema)AnomalyDetectionModelAnomalyDetectionModel. setModel(Model model)AnomalyDetectionModelAnomalyDetectionModel. setModelName(java.lang.String modelName)AnomalyDetectionModelAnomalyDetectionModel. setModelVerification(ModelVerification modelVerification)AnomalyDetectionModelAnomalyDetectionModel. setOutput(Output output)AnomalyDetectionModelAnomalyDetectionModel. setSampleDataSize(java.lang.String sampleDataSize)AnomalyDetectionModelAnomalyDetectionModel. setScorable(java.lang.Boolean scorable) -
Uses of AnomalyDetectionModel in org.jpmml.model.visitors
Methods in org.jpmml.model.visitors with parameters of type AnomalyDetectionModel Modifier and Type Method Description VisitorActionAbstractVisitor. visit(AnomalyDetectionModel anomalyDetectionModel)
-