public class Schema extends Object
| Constructor and Description |
|---|
Schema(PMMLEncoder encoder,
Label label,
List<? extends Feature> features) |
| Modifier and Type | Method and Description |
|---|---|
PMMLEncoder |
getEncoder() |
Feature |
getFeature(int index) |
List<? extends Feature> |
getFeatures() |
Label |
getLabel() |
Schema |
toAnonymousRegressorSchema(org.dmg.pmml.DataType dataType) |
Schema |
toAnonymousSchema() |
Schema |
toEmptySchema() |
Schema |
toRelabeledSchema(Label label) |
String |
toString() |
protected org.jpmml.model.ToStringHelper |
toStringHelper() |
Schema |
toSubSchema(int[] indexes) |
Schema |
toTransformedSchema(Function<Feature,Feature> function) |
public Schema(PMMLEncoder encoder, Label label, List<? extends Feature> features)
public Schema toAnonymousSchema()
public Schema toAnonymousRegressorSchema(org.dmg.pmml.DataType dataType)
public Schema toEmptySchema()
public Schema toSubSchema(int[] indexes)
protected org.jpmml.model.ToStringHelper toStringHelper()
public PMMLEncoder getEncoder()
public Label getLabel()
public Feature getFeature(int index)
Copyright © 2023. All rights reserved.