public class WekaFeature2DSettings extends Object implements JIPipeParameterCollection
JIPipeParameterCollection.ParameterChangedEvent, JIPipeParameterCollection.ParameterStructureChangedEvent, JIPipeParameterCollection.ParameterUIChangedEvent
Constructor and Description |
---|
WekaFeature2DSettings() |
WekaFeature2DSettings(WekaFeature2DSettings other) |
Modifier and Type | Method and Description |
---|---|
EventBus |
getEventBus()
Gets the event bus that posts events about the parameters
|
float |
getMaxSigma() |
int |
getMembranePatchSize() |
int |
getMembraneSize() |
float |
getMinSigma() |
WekaFeatureSet2D |
getTrainingFeatures() |
boolean |
isUseNeighbors() |
void |
setMaxSigma(float maxSigma) |
void |
setMembranePatchSize(int membranePatchSize) |
void |
setMembraneSize(int membraneSize) |
void |
setMinSigma(float minSigma) |
void |
setTrainingFeatures(WekaFeatureSet2D trainingFeatures) |
void |
setUseNeighbors(boolean useNeighbors) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addParameterChangeListener, addParameterChangeListener, getContextActions, getParameter, getParameterAccess, isParameterUIVisible, isParameterUIVisible, setParameter, triggerParameterChange, triggerParameterStructureChange, triggerParameterUIChange
public WekaFeature2DSettings()
public WekaFeature2DSettings(WekaFeature2DSettings other)
public boolean isUseNeighbors()
public void setUseNeighbors(boolean useNeighbors)
public int getMembraneSize()
public void setMembraneSize(int membraneSize)
public int getMembranePatchSize()
public void setMembranePatchSize(int membranePatchSize)
public float getMinSigma()
public void setMinSigma(float minSigma)
public float getMaxSigma()
public void setMaxSigma(float maxSigma)
public WekaFeatureSet2D getTrainingFeatures()
public void setTrainingFeatures(WekaFeatureSet2D trainingFeatures)
public EventBus getEventBus()
JIPipeParameterCollection
getEventBus
in interface JIPipeParameterCollection
JIPipeParameterCollection.ParameterChangedEvent
and JIPipeParameterCollection.ParameterStructureChangedEvent
Copyright © 2020–2022 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.