| Package | Description |
|---|---|
| org.dmg.pmml | |
| org.jpmml.model.visitors |
| Modifier and Type | Method and Description |
|---|---|
MiningField |
MiningField.addExtensions(Extension... extensions) |
MiningField |
ObjectFactory.createMiningField()
Create an instance of
MiningField |
MiningField |
MiningField.setHighValue(Double highValue)
Sets the value of the highValue property.
|
MiningField |
MiningField.setImportance(Double importance)
Sets the value of the importance property.
|
MiningField |
MiningField.setInvalidValueTreatment(InvalidValueTreatmentMethod invalidValueTreatment)
Sets the value of the invalidValueTreatment property.
|
MiningField |
MiningField.setLowValue(Double lowValue)
Sets the value of the lowValue property.
|
MiningField |
MiningField.setMissingValueReplacement(String missingValueReplacement)
Sets the value of the missingValueReplacement property.
|
MiningField |
MiningField.setMissingValueTreatment(MissingValueTreatmentMethod missingValueTreatment)
Sets the value of the missingValueTreatment property.
|
MiningField |
MiningField.setName(FieldName name)
Sets the value of the name property.
|
MiningField |
MiningField.setOpType(OpType opType)
Sets the value of the opType property.
|
MiningField |
MiningField.setOutlierTreatment(OutlierTreatmentMethod outlierTreatment)
Sets the value of the outlierTreatment property.
|
MiningField |
MiningField.setUsageType(MiningField.UsageType usageType)
Sets the value of the usageType property.
|
| Modifier and Type | Method and Description |
|---|---|
List<MiningField> |
MiningSchema.getMiningFields()
Gets the value of the miningFields property.
|
| Modifier and Type | Method and Description |
|---|---|
MiningSchema |
MiningSchema.addMiningFields(MiningField... miningFields) |
VisitorAction |
Visitor.visit(MiningField miningField) |
| Constructor and Description |
|---|
MiningSchema(List<MiningField> miningFields) |
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
AbstractSimpleVisitor.visit(MiningField miningField) |
VisitorAction |
AbstractVisitor.visit(MiningField miningField) |
Copyright © 2016 University of Tartu. All rights reserved.