Uses of Class
clickTrainDetector.clickTrainAlgorithms.mht.mhtvar.SimpleChi2VarParams
Package
Description
-
Uses of SimpleChi2VarParams in clickTrainDetector.clickTrainAlgorithms.mht.mhtvar
Modifier and TypeClassDescriptionclass
class
Subclass of parameters for bearing.class
Parameters for correlation MHT variableclass
The IDIChi2Parmas.class
Time delay parameters.Modifier and TypeMethodDescriptionSimpleChi2VarParams.clone()
SimpleChi2Var.getSimpleChiVarParams()
Get the chi2 variable params.Modifier and TypeMethodDescriptionAmplitudeChi2.getSettingsPane()
BearingChi2.getSettingsPane()
BearingChi2Delta.getSettingsPane()
CorrelationChi2.getSettingsPane()
IDIChi2.getSettingsPane()
SimpleChi2Var.getSettingsPane()
TimeDelayChi2Delta.getSettingsPane()
Modifier and TypeMethodDescriptionvoid
AmplitudeChi2.setSimpleChiVarParams
(SimpleChi2VarParams params) void
BearingChi2Delta.setSimpleChiVarParams
(SimpleChi2VarParams params) void
CorrelationChi2.setSimpleChiVarParams
(SimpleChi2VarParams params) void
IDIChi2.setSimpleChiVarParams
(SimpleChi2VarParams params) void
SimpleChi2Var.setSimpleChiVarParams
(SimpleChi2VarParams simpleChiVarParams) Set the chi2 params for the chi2variable. -
Uses of SimpleChi2VarParams in clickTrainDetector.layout.mht
Modifier and TypeMethodDescriptionAdvMHTVarPane.getParams
(SimpleChi2VarParams currParams) SimpleMHTVarPane.getParams
(SimpleChi2VarParams currParams) Modifier and TypeMethodDescriptionAmplitudeMHTVarPane.createAdvMHTVarPane
(SimpleChi2VarParams simpleChi2VarParams, ResultConverter resultConverter) Create the advanced settings pane.BearingMHTVarPane.createAdvMHTVarPane
(SimpleChi2VarParams simpleChi2VarParams, ResultConverter resultConverter) Create the advanced settings pane.CorrelationMHTPane.createAdvMHTVarPane
(SimpleChi2VarParams simpleChi2VarParams, ResultConverter resultConverter) Create the advanced settings pane.IDIChi2Pane.createAdvMHTVarPane
(SimpleChi2VarParams simpleChi2VarParams, ResultConverter resultConverter) Create the advanced settings pane.SimpleMHTVarPane.createAdvMHTVarPane
(SimpleChi2VarParams simpleChi2VarParams, ResultConverter resultConverter) Create the advanced settings pane.AdvMHTVarPane.getParams
(SimpleChi2VarParams currParams) AmplitudeChi2AdvPane.getParams
(SimpleChi2VarParams currParams) BearingAdvMHTPane.getParams
(SimpleChi2VarParams currParams) CorrelationAdvMHTPane.getParams
(SimpleChi2VarParams currParams) ICIChi2AdvPane.getParams
(SimpleChi2VarParams currParams) SimpleMHTVarPane.getParams
(SimpleChi2VarParams currParams) void
AdvMHTVarPane.setParams
(SimpleChi2VarParams input) void
AmplitudeChi2AdvPane.setParams
(SimpleChi2VarParams currParams) void
BearingAdvMHTPane.setParams
(SimpleChi2VarParams currParams) void
CorrelationAdvMHTPane.setParams
(SimpleChi2VarParams currParams) void
ICIChi2AdvPane.setParams
(SimpleChi2VarParams currParams) void
SimpleMHTVarPane.setParams
(SimpleChi2VarParams simpleChi2VarParams) ModifierConstructorDescriptionAdvMHTVarPane
(SimpleChi2VarParams simpleChi2Var2) AdvMHTVarPane
(SimpleChi2VarParams simpleChi2Var2, ResultConverter resultConverter) AmplitudeChi2AdvPane
(SimpleChi2VarParams simpleChi2Var2, ResultConverter resultConverter) AmplitudeMHTVarPane
(SimpleChi2VarParams simpleChi2Var, ResultConverter resultsConverter) BearingAdvMHTPane
(SimpleChi2VarParams simpleChi2Var2, ResultConverter resultConverter) BearingMHTVarPane
(SimpleChi2VarParams simpleChi2Var, ResultConverter resultsConverter) CorrelationAdvMHTPane
(SimpleChi2VarParams simpleChi2Var2) CorrelationMHTPane
(SimpleChi2VarParams simpleChi2Var) ICIChi2AdvPane
(SimpleChi2VarParams simpleChi2Var2, ResultConverter resultConverter) IDIChi2Pane
(SimpleChi2VarParams simpleChi2Var, ResultConverter resultConverter) SimpleMHTVarPane
(SimpleChi2VarParams simpleChi2Var) SimpleMHTVarPane
(SimpleChi2VarParams simpleChi2Var, ResultConverter resultsConverter)