Skip to main content
Ctrl+K

Polpo @ GI lab

  • How-tos
  • Tutorials
  • API
  • How-tos
  • Tutorials
  • API

Section Navigation

  • polpo.preprocessing
    • BranchingPipeline
    • Constant
    • Contains
    • ContainsAll
    • DataPrinter
    • DecorateToIterable
    • EmptyRemover
    • EmptySkipper
    • Eval
    • EvalFromImport
    • ExceptionToWarning
    • Filter
    • IdentityStep
    • IfCondition
    • IfEmpty
    • IndexMap
    • IndexSelector
    • Lambda
    • ListSqueeze
    • Listify
    • Map
    • MethodApplier
    • NestingSwapper
    • NoneRemover
    • NoneSkipper
    • ParMap
    • PartiallyInitializedStep
    • Pipeline
    • Prefix
    • PreprocessingStep
    • RemoveIndex
    • SerialMap
    • Sorter
    • StepWithLogging
    • StepWrappingPreprocessingStep
    • Truncater
    • TupleWith
    • TupleWithIncoming
    • Unnest
    • WrapInList
    • polpo.preprocessing.base
    • polpo.preprocessing.dict
    • polpo.preprocessing.learning
    • polpo.preprocessing.load
    • polpo.preprocessing.mesh
    • polpo.preprocessing.mri
    • polpo.preprocessing.np
    • polpo.preprocessing.path
    • polpo.preprocessing.pd
    • polpo.preprocessing.point_cloud
    • polpo.preprocessing.ssh
    • polpo.preprocessing.str
  • API
  • polpo.preprocessing
  • polpo.preprocessing.np
  • Stack

Stack#

class polpo.preprocessing.np.Stack(axis=0)[source]#

Bases: PreprocessingStep

Joins a sequence of arrays along a new axis.

https://numpy.org/doc/stable/reference/generated/numpy.stack.html

Parameters:

axis (int) – The axis in the result array along which the input arrays are stacked.

On this page
  • Stack

© Copyright 2024-, Geometric Intelligence Lab @ UC Santa Barbara.

Created using Sphinx 8.1.3.

Built with the PyData Sphinx Theme 0.16.1.