-
ca.nengo.math.Function.map()
@param from Must have same length as getDimension()
@return result of function operation on arg
-
ca.nengo.math.PDF.map()
-
ca.nengo.math.impl.AbstractFunction.map()
@see ca.nengo.math.Function#map(float[])
-
ca.nengo.math.impl.ConstantFunction.map()
@return The constant value given in the constructor
@see ca.nengo.math.Function#map(float[])
-
ca.nengo.math.impl.FourierFunction.map()
@see ca.nengo.math.Function#map(float[])
-
ca.nengo.math.impl.GaussianPDF.map()
@see ca.nengo.math.Function#map(float[])
-
ca.nengo.math.impl.IdentityFunction.map()
@see ca.nengo.math.Function#map(float[])
-
ca.nengo.math.impl.IndicatorPDF.map()
@see ca.nengo.math.Function#map(float[])
-
ca.nengo.math.impl.NumericallyDifferentiableFunction.map()
Passed through to underlying Function.
@see ca.nengo.math.Function#map(float[])
-
ca.nengo.math.impl.PoissonPDF.map()
@see ca.nengo.math.impl.AbstractFunction#map(float[])
-
ca.nengo.math.impl.Polynomial.map()
@see ca.nengo.math.Function#map(float[])
-
ca.nengo.math.impl.PostfixFunction.map()
@see ca.nengo.math.Function#map(float[])
-
ca.nengo.math.impl.SigmoidFunction.map()
@see ca.nengo.math.Function#map(float[])
-
ca.nengo.math.impl.SineFunction.map()
@see ca.nengo.math.Function#map(float[])
-
com.caucho.rewrite.DispatchRule.map()
Creates a FilterChain for the action based on the uri and query string. Matching requests will use tail
, and mismatching requests will use next
. tail
is the plain servlet/filter chain without any rewriting. next
is the next rewrite dispatch
@param uri the request URI to match against
@param queryString the request query string to match against
@param next the next rewrite FilterChain dispatch
@param tail the plain servlet/filter chain for a match
-
com.datasift.client.cli.Parser.CliArguments.map()
-
com.github.jmkgreen.morphia.Morphia.map()
-
com.google.code.morphia.Morphia.map()
-
com.khs.sherpa.servlet.RequestMapper.map()
-
com.mozilla.grouperfish.naming.Scope.map()
-
com.mysema.query.jpa.impl.JPAQuery.map()
-
com.pointcliki.dizgruntled.map.MapEntity.map()
-
com.sencha.gxt.chart.client.draw.path.PathSprite.map()
Transforms the {@link PathSprite} by the passed {@link Matrix}.
@param matrix the transformation {@link Matrix}
@return the transformed {@link PathSprite}
-
com.sun.appserv.management.util.misc.ThrowableMapper.map()
-
com.sun.pdfview.font.ttf.CMap.map()
Map an 8 bit value to another 8 bit value
-
com.sun.pdfview.font.ttf.CMapFormat0.map()
Map from a byte
-
com.sun.pdfview.font.ttf.CMapFormat4.map()
Cannot map from a byte
-
com.sun.xml.bind.v2.schemagen.episode.SchemaBindings.map()
-
cpw.mods.fml.common.asm.transformers.deobf.FMLDeobfuscatingRemapper.map()
-
d3d11.core.ID3D11DeviceContext.Map()
-
edu.stanford.nlp.international.arabic.pipeline.DefaultLexicalMapper.map()
-
edu.stanford.nlp.trees.treebank.Mapper.map()
Maps from one string representation to another.
@param parent element
's context (e.g., the parent node in a parse tree)
@param element The string to be transformed.
@return The transformed string
-
etc.aloe.processes.LabelMapping.map()
Modifies the message set with predicted labels based on the provided labels and segments. The predictions are superimposed over the raw messages to produce the output.
@param predictions Predictions produced by a model
@param segments The unlabeled segments, whose messages will receive thenew labels.
@return
-
fork.lib.bio.anno.id.CrossAnno.map()
-
iryrwarosh.World.map()
-
java.nio.channels.FileChannel.map()
Maps the file into memory.There can be three modes:Read-only,Read/write and Private. After mapping, the memory and the file channel do not affect each other. Note : mapping a file into memory is usually expensive.
@param mode one of three modes to map
@param position the starting position of the file
@param size the size to map
@return the mapped byte buffer
@throws NonReadableChannelException If the file is not opened for reading but the given mode is "READ_ONLY"
@throws NonWritableChannelException If the file is not opened for writing but the mode is not "READ_ONLY"
@throws IllegalArgumentException If the given parameters of position and size are not correct
@throws IOException If any I/O error occurs
-
javax.datagrid.DataGrid.map()
-
jfun.yan.Component.map()
Create a new Component that upon creation, transforms the component instance to another instance.
@param m the Map object.
@return the new Component object.
-
juzu.impl.common.JSON.map()
-
ma.glasnost.orika.MapperFacade.map()
Create and return a new instance of type D mapped with the properties of sourceObject
.
@param sourceObject the object to map from
@param destinationClass the type of the new object to return
@return a new instance of type D mapped with the properties ofsourceObject
-
ma.glasnost.orika.impl.ConfigurableMapper.map()
Delegate methods for MapperFacade;
-
ma.glasnost.orika.impl.mapping.strategy.MappingStrategy.map()
Perform the mapping
@param sourceObject the source object to map
@param destinationObject the pre-instantiated destination object onto which propertiesshould be copied; may be null
@param context the current mapping context
@return the mapping result
-
net.freedom.gj.beans.mapper.BeanMapper.map()
Copies data from source object to target object.
@param source Source object.
@param target Target object.
@return Returns target object.
-
org.apache.catalina.Context.map()
-
org.apache.catalina.Host.map()
Return the Context that would be used to process the specified host-relative request URI, if any; otherwise return null
.
@param uri Request URI to be mapped
-
org.apache.catalina.Mapper.map()
Return the child Container that should be used to process this Request, based upon its characteristics. If no such child Container can be identified, return null
instead.
@param request Request being processed
@param update Update the Request to reflect the mapping selection?
-
org.apache.catalina.core.StandardHost.map()
Return the Context that would be used to process the specified host-relative request URI, if any; otherwise return null
.
@param uri Request URI to be mapped
-
org.apache.derby.iapi.services.property.PropertySetCallback.map()
Map a proposed new value for a property to an official value. Will only be called after apply() has been called.
@param key Property key for the property being set
@param value proposed new value for the property being set or null ifthe property is being dropped.
@param p Property set before the change. SettingProperty may read butmust never change p.
@return new value for the change
@exception StandardException Oh well.
-
org.apache.falcon.converter.OozieFeedMapper.map()
-
org.apache.falcon.converter.OozieProcessMapper.map()
-
org.apache.falcon.workflow.OozieProcessWorkflowBuilder.map()
-
org.apache.felix.ipojo.runtime.core.services.CheckService.map()
-
org.apache.hadoop.hbase.mapreduce.Import.KeyValueImporter.map()
-
org.apache.hadoop.hbase.mapreduce.IndexBuilder.Map.map()
-
org.apache.hadoop.hbase.mapreduce.SampleUploader.Uploader.map()
-
org.apache.hadoop.hbase.mapreduce.WALPlayer.HLogKeyValueMapper.map()
-
org.apache.hadoop.mapred.Mapper.map()
Maps a single input key/value pair into an intermediate key/value pair.
Output pairs need not be of the same types as input pairs. A given input pair may map to zero or many output pairs. Output pairs are collected with calls to {@link OutputCollector#collect(WritableComparable,Writable)}.
Applications can use the {@link Reporter} provided to report progress or just indicate that they are alive. In scenarios where the application takes an insignificant amount of time to process individual key/value pairs, this is crucial since the framework might assume that the task has timed-out and kill that task. The other way of avoiding this is to set mapred.task.timeout to a high-enough value (or even zero for no time-outs).
@param key the input key.
@param value the input value.
@param output collects mapped keys and values.
@param reporter facility to report progress.
-
org.apache.ivory.converter.OozieFeedMapper.map()
-
org.apache.ivory.converter.OozieProcessMapper.map()
-
org.apache.jena.atlas.lib.ColumnMap.map()
Apply to an unmapped tuple to get a tuple with the column mapping applied
-
org.apache.mahout.cf.taste.hadoop.ToItemPrefsMapper.map()
-
org.apache.mahout.classifier.bayes.common.BayesFeatureMapper.map()
We need to count the number of times we've seen a term with a given label and we need to output that. But this Mapper does more than just outputing the count. It first does weight normalisation. Secondly, it outputs for each unique word in a document value 1 for summing up as the Term Document Frequency. Which later is used to calculate the Idf Thirdly, it outputs for each label the number of times a document was seen(Also used in Idf Calculation)
@param key The label
@param value the features (all unique) associated w/ this label
@param output The OutputCollector to write the results to
@param reporter Not used
@throws IOException
-
org.apache.mahout.classifier.bayes.mapreduce.common.BayesFeatureMapper.map()
We need to count the number of times we've seen a term with a given label and we need to output that. But this Mapper does more than just outputing the count. It first does weight normalisation. Secondly, it outputs for each unique word in a document value 1 for summing up as the Term Document Frequency. Which later is used to calculate the Idf Thirdly, it outputs for each label the number of times a document was seen(Also used in Idf Calculation)
@param key The label
@param value the features (all unique) associated w/ this label in stringtuple format
@param output The OutputCollector to write the results to
@param reporter Not used
-
org.apache.mahout.clustering.spectral.MatrixDiagonalizeJob.MatrixDiagonalizeMapper.map()
-
org.apache.mahout.clustering.spectral.UnitVectorizerJob.UnitVectorizerMapper.map()
-
org.apache.mahout.clustering.spectral.VectorMatrixMultiplicationJob.VectorMatrixMultiplicationMapper.map()
-
org.apache.mahout.clustering.spectral.common.MatrixDiagonalizeJob.MatrixDiagonalizeMapper.map()
-
org.apache.mahout.clustering.spectral.common.UnitVectorizerJob.UnitVectorizerMapper.map()
-
org.apache.mahout.clustering.spectral.common.VectorMatrixMultiplicationJob.VectorMatrixMultiplicationMapper.map()
-
org.apache.mahout.clustering.spectral.eigencuts.EigencutsAffinityCutsJob.EigencutsAffinityCutsMapper.map()
-
org.apache.mahout.df.mapred.partial.Step0Job.Step0Mapper.map()
-
org.apache.mahout.df.mapreduce.partial.Step0Job.Step0Mapper.map()
-
org.apache.sling.api.resource.ResourceResolver.map()
Returns a path mapped from the (resource) path applying the reverse mapping used by the {@link #resolve(String)} such that when the path isgiven to the {@link #resolve(String)} method the same resource isreturned.
Note, that technically the resourcePath
need not refer to an existing resource. This method just applies the mappings and returns the resulting string. If the resourcePath
does not address an existing resource roundtripping may of course not work and calling {@link #resolve(String)} with the path returned may returnnull
.
This method is intended as the reverse operation of the {@link #resolve(String)} method.
@param resourcePath The path for which to return a mapped path.
@return The mapped path.
@throws IllegalStateException if this resource resolver has already been{@link #close() closed}.
-
org.apache.sling.serviceusermapping.impl.Mapping.map()
Returns the user name if the {@code serviceName} and the{@code serviceInfo} match. Otherwise {@code null} is returned.
@param serviceName The name of the service to match. If this is{@code null} this mapping will not match.
@param subServiceName The Subservice Name to match. This may be{@code null}.
@return The user name if this mapping matches or {@code null} otherwise.
-
org.apache.solr.uima.processor.UIMAToSolrMapper.map()
map features of a certain UIMA type to corresponding Solr fields based on the mapping
@param typeName name of UIMA type to map
@param featureFieldsmapping
-
org.apache.spark.api.java.JavaPairRDD.map()
-
org.apache.spark.sql.api.java.JavaSchemaRDD.map()
-
org.apache.stratum.xo.Mapper.map()
Loads a XML document (from the file system), maps it to an instance of the JavaBean beanClass
, and returns the instance.
@param xmlInput The file system path to the XML data file toprocess.
@see #map(InputStream,String)
-
org.apache.tomcat.lite.http.BaseMapper.map()
Map the specified host name and URI, mutating the given mapping data.
@param host Virtual host name
@param uri URI
@param mappingData This structure will contain the result of the mappingoperation
-
org.apache.tomcat.util.http.mapper.Mapper.map()
Map the specified host name and URI, mutating the given mapping data.
@param host Virtual host name
@param uri URI
@param mappingData This structure will contain the result of the mappingoperation
-
org.asciidoctor.Options.map()
-
org.byteliberi.easydriver.fields.BigDecimalField.map()
-
org.byteliberi.easydriver.fields.BooleanField.map()
-
org.byteliberi.easydriver.fields.ByteArrayField.map()
-
org.byteliberi.easydriver.fields.CharField.map()
-
org.byteliberi.easydriver.fields.DateField.map()
-
org.byteliberi.easydriver.fields.IntField.map()
-
org.byteliberi.easydriver.fields.TimestampField.map()
-
org.byteliberi.easydriver.fields.UUIDField.map()
-
org.byteliberi.easydriver.fields.VarcharField.map()
-
org.c3s.data.mapers.DataMapper.map()
-
org.discoproject.DiscoMapFunction.map()
-
org.dozer.Mapper.map()
Constructs new instance of destinationClass and performs mapping between from source
@param source
@param destinationClass
@param < T>
@return
@throws MappingException
-
org.eclipse.swt.widgets.Display.map()
Maps a point from one coordinate system to another. When the control is null, coordinates are mapped to the display.
NOTE: On right-to-left platforms where the coordinate systems are mirrored, special care needs to be taken when mapping coordinates from one control to another to ensure the result is correctly mirrored. Mapping a point that is the origin of a rectangle and then adding the width and height is not equivalent to mapping the rectangle. When one control is mirrored and the other is not, adding the width and height to a point that was mapped causes the rectangle to extend in the wrong direction. Mapping the entire rectangle instead of just one point causes both the origin and the corner of the rectangle to be mapped.
@param from the source
Control
or
null
@param to the destination
Control
or
null
@param point to be mapped
@return point with mapped coordinates
@exception IllegalArgumentException
- ERROR_NULL_ARGUMENT - if the point is null
- ERROR_INVALID_ARGUMENT - if the Control from or the Control to have been disposed
@exception SWTException
- ERROR_THREAD_INVALID_ACCESS - if not called from the thread that created the receiver
- ERROR_DEVICE_DISPOSED - if the receiver has been disposed
@since 2.1.2
-
org.eclipse.ui.internal.handlers.IActionCommandMappingService.map()
Maps an action identifier to a command identifier. This is used for retarget action, so that global action handlers can be registered with the correct command.
@param actionId The identifier of the retarget action; must not be null
.
@param commandId The identifier of the command; must not be null
-
org.elasticsearch.common.xcontent.XContentBuilder.map()
-
org.elasticsearch.common.xcontent.XContentParser.map()
-
org.exist.xquery.functions.map.MapExpr.map()
-
org.glassfish.admin.amx.util.ThrowableMapper.map()
-
org.globus.security.gridmap.GridMap.map()
-
org.gradle.api.internal.ConventionMapping.map()
-
org.jboss.as.console.client.tools.mapping.DescriptionMapper.map()
-
org.jboss.resteasy.annotations.providers.jaxb.WrappedMap.map()
-
org.jgroups.util.MessageBatch.map()
Applies a function to all messages and returns a list of the function results
-
org.locationtech.geogig.storage.GraphDatabase.map()
Maps a commit to another original commit. This is used in sparse repositories.
@param mapped the id of the mapped commit
@param original the commit to map to
-
org.modelmapper.ModelMapper.map()
Maps {@code source} to an instance of {@code destinationType}. Mapping is performed according to the corresponding TypeMap. If no TypeMap exists for {@code source.getClass()} and{@code destinationType} then one is created.
@param < D> destination type
@param source object to map from
@param destinationType type to map to
@return fully mapped instance of {@code destinationType}
@throws IllegalArgumentException if {@code source} or {@code destinationType} are null
@throws ConfigurationException if the ModelMapper cannot find or create a TypeMap for thearguments
@throws MappingException if a runtime error occurs while mapping
-
org.mongodb.morphia.Morphia.map()
-
org.movsim.roadmappings.RoadMapping.map()
@param roadPos
@param lateralOffset offset from center of road, used mainly for drawing roadlines and road edges
@return a PosTheta object giving position and direction
-
org.neo4j.gis.spatial.attributes.PropertyMapper.map()
-
org.openqa.selenium.browserlaunchers.DoNotUseProxyPac.map()
-
org.openstreetmap.josm.tools.XmlObjectParser.map()
-
org.qi4j.functional.Function.map()
Map a single item from one type to another
@param from the input item
@return the mapped item
-
org.restlet.security.MemoryRealm.map()
Maps a group defined in a component to a role defined in the application.
@param group The source group.
@param role The target role.
-
org.springframework.binding.mapping.impl.DefaultMapper.map()
-
org.xadoop.zorba.ZorbaMapper.map()
-
quicktime.std.image.Matrix.map()
-
r.data.RArray.Names.map()
-
ru.spbu.math.ontologycomparison.zhukova.logic.similarity.mappers.impl.SynsetMapper.map()
-
shark.api.JavaTableRDD.map()
-
speculoos.core.ChainMapper.map()
-
speculoos.core.Mapper.map()
Invoke this mapper's operation. Although any kind of object may be given to a mapper, depending on its type and contract, the general requirements of a mapper are that it must distinguish between atomic and aggregate values. Any input
parameter or return
value that is a subinterface of {@link java.util.Collection} is an aggregate value. This is usually restricted to lists and maps.
@param input input parameter of this mapper
@param param execution environnement for this mapper invocation.
@return object representing result of executing this mapper.
@throws MapperException if something gets wrong,...
-
speculoos.jndi.mappers.SearchMapperImpl.map()
-
voldemort.store.readonly.io.MappedFileReader.map()
Read from this mapped file.
-
weka.core.matrix.DoubleVector.map()
Applies a method to the vector
@param className the class name
@param method the method
-
xerial.larray.LIntArray.map()