Uses of Class
org.dmg.pmml.baseline.FieldValueCount
-
Packages that use FieldValueCount Package Description org.dmg.pmml org.dmg.pmml.baseline org.jpmml.model.visitors -
-
Uses of FieldValueCount in org.dmg.pmml
Methods in org.dmg.pmml with parameters of type FieldValueCount Modifier and Type Method Description VisitorActionVisitor. visit(FieldValueCount fieldValueCount) -
Uses of FieldValueCount in org.dmg.pmml.baseline
Methods in org.dmg.pmml.baseline that return FieldValueCount Modifier and Type Method Description FieldValueCountFieldValueCount. addExtensions(Extension... extensions)FieldValueCountObjectFactory. createFieldValueCount()Create an instance ofFieldValueCountFieldValueCountFieldValueCount. setCount(java.lang.Number count)FieldValueCountFieldValueCount. setField(java.lang.String field)FieldValueCountFieldValueCount. setValue(java.lang.Object value)Methods in org.dmg.pmml.baseline that return types with arguments of type FieldValueCount Modifier and Type Method Description java.util.List<FieldValueCount>CountTable. getFieldValueCounts()java.util.List<FieldValueCount>FieldValue. getFieldValueCounts()java.util.List<FieldValueCount>CountTable. requireFieldValueCounts()java.util.List<FieldValueCount>FieldValue. requireFieldValueCounts()Methods in org.dmg.pmml.baseline with parameters of type FieldValueCount Modifier and Type Method Description CountTableCountTable. addFieldValueCounts(FieldValueCount... fieldValueCounts)FieldValueFieldValue. addFieldValueCounts(FieldValueCount... fieldValueCounts) -
Uses of FieldValueCount in org.jpmml.model.visitors
Methods in org.jpmml.model.visitors with parameters of type FieldValueCount Modifier and Type Method Description VisitorActionAbstractVisitor. visit(FieldValueCount fieldValueCount)VisitorActionActiveFieldFinder. visit(FieldValueCount fieldValueCount)
-