public class ProfileReader extends Object
Modifier and Type | Field and Description |
---|---|
static double |
DEFAULT_TRESHOLD |
Constructor and Description |
---|
ProfileReader(List<String> canonicalFieldList,
List<String> profiles) |
Modifier and Type | Method and Description |
---|---|
Map<List<RecordPattern>,Double> |
buildCluster() |
Map<List<RecordPattern>,Double> |
buildCluster(double treshold) |
int |
count(List<RecordPattern> rows) |
List<String> |
createBinaryPatternList() |
int |
getNext() |
static void |
main(String[] args) |
public static final double DEFAULT_TRESHOLD
public Map<List<RecordPattern>,Double> buildCluster()
public Map<List<RecordPattern>,Double> buildCluster(double treshold)
public int getNext()
public int count(List<RecordPattern> rows)
public static void main(String[] args) throws IOException
IOException
Copyright © 2020. All rights reserved.