Uses of Interface
microsim.alignment.probability.AlignmentProbabilityClosure
-
Packages that use AlignmentProbabilityClosure Package Description microsim.alignment.probability -
-
Uses of AlignmentProbabilityClosure in microsim.alignment.probability
Methods in microsim.alignment.probability with parameters of type AlignmentProbabilityClosure Modifier and Type Method Description abstract voidAbstractProbabilityAlignment. align(java.util.Collection<T> agents, org.apache.commons.collections4.Predicate<T> filter, AlignmentProbabilityClosure<T> closure, double targetShare)Method to implement alignment.voidLogitScalingBinaryAlignment. align(java.util.Collection<T> agents, org.apache.commons.collections4.Predicate<T> filter, AlignmentProbabilityClosure<T> closure, double targetShare)Aligns a sub-population of objects using Logit Scaling alignment.voidLogitScalingBinaryAlignment. align(java.util.Collection<T> agents, org.apache.commons.collections4.Predicate<T> filter, AlignmentProbabilityClosure<T> closure, double targetShare, int maxNumberIterations, double precision, boolean enableWarnings)Aligns a sub-population of objects using Logit Scaling alignment.voidLogitScalingBinaryWeightedAlignment. align(java.util.Collection<T> agents, org.apache.commons.collections4.Predicate<T> filter, AlignmentProbabilityClosure<T> closure, double targetShare)Aligns a sub-population of objects using Logit Scaling alignment.voidLogitScalingBinaryWeightedAlignment. align(java.util.Collection<T> agents, org.apache.commons.collections4.Predicate<T> filter, AlignmentProbabilityClosure<T> closure, double targetShare, int maxNumberIterations, double precision, boolean enableWarnings)Aligns a sub-population of objects using Logit Scaling alignment.voidMultiplicativeScalingAlignment. align(java.util.Collection<T> agents, org.apache.commons.collections4.Predicate<T> filter, AlignmentProbabilityClosure<T> closure, double targetShare)voidSBDAlignment. align(java.util.Collection<T> agents, org.apache.commons.collections4.Predicate<T> filter, AlignmentProbabilityClosure<T> closure, double targetShare)voidSBDLAlignment. align(java.util.Collection<T> agents, org.apache.commons.collections4.Predicate<T> filter, AlignmentProbabilityClosure<T> closure, double targetShare)voidSidewalkAlignment. align(java.util.Collection<T> agents, org.apache.commons.collections4.Predicate<T> filter, AlignmentProbabilityClosure<T> closure, double targetShare)
-