Uses of Interface
microsim.alignment.multiple.AlignmentMultiProbabilityClosure
-
Packages that use AlignmentMultiProbabilityClosure Package Description microsim.alignment.multiple -
-
Uses of AlignmentMultiProbabilityClosure in microsim.alignment.multiple
Methods in microsim.alignment.multiple with parameters of type AlignmentMultiProbabilityClosure Modifier and Type Method Description abstract voidAbstractMultiProbabilityAlignment. align(java.util.Collection<T> agents, org.apache.commons.collections4.Predicate<T> filter, AlignmentMultiProbabilityClosure<T> closure, double[] targetShare)voidLogitScalingAlignment. align(java.util.Collection<T> agents, org.apache.commons.collections4.Predicate<T> filter, AlignmentMultiProbabilityClosure<T> closure, double[] targetShare)Aligns a sub-population of objects using Logit Scaling alignment.voidLogitScalingAlignment. align(java.util.Collection<T> agents, org.apache.commons.collections4.Predicate<T> filter, AlignmentMultiProbabilityClosure<T> closure, double[] targetShare, int maxNumberIterations, double precision, boolean enableWarnings)Aligns a sub-population of objects using Logit Scaling alignment.voidLogitScalingWeightedAlignment. align(java.util.Collection<T> agents, org.apache.commons.collections4.Predicate<T> filter, AlignmentMultiProbabilityClosure<T> closure, double[] targetShare)Aligns a sub-population of objects using Logit Scaling alignment.voidLogitScalingWeightedAlignment. align(java.util.Collection<T> agents, org.apache.commons.collections4.Predicate<T> filter, AlignmentMultiProbabilityClosure<T> closure, double[] targetShare, int maxNumberIterations, double precision, boolean enableWarnings)Aligns a sub-population of objects using Logit Scaling alignment.
-