public class TrainingDatasetFeature extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
TrainingDatasetFeature.TrainingDatasetFeatureBuilder |
| Constructor and Description |
|---|
TrainingDatasetFeature() |
TrainingDatasetFeature(FeatureGroup featuregroup,
String name,
Boolean label) |
TrainingDatasetFeature(String name,
String type) |
TrainingDatasetFeature(String name,
String type,
FeatureGroup featuregroup,
Integer index,
Boolean label,
TransformationFunction transformationFunction) |
TrainingDatasetFeature(String name,
String type,
Integer index) |
TrainingDatasetFeature(String name,
String type,
Integer index,
Boolean label) |
| Modifier and Type | Method and Description |
|---|---|
static TrainingDatasetFeature.TrainingDatasetFeatureBuilder |
builder() |
FeatureGroup |
getFeaturegroup() |
Integer |
getIndex() |
Boolean |
getLabel() |
String |
getName() |
TransformationFunction |
getTransformationFunction() |
String |
getType() |
boolean |
isComplex() |
void |
setFeaturegroup(FeatureGroup featuregroup) |
void |
setIndex(Integer index) |
void |
setLabel(Boolean label) |
void |
setName(String name) |
void |
setTransformationFunction(TransformationFunction transformationFunction) |
void |
setType(String type) |
public TrainingDatasetFeature(String name, String type, Integer index, Boolean label)
public TrainingDatasetFeature(FeatureGroup featuregroup, String name, Boolean label)
public TrainingDatasetFeature()
public TrainingDatasetFeature(String name, String type, FeatureGroup featuregroup, Integer index, Boolean label, TransformationFunction transformationFunction)
public void setName(String name)
public boolean isComplex()
public static TrainingDatasetFeature.TrainingDatasetFeatureBuilder builder()
public String getName()
public String getType()
public void setType(String type)
public FeatureGroup getFeaturegroup()
public void setFeaturegroup(FeatureGroup featuregroup)
public Integer getIndex()
public void setIndex(Integer index)
public Boolean getLabel()
public void setLabel(Boolean label)
public TransformationFunction getTransformationFunction()
public void setTransformationFunction(TransformationFunction transformationFunction)
Copyright © 2023. All rights reserved.