Houdini 20.5 Nodes Geometry nodes

ML Example Decompose geometry node

Obtain the input components and the optional target components from examples

On this page

Overview

ML Example constructs an example from an input component and an optional target component.

ML Example Decompose does the opposite; it takes an example and decomposes it into its input component and its optional target component. ML Example Decompose is useful for doing pre-processing passes on sets of examples. It also provides a way to inspect the input and target components of examples for troubleshooting and visualization purposes.

ML Example Decompose isn’t limited to processing a single example at a time. If both Keep Input Component Packed and Keep Target Component Packed are on, then it can decompose in its order a set of examples into a set of input components and a set of target components. However, if either Keep Input Component Packed and Keep Target Component Packed is disabled, ML Example Decompose expects the Example input to consist of only a single example and each output will have only a single component.

See Machine Learning documentation for more general information.

Parameters

Keep Input Component Packed

Keep the input component of each example as a packed primitive. This is useful when you don’t want to modify embedded geometry and pass it on without creating unnecessary copies.

Keep Target Component Packed

Keep the target component of each example as a packed primitive. This is useful when you don’t want to modify embedded geometry and pass it on without creating unnecessary copies.

Inputs

Example

Each example, represented by a packed primitive.

Outputs

Input Component

The input component of each example.

Target Component

The optional target component of each example.

Geometry nodes