public class Feature extends Object implements Serializable
Constructor and Description |
---|
Feature() |
Modifier and Type | Method and Description |
---|---|
String |
getImputeOption() |
int |
getIndex() |
String |
getName() |
String |
getType() |
boolean |
isInclude() |
void |
setImputeOption(String imputeOption) |
void |
setInclude(boolean include) |
void |
setIndex(int index) |
void |
setName(String name) |
void |
setType(String type) |
String |
toString() |
public String getName()
public void setName(String name)
name
- Sets feature namepublic boolean isInclude()
public void setInclude(boolean include)
include
- Sets whether to include the feature or notpublic String getType()
public void setType(String type)
type
- Sets feature typepublic String getImputeOption()
public void setImputeOption(String imputeOption)
imputeOption
- Sets impute option - DISCARD or REPLACE_WITH_MEANpublic int getIndex()
public void setIndex(int index)
index
- Sets feature indexCopyright © 2018 WSO2, Inc.. All rights reserved.