public class WekaFeature3DSettings extends Object implements JIPipeParameterCollection
JIPipeParameterCollection.ParameterChangedEvent, JIPipeParameterCollection.ParameterStructureChangedEvent, JIPipeParameterCollection.ParameterUIChangedEvent
Constructor and Description |
---|
WekaFeature3DSettings() |
WekaFeature3DSettings(WekaFeature3DSettings 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() |
WekaFeatureSet3D |
getTrainingFeatures() |
boolean |
isUseNeighbors() |
void |
setMaxSigma(float maxSigma) |
void |
setMembranePatchSize(int membranePatchSize) |
void |
setMembraneSize(int membraneSize) |
void |
setMinSigma(float minSigma) |
void |
setTrainingFeatures(WekaFeatureSet3D 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 WekaFeature3DSettings()
public WekaFeature3DSettings(WekaFeature3DSettings 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 WekaFeatureSet3D getTrainingFeatures()
public void setTrainingFeatures(WekaFeatureSet3D 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.