| Constructor and Description | 
|---|
DataSetNormalizer()  | 
| Modifier and Type | Method and Description | 
|---|---|
ValueDetectionType | 
detectColumnType(DataSet<RecordType,Attribute> dataSet,
                Attribute att,
                TypeDetector typeDetector)  | 
void | 
normalizeColumn(ValueDetectionType columntype,
               DataSet<RecordType,Attribute> dataSet,
               Attribute att)  | 
void | 
normalizeDataset(DataSet<RecordType,Attribute> dataSet,
                Map<Attribute,ValueDetectionType> columnTypeMapping)  | 
void | 
normalizeDataset(DataSet<RecordType,Attribute> dataSet,
                TypeDetector typeDetector)  | 
public void normalizeDataset(DataSet<RecordType,Attribute> dataSet, TypeDetector typeDetector)
public ValueDetectionType detectColumnType(DataSet<RecordType,Attribute> dataSet, Attribute att, TypeDetector typeDetector)
public void normalizeColumn(ValueDetectionType columntype, DataSet<RecordType,Attribute> dataSet, Attribute att)
public void normalizeDataset(DataSet<RecordType,Attribute> dataSet, Map<Attribute,ValueDetectionType> columnTypeMapping)
Copyright © 2018. All rights reserved.