navis 1.4.0
  • Install
  • Quickstart
  • Tutorials
  • API
  • Changelog
  • Github
  • Ecosystem
  • Site
    • Page
        • navis.TreeNeuron.downsample
          • TreeNeuron.downsample()

    navis.TreeNeuron.downsample¶

    TreeNeuron.downsample(factor=5, inplace=False, **kwargs)[source]¶

    Downsample the neuron by given factor.

    Parameters:
    • factor (int, optional) – Factor by which to downsample the neurons. Default = 5.

    • inplace (bool, optional) – If True, operation will be performed on itself. If False, operation is performed on copy which is then returned.

    • **kwargs – Additional arguments passed to downsample_neuron().

    See also

    downsample_neuron()

    Base function. See for details and examples.

    Back to top

    Source

    © Copyright 2018, Philipp Schlegel.
    Created using Sphinx 5.3.0.