ML functions
 
Loading...
Searching...
No Matches
ml::TreeTypeFactories Class Reference

Factory class for creating instances of TreeType. More...

#include <VeloxDecisionTree.h>

Inheritance diagram for ml::TreeTypeFactories:

Public Member Functions

TypePtr getType () const override
 Get the TreeType instance.
 
exec::CastOperatorPtr getCastOperator () const override
 Get the cast operator for the type.
 

Detailed Description

Factory class for creating instances of TreeType.

Member Function Documentation

◆ getCastOperator()

exec::CastOperatorPtr ml::TreeTypeFactories::getCastOperator ( ) const
inlineoverride

Get the cast operator for the type.

Returns
A shared pointer to the cast operator.
Exceptions
VeloxExceptionif the operation is unsupported.

◆ getType()

TypePtr ml::TreeTypeFactories::getType ( ) const
inlineoverride

Get the TreeType instance.

Returns
A shared pointer to the TreeType instance.

The documentation for this class was generated from the following file: