public static class OutputPredictMetric.FactoryBuilder extends Object implements org.apache.commons.lang3.builder.Builder<OutputPredictMetric.Factory>
Constructor and Description |
---|
FactoryBuilder() |
Modifier and Type | Method and Description |
---|---|
void |
addChannel(String chan,
String col) |
void |
addChannel(Symbol chan,
String col) |
OutputPredictMetric.Factory |
build() |
List<org.apache.commons.lang3.tuple.Pair<Symbol,String>> |
getChannels() |
File |
getFile() |
void |
setFile(File f) |
void |
setFile(String fn) |
public File getFile()
public void setFile(File f)
public void setFile(String fn)
public OutputPredictMetric.Factory build()
build
in interface org.apache.commons.lang3.builder.Builder<OutputPredictMetric.Factory>