public class FeatureSummary extends Object
Constructor and Description |
---|
FeatureSummary(String fieldName,
boolean isInput,
String type,
String imputeOperation,
String summaryStats,
int index) |
Modifier and Type | Method and Description |
---|---|
String |
getFieldName()
Returns the name of the feature.
|
String |
getImputeOperation()
Returns the impute method of the feature.
|
int |
getIndex() |
String |
getSummaryStats()
Returns the summary statistics json string.
|
String |
getType()
Returns the data-type of the feature.
|
boolean |
isInput()
Returns whether the feature is treated as an input or not.
|
void |
setFieldName(String fieldName)
Set the name of the feature.
|
void |
setImputeOperation(String imputeOperation)
Sets the impute method of the feature.
|
void |
setIndex(int index) |
void |
setInput(boolean isInput)
Sets whether the feature is treated as an input or not.
|
void |
setSummaryStats(String summaryStats)
Set the summary statistics json string.
|
void |
setType(String type)
Sets the data-type of the feature.
|
public String getFieldName()
public void setFieldName(String fieldName)
fieldName
- Name of the featurepublic String getSummaryStats()
public void setSummaryStats(String summaryStats)
summaryStats
- Summary statistics json stringpublic boolean isInput()
public void setInput(boolean isInput)
isInput
- Boolean value indicating whether the feature is treated as an
input or notpublic String getType()
public void setType(String type)
type
- Data-type of the featurepublic String getImputeOperation()
public void setImputeOperation(String imputeOperation)
imputeOperation
- Impute method of the featurepublic int getIndex()
public void setIndex(int index)
Copyright © 2018 WSO2, Inc.. All rights reserved.