FeatureValue constructor
FeatureValue({
- CategoricalValue? categoricalValue,
- String? featureColumn,
- double? numericalValue,
Implementation
FeatureValue({
this.categoricalValue,
this.featureColumn,
this.numericalValue,
});