Uses of Class
org.dmg.pmml.OpType
-
Packages that use OpType Package Description org.dmg.pmml -
-
Uses of OpType in org.dmg.pmml
Methods in org.dmg.pmml that return OpType Modifier and Type Method Description static OpTypeOpType. fromValue(java.lang.String v)OpTypeDataField. getOpType()OpTypeDefineFunction. getOpType()OpTypeDerivedField. getOpType()OpTypeHasOpType. getOpType()default OpTypeHasOpType. getOpType(OpType defaultOpType)OpTypeMiningField. getOpType()OpTypeOutputField. getOpType()OpTypeParameterField. getOpType()OpTypeResultField. getOpType()OpTypeTarget. getOpType()OpTypeDataField. requireOpType()OpTypeDefineFunction. requireOpType()OpTypeDerivedField. requireOpType()OpTypeHasRequiredOpType. requireOpType()OpTypeOutputField. requireOpType()OpTypeParameterField. requireOpType()OpTypeResultField. requireOpType()static OpTypeOpType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static OpType[]OpType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.dmg.pmml with parameters of type OpType Modifier and Type Method Description default OpTypeHasOpType. getOpType(OpType defaultOpType)DataFieldDataField. setOpType(OpType opType)DefineFunctionDefineFunction. setOpType(OpType opType)DerivedFieldDerivedField. setOpType(OpType opType)EHasOpType. setOpType(OpType opType)MiningFieldMiningField. setOpType(OpType opType)OutputFieldOutputField. setOpType(OpType opType)ParameterFieldParameterField. setOpType(OpType opType)ResultFieldResultField. setOpType(OpType opType)TargetTarget. setOpType(OpType opType)Constructors in org.dmg.pmml with parameters of type OpType Constructor Description DataField(java.lang.String name, OpType opType, DataType dataType)DefineFunction(java.lang.String name, OpType opType, DataType dataType, java.util.List<ParameterField> parameterFields, Expression expression)DerivedField(java.lang.String name, OpType opType, DataType dataType, Expression expression)OutputField(java.lang.String name, OpType opType, DataType dataType)
-