public class AcInteractionSeriesFactory extends Object
| Constructor and Description |
|---|
AcInteractionSeriesFactory(com.banda.function.evaluator.FunctionEvaluatorFactory functionEvaluatorFactory) |
| Modifier and Type | Method and Description |
|---|---|
Collection<com.banda.core.Pair<Boolean,Boolean>> |
createInputOutputTemporalFunSeries(com.banda.function.domain.BooleanFunction.BooleanFunctionType booleanFunctionType,
int seriesLength,
int timeWindowLength) |
com.banda.function.domain.Function<Double,Double> |
createRandomFunction(com.banda.math.domain.rand.RandomDistribution<Double> randomDistribution) |
AcInteractionSeries |
createTemporalActionASWithInit(AcSpeciesSet speciesSet,
com.banda.function.domain.BooleanFunction.BooleanFunctionType functionType,
int timeWindowLength,
com.banda.math.domain.rand.RandomDistribution<Double> initInternalConcDistribution,
com.banda.math.domain.rand.RandomDistribution<Double> initWeightConcDistribution,
AcConcentrationLevel inputConcentrationLevel,
AcConcentrationLevel feedbackConcentrationLevel,
int actionsNum,
int afterInitStartingTimeStep,
int actionInterval,
boolean nullOutputSpecies) |
public AcInteractionSeriesFactory(com.banda.function.evaluator.FunctionEvaluatorFactory functionEvaluatorFactory)
public AcInteractionSeries createTemporalActionASWithInit(AcSpeciesSet speciesSet, com.banda.function.domain.BooleanFunction.BooleanFunctionType functionType, int timeWindowLength, com.banda.math.domain.rand.RandomDistribution<Double> initInternalConcDistribution, com.banda.math.domain.rand.RandomDistribution<Double> initWeightConcDistribution, AcConcentrationLevel inputConcentrationLevel, AcConcentrationLevel feedbackConcentrationLevel, int actionsNum, int afterInitStartingTimeStep, int actionInterval, boolean nullOutputSpecies)
public com.banda.function.domain.Function<Double,Double> createRandomFunction(com.banda.math.domain.rand.RandomDistribution<Double> randomDistribution)
public Collection<com.banda.core.Pair<Boolean,Boolean>> createInputOutputTemporalFunSeries(com.banda.function.domain.BooleanFunction.BooleanFunctionType booleanFunctionType, int seriesLength, int timeWindowLength)
Copyright © 2015. All Rights Reserved.