Class DataField
java.lang.Object
org.episteme.natural.computing.loaders.pmml.DataField
Data field in PMML data dictionary.
- Since:
- 1.0
- Author:
- Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DataField
public DataField()
-
-
Method Details
-
getName
-
setName
-
getOptype
-
setOptype
-
getDataType
-
setDataType
-
addValue
-
getValues
-
isCategorical
public boolean isCategorical() -
isContinuous
public boolean isContinuous() -
toString
-