Package org.hortonmachine.modules
Class PdalFilterPmf
- java.lang.Object
-
- org.hortonmachine.gears.libs.modules.HMModel
-
- org.hortonmachine.modules.docker.PdalDockerModel
-
- org.hortonmachine.modules.PdalFilterPmf
-
public class PdalFilterPmf extends PdalDockerModel
-
-
Field Summary
Fields Modifier and Type Field Description booleandoExponentialStringinPathStringoutNameDoublepCellSizeIntegerpInClassificationDoublepInitialDistanceDoublepMaxDistanceDoublepMaxWindowSizeIntegerpOutClassificationDoublepSlope-
Fields inherited from class org.hortonmachine.modules.docker.PdalDockerModel
dockerHandler
-
-
Constructor Summary
Constructors Constructor Description PdalFilterPmf()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static voidmain(String[] args)voidprocess()-
Methods inherited from class org.hortonmachine.modules.docker.PdalDockerModel
checkDockerInstall, closeClient, execCommand, getPipelineFile, getPipelineJson, hasImage, pullImage, removeImage, startContainer
-
-
-
-
Field Detail
-
inPath
public String inPath
-
outName
public String outName
-
pSlope
public Double pSlope
-
doExponential
public boolean doExponential
-
pCellSize
public Double pCellSize
-
pMaxDistance
public Double pMaxDistance
-
pMaxWindowSize
public Double pMaxWindowSize
-
pInitialDistance
public Double pInitialDistance
-
pInClassification
public Integer pInClassification
-
pOutClassification
public Integer pOutClassification
-
-