Serializable, weka.core.CapabilitiesHandler, weka.core.OptionHandler, InstanceWeightsModifierpublic class PassThrough extends AbstractInstanceWeightsModifier
-do-not-check-capabilities If set, modifier capabilities are not checked (use with caution).
| Constructor | Description |
|---|---|
PassThrough() |
| Modifier and Type | Method | Description |
|---|---|---|
weka.core.Instances |
determineOutputFormat(weka.core.Instances inputFormat) |
Returns the new output format.
|
String |
globalInfo() |
Returns a string describing this scheme.
|
doNotCheckCapabilitiesTipText, getCapabilities, getCapabilities, getDoNotCheckCapabilities, getOptions, listOptions, modifyInstanceWeights, setDoNotCheckCapabilities, setOptionspublic String globalInfo()
globalInfo in class AbstractInstanceWeightsModifierpublic weka.core.Instances determineOutputFormat(weka.core.Instances inputFormat)
throws Exception
inputFormat - the input format, before applying the weightsException - if determination failsCopyright © 2018 University of Waikato, Hamilton, NZ. All Rights Reserved.