public static class TfIdf.WriteTfIdf extends PTransform<PCollection<KV<java.lang.String,KV<java.net.URI,java.lang.Double>>>,PDone>
PTransform to write, in CSV format, a mapping from term and URI
to score.name| Constructor and Description |
|---|
TfIdf.WriteTfIdf(java.lang.String output) |
| Modifier and Type | Method and Description |
|---|---|
PDone |
apply(PCollection<KV<java.lang.String,KV<java.net.URI,java.lang.Double>>> wordToUriAndTfIdf) |
finishSpecifying, getCoderRegistry, getDefaultName, getDefaultOutputCoder, getDefaultOutputCoder, getInput, getKindString, getName, getOutput, getPipeline, setName, setPipeline, toString, withNamepublic PDone apply(PCollection<KV<java.lang.String,KV<java.net.URI,java.lang.Double>>> wordToUriAndTfIdf)
apply in class PTransform<PCollection<KV<java.lang.String,KV<java.net.URI,java.lang.Double>>>,PDone>