Class FieldUtil


  • public class FieldUtil
    extends Object
    • Method Detail

      • getCategories

        public static List<Object> getCategories​(org.dmg.pmml.DataField dataField)
      • getValidValues

        public static <F extends org.dmg.pmml.Field<F> & org.dmg.pmml.HasDiscreteDomain<F>> List<?> getValidValues​(F field)
      • getValidRanges

        public static <F extends org.dmg.pmml.Field<F> & org.dmg.pmml.HasContinuousDomain<F>> com.google.common.collect.RangeSet<Double> getValidRanges​(F field)
      • getOpType

        public static org.dmg.pmml.OpType getOpType​(org.dmg.pmml.Field<?> field,
                                                    org.dmg.pmml.MiningField miningField)
      • getOpType

        public static org.dmg.pmml.OpType getOpType​(org.dmg.pmml.Field<?> field,
                                                    org.dmg.pmml.MiningField miningField,
                                                    org.dmg.pmml.Target target)
      • getDataType

        public static org.dmg.pmml.DataType getDataType​(org.dmg.pmml.Field<?> field)