public class DocumentFeature
extends org.jpmml.converter.ObjectFeature
| Modifier and Type | Class and Description |
|---|---|
static class |
DocumentFeature.StopWordSet |
| Constructor and Description |
|---|
DocumentFeature(SparkMLEncoder encoder,
org.dmg.pmml.Field<?> field,
String wordSeparatorRE) |
| Modifier and Type | Method and Description |
|---|---|
void |
addStopWordSet(DocumentFeature.StopWordSet stopWordSet) |
boolean |
equals(Object object) |
Set<DocumentFeature.StopWordSet> |
getStopWordSets() |
String |
getWordSeparatorRE() |
int |
hashCode() |
protected org.jpmml.model.ToStringHelper |
toStringHelper() |
public DocumentFeature(SparkMLEncoder encoder, org.dmg.pmml.Field<?> field, String wordSeparatorRE)
public int hashCode()
hashCode in class org.jpmml.converter.Featurepublic boolean equals(Object object)
equals in class org.jpmml.converter.Featureprotected org.jpmml.model.ToStringHelper toStringHelper()
toStringHelper in class org.jpmml.converter.Featurepublic String getWordSeparatorRE()
public void addStopWordSet(DocumentFeature.StopWordSet stopWordSet)
public Set<DocumentFeature.StopWordSet> getStopWordSets()
Copyright © 2019. All rights reserved.