public class StandardizedSerialized extends Object implements Standardized
| Modifier and Type | Field and Description |
|---|---|
protected ArrayList<String> |
baseTokens |
protected String[] |
originalWords |
| Constructor and Description |
|---|
StandardizedSerialized() |
StandardizedSerialized(String[] words,
WordList anon,
WordList cv,
int gradient,
String ruleFunction) |
| Modifier and Type | Method and Description |
|---|---|
double |
compare(Standardized otherstd,
WordList anon,
WordList cv,
boolean isSearch,
boolean asContent) |
String |
computeFn() |
static Standardized |
fromDocument(Document from) |
String[] |
getCalculatedWords() |
String[] |
getComparitorWords() |
Document |
toDocument() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waittoStringprotected String[] originalWords
public double compare(Standardized otherstd, WordList anon, WordList cv, boolean isSearch, boolean asContent)
compare in interface Standardizedpublic String[] getComparitorWords()
getComparitorWords in interface Standardizedpublic String[] getCalculatedWords()
getCalculatedWords in interface Standardizedpublic Document toDocument()
toDocument in interface Standardizedpublic static Standardized fromDocument(Document from)
public String computeFn()
computeFn in interface StandardizedCopyright © 2021. All rights reserved.