Uses of Class
org.goplanit.path.choice.logit.LogitChoiceModelConfigurator
-
Packages that use LogitChoiceModelConfigurator Package Description org.goplanit.path.choice PLANit path choice classesorg.goplanit.path.choice.logit PLANit logit based path choice classes -
-
Uses of LogitChoiceModelConfigurator in org.goplanit.path.choice
Fields in org.goplanit.path.choice declared as LogitChoiceModelConfigurator Modifier and Type Field Description protected LogitChoiceModelConfigurator<? extends LogitChoiceModel>StochasticPathChoiceConfigurator. logitChoiceModelConfiguratorlogit choice model configuratorMethods in org.goplanit.path.choice that return LogitChoiceModelConfigurator Modifier and Type Method Description LogitChoiceModelConfigurator<? extends LogitChoiceModel>StochasticPathChoiceConfigurator. createAndRegisterLogitModel(String logitChoiceModelType)create and register the logit model of choiceLogitChoiceModelConfigurator<? extends LogitChoiceModel>StochasticPathChoiceConfigurator. getLogitModel()Collect the logit model configurator -
Uses of LogitChoiceModelConfigurator in org.goplanit.path.choice.logit
Subclasses of LogitChoiceModelConfigurator in org.goplanit.path.choice.logit Modifier and Type Class Description classMultinomialLogitConfiguratorMNL configurator implementationsMethods in org.goplanit.path.choice.logit that return LogitChoiceModelConfigurator Modifier and Type Method Description static LogitChoiceModelConfigurator<? extends LogitChoiceModel>LogitChoiceModelConfiguratorFactory. createConfigurator(String logitChoiceModelType)Create a configurator for given logit choice model type
-