HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
SOP_MLRegressionKernelCoreParms Class Reference

#include <SOP_MLRegressionKernelCore.proto.h>

+ Inheritance diagram for SOP_MLRegressionKernelCoreParms:

Classes

struct  Inputs
 
struct  Outputs
 

Public Types

using Batch = SOP_MLRegressionKernelCoreEnums::Batch
 
using KernelType = SOP_MLRegressionKernelCoreEnums::KernelType
 
using ModelMode = SOP_MLRegressionKernelCoreEnums::ModelMode
 
using InputType = SOP_MLRegressionKernelCoreEnums::InputType
 
using OutputType = SOP_MLRegressionKernelCoreEnums::OutputType
 
- Public Types inherited from OP_NodeParms
enum  ParmType {
  PARM_INTEGER, PARM_FLOAT, PARM_VECTOR2, PARM_VECTOR3,
  PARM_VECTOR4, PARM_MATRIX2, PARM_MATRIX3, PARM_MATRIX4,
  PARM_STRING, PARM_RAMP, PARM_DATA, PARM_MULTIPARM,
  PARM_UNSUPPORTED
}
 

Public Member Functions

UT_StringHolder createString (const UT_Array< Inputs > &list) const
 
UT_StringHolder createString (const UT_Array< Outputs > &list) const
 
 SOP_MLRegressionKernelCoreParms ()
 
 SOP_MLRegressionKernelCoreParms (const SOP_MLRegressionKernelCoreParms &)=default
 
SOP_MLRegressionKernelCoreParmsoperator= (const SOP_MLRegressionKernelCoreParms &)=default
 
 SOP_MLRegressionKernelCoreParms (SOP_MLRegressionKernelCoreParms &&) noexcept=default
 
SOP_MLRegressionKernelCoreParmsoperator= (SOP_MLRegressionKernelCoreParms &&) noexcept=default
 
 ~SOP_MLRegressionKernelCoreParms () override
 
bool operator== (const SOP_MLRegressionKernelCoreParms &src) const
 
bool operator!= (const SOP_MLRegressionKernelCoreParms &src) const
 
void buildFromOp (const OP_GraphProxy *graph, exint nodeidx, fpreal time, DEP_MicroNode *depnode)
 
void loadFromOpSubclass (const LoadParms &loadparms) override
 
void copyFrom (const OP_NodeParms *src) override
 
template<typename T >
void doGetParmValue (TempIndex idx, TempIndex instance, T &value) const
 
bool isParmColorRamp (exint idx) const override
 
void getNestParmValue (TempIndex idx, TempIndex instance, exint &value) const override
 
void getNestParmValue (TempIndex idx, TempIndex instance, fpreal &value) const override
 
void getNestParmValue (TempIndex idx, TempIndex instance, UT_Vector2D &value) const override
 
void getNestParmValue (TempIndex idx, TempIndex instance, UT_Vector3D &value) const override
 
void getNestParmValue (TempIndex idx, TempIndex instance, UT_Vector4D &value) const override
 
void getNestParmValue (TempIndex idx, TempIndex instance, UT_Matrix2D &value) const override
 
void getNestParmValue (TempIndex idx, TempIndex instance, UT_Matrix3D &value) const override
 
void getNestParmValue (TempIndex idx, TempIndex instance, UT_Matrix4D &value) const override
 
void getNestParmValue (TempIndex idx, TempIndex instance, UT_StringHolder &value) const override
 
void getNestParmValue (TempIndex idx, TempIndex instance, UT_SharedPtr< UT_Ramp > &value) const override
 
void getNestParmValue (TempIndex idx, TempIndex instance, PRM_DataItemHandle &value) const override
 
template<typename T >
void doSetParmValue (TempIndex idx, TempIndex instance, const T &value)
 
void setNestParmValue (TempIndex idx, TempIndex instance, const exint &value) override
 
void setNestParmValue (TempIndex idx, TempIndex instance, const fpreal &value) override
 
void setNestParmValue (TempIndex idx, TempIndex instance, const UT_Vector2D &value) override
 
void setNestParmValue (TempIndex idx, TempIndex instance, const UT_Vector3D &value) override
 
void setNestParmValue (TempIndex idx, TempIndex instance, const UT_Vector4D &value) override
 
void setNestParmValue (TempIndex idx, TempIndex instance, const UT_Matrix2D &value) override
 
void setNestParmValue (TempIndex idx, TempIndex instance, const UT_Matrix3D &value) override
 
void setNestParmValue (TempIndex idx, TempIndex instance, const UT_Matrix4D &value) override
 
void setNestParmValue (TempIndex idx, TempIndex instance, const UT_StringHolder &value) override
 
void setNestParmValue (TempIndex idx, TempIndex instance, const UT_SharedPtr< UT_Ramp > &value) override
 
void setNestParmValue (TempIndex idx, TempIndex instance, const PRM_DataItemHandle &value) override
 
exint getNestNumParms (TempIndex idx) const override
 
const char * getNestParmName (TempIndex fieldnum) const override
 
ParmType getNestParmType (TempIndex fieldnum) const override
 
void save (std::ostream &os) const
 
bool load (UT_IStream &is)
 
Batch getBatch () const
 
void setBatch (Batch val)
 
Batch opBatch (const SOP_NodeVerb::CookParms &cookparms) const
 
fpreal64 getWeightDecay () const
 
void setWeightDecay (fpreal64 val)
 
fpreal64 opWeightDecay (const SOP_NodeVerb::CookParms &cookparms) const
 
fpreal64 getErrorThreshold () const
 
void setErrorThreshold (fpreal64 val)
 
fpreal64 opErrorThreshold (const SOP_NodeVerb::CookParms &cookparms) const
 
KernelType getKernelType () const
 
void setKernelType (KernelType val)
 
KernelType opKernelType (const SOP_NodeVerb::CookParms &cookparms) const
 
fpreal64 getWidth () const
 
void setWidth (fpreal64 val)
 
fpreal64 opWidth (const SOP_NodeVerb::CookParms &cookparms) const
 
fpreal64 getSigmoidScale () const
 
void setSigmoidScale (fpreal64 val)
 
fpreal64 opSigmoidScale (const SOP_NodeVerb::CookParms &cookparms) const
 
fpreal64 getPolynomialOffset () const
 
void setPolynomialOffset (fpreal64 val)
 
fpreal64 opPolynomialOffset (const SOP_NodeVerb::CookParms &cookparms) const
 
int64 getPolynomialDegree () const
 
void setPolynomialDegree (int64 val)
 
int64 opPolynomialDegree (const SOP_NodeVerb::CookParms &cookparms) const
 
fpreal64 getSigmoidOffset () const
 
void setSigmoidOffset (fpreal64 val)
 
fpreal64 opSigmoidOffset (const SOP_NodeVerb::CookParms &cookparms) const
 
ModelMode getModelMode () const
 
void setModelMode (ModelMode val)
 
ModelMode opModelMode (const SOP_NodeVerb::CookParms &cookparms) const
 
const UT_Array< Inputs > & getInputs () const
 
void setInputs (const UT_Array< Inputs > &val)
 
exint opInputs (const SOP_NodeVerb::CookParms &cookparms) const
 
int64 opInputs_inputtype (const SOP_NodeVerb::CookParms &cookparms, int _idx) const
 
int64 opinstInputs_inputtype (const SOP_NodeVerb::CookParms &cookparms, const int *_idx) const
 
UT_StringHolder opInputs_inputpointattribute (const SOP_NodeVerb::CookParms &cookparms, int _idx) const
 
UT_StringHolder opinstInputs_inputpointattribute (const SOP_NodeVerb::CookParms &cookparms, const int *_idx) const
 
UT_StringHolder opInputs_inputvolumename (const SOP_NodeVerb::CookParms &cookparms, int _idx) const
 
UT_StringHolder opinstInputs_inputvolumename (const SOP_NodeVerb::CookParms &cookparms, const int *_idx) const
 
const UT_Array< Outputs > & getOutputs () const
 
void setOutputs (const UT_Array< Outputs > &val)
 
exint opOutputs (const SOP_NodeVerb::CookParms &cookparms) const
 
int64 opOutputs_outputtype (const SOP_NodeVerb::CookParms &cookparms, int _idx) const
 
int64 opinstOutputs_outputtype (const SOP_NodeVerb::CookParms &cookparms, const int *_idx) const
 
UT_StringHolder opOutputs_outputpointattribute (const SOP_NodeVerb::CookParms &cookparms, int _idx) const
 
UT_StringHolder opinstOutputs_outputpointattribute (const SOP_NodeVerb::CookParms &cookparms, const int *_idx) const
 
UT_StringHolder opOutputs_outputvolumename (const SOP_NodeVerb::CookParms &cookparms, int _idx) const
 
UT_StringHolder opinstOutputs_outputvolumename (const SOP_NodeVerb::CookParms &cookparms, const int *_idx) const
 
UT_Vector3I opOutputs_outputvolumeresolution (const SOP_NodeVerb::CookParms &cookparms, int _idx) const
 
UT_Vector3I opinstOutputs_outputvolumeresolution (const SOP_NodeVerb::CookParms &cookparms, const int *_idx) const
 
int64 opOutputs_outputtuplesize (const SOP_NodeVerb::CookParms &cookparms, int _idx) const
 
int64 opinstOutputs_outputtuplesize (const SOP_NodeVerb::CookParms &cookparms, const int *_idx) const
 
- Public Member Functions inherited from SOP_NodeParms
 SOP_NodeParms ()
 
bool applyGeometryOverride (GU_ConstDetailHandle gdh)
 
bool applyGeometryOverrideFromNode (SOP_Node *node, OP_Context &context, SOP_NodeCache *cache)
 
- Public Member Functions inherited from OP_NodeParms
 OP_NodeParms ()
 
virtual ~OP_NodeParms ()
 
void loadFromOp (const LoadParms &loadparms)
 
bool applyOptionsOverride (const UT_Options *options)
 
virtual exint getNumParms () const
 
virtual const char * getParmName (exint idx) const
 
virtual ParmType getParmType (exint idx) const
 
virtual void getParmValue (exint idx, exint &value) const
 
virtual void getParmValue (exint idx, fpreal &value) const
 
virtual void getParmValue (exint idx, UT_Vector2D &value) const
 
virtual void getParmValue (exint idx, UT_Vector3D &value) const
 
virtual void getParmValue (exint idx, UT_Vector4D &value) const
 
virtual void getParmValue (exint idx, UT_Matrix2D &value) const
 
virtual void getParmValue (exint idx, UT_Matrix3D &value) const
 
virtual void getParmValue (exint idx, UT_Matrix4D &value) const
 
virtual void getParmValue (exint idx, UT_StringHolder &value) const
 
virtual void getParmValue (exint idx, UT_SharedPtr< UT_Ramp > &value) const
 
virtual void getParmValue (exint idx, PRM_DataItemHandle &value) const
 
virtual void setParmValue (exint idx, const exint &value)
 
virtual void setParmValue (exint idx, const fpreal &value)
 
virtual void setParmValue (exint idx, const UT_Vector2D &value)
 
virtual void setParmValue (exint idx, const UT_Vector3D &value)
 
virtual void setParmValue (exint idx, const UT_Vector4D &value)
 
virtual void setParmValue (exint idx, const UT_Matrix2D &value)
 
virtual void setParmValue (exint idx, const UT_Matrix3D &value)
 
virtual void setParmValue (exint idx, const UT_Matrix4D &value)
 
virtual void setParmValue (exint idx, const UT_StringHolder &value)
 
virtual void setParmValue (exint idx, const UT_SharedPtr< UT_Ramp > &value)
 
virtual void setParmValue (exint idx, const PRM_DataItemHandle &value)
 
virtual UT_StringHolder baseGetSignature () const
 
virtual void baseSetSignature (const UT_StringHolder &sig)
 
virtual int64 getMemoryUsage (bool inclusive) const
 
template<>
void coerceValue (exint &result, const exint &src) const
 
template<>
void coerceValue (bool &result, const exint &src) const
 
template<>
void coerceValue (exint &result, const bool &src) const
 
template<>
void coerceValue (bool &result, const bool &src) const
 
template<>
void coerceValue (fpreal &result, const fpreal &src) const
 
template<>
void coerceValue (UT_Vector2D &result, const UT_Vector2D &src) const
 
template<>
void coerceValue (UT_Vector3D &result, const UT_Vector3D &src) const
 
template<>
void coerceValue (UT_Vector4D &result, const UT_Vector4D &src) const
 
template<>
void coerceValue (UT_Matrix2D &result, const UT_Matrix2D &src) const
 
template<>
void coerceValue (UT_Matrix3D &result, const UT_Matrix3D &src) const
 
template<>
void coerceValue (UT_Matrix4D &result, const UT_Matrix4D &src) const
 
template<>
void coerceValue (UT_StringHolder &result, const UT_StringHolder &src) const
 
template<>
void coerceValue (UT_SharedPtr< UT_Ramp > &result, const UT_SharedPtr< UT_Ramp > &src) const
 
template<>
void coerceValue (PRM_DataItemHandle &result, const PRM_DataItemHandle &src) const
 
template<>
void coerceValue (UT_Vector2I &result, const UT_Vector2D &src) const
 
template<>
void coerceValue (UT_Vector2D &result, const UT_Vector2I &src) const
 
template<>
void coerceValue (UT_Vector3I &result, const UT_Vector3D &src) const
 
template<>
void coerceValue (UT_Vector3D &result, const UT_Vector3I &src) const
 
template<>
void coerceValue (UT_Vector4I &result, const UT_Vector4D &src) const
 
template<>
void coerceValue (UT_Vector4D &result, const UT_Vector4I &src) const
 
template<>
exint clampMinValue (fpreal clamp, const exint &src) const
 
template<>
bool clampMinValue (fpreal clamp, const bool &src) const
 
template<>
fpreal clampMinValue (fpreal clamp, const fpreal &src) const
 
template<>
UT_Vector2D clampMinValue (fpreal clamp, const UT_Vector2D &src) const
 
template<>
UT_Vector3D clampMinValue (fpreal clamp, const UT_Vector3D &src) const
 
template<>
UT_Vector4D clampMinValue (fpreal clamp, const UT_Vector4D &src) const
 
template<>
UT_Matrix2D clampMinValue (fpreal clamp, const UT_Matrix2D &src) const
 
template<>
UT_Matrix3D clampMinValue (fpreal clamp, const UT_Matrix3D &src) const
 
template<>
UT_Matrix4D clampMinValue (fpreal clamp, const UT_Matrix4D &src) const
 
template<>
UT_Vector2I clampMinValue (fpreal clamp, const UT_Vector2I &src) const
 
template<>
UT_Vector3I clampMinValue (fpreal clamp, const UT_Vector3I &src) const
 
template<>
UT_Vector4I clampMinValue (fpreal clamp, const UT_Vector4I &src) const
 
template<>
UT_SharedPtr< UT_RampclampMinValue (fpreal clamp, const UT_SharedPtr< UT_Ramp > &src) const
 
template<>
exint clampMaxValue (fpreal clamp, const exint &src) const
 
template<>
bool clampMaxValue (fpreal clamp, const bool &src) const
 
template<>
fpreal clampMaxValue (fpreal clamp, const fpreal &src) const
 
template<>
UT_Vector2D clampMaxValue (fpreal clamp, const UT_Vector2D &src) const
 
template<>
UT_Vector3D clampMaxValue (fpreal clamp, const UT_Vector3D &src) const
 
template<>
UT_Vector4D clampMaxValue (fpreal clamp, const UT_Vector4D &src) const
 
template<>
UT_Matrix2D clampMaxValue (fpreal clamp, const UT_Matrix2D &src) const
 
template<>
UT_Matrix3D clampMaxValue (fpreal clamp, const UT_Matrix3D &src) const
 
template<>
UT_Matrix4D clampMaxValue (fpreal clamp, const UT_Matrix4D &src) const
 
template<>
UT_Vector2I clampMaxValue (fpreal clamp, const UT_Vector2I &src) const
 
template<>
UT_Vector3I clampMaxValue (fpreal clamp, const UT_Vector3I &src) const
 
template<>
UT_Vector4I clampMaxValue (fpreal clamp, const UT_Vector4I &src) const
 

Static Public Member Functions

static int version ()
 
static void loadData (UT_IStream &is, int64 &v)
 
static void loadData (UT_IStream &is, bool &v)
 
static void loadData (UT_IStream &is, fpreal64 &v)
 
static void loadData (UT_IStream &is, UT_Vector2D &v)
 
static void loadData (UT_IStream &is, UT_Vector3D &v)
 
static void loadData (UT_IStream &is, UT_Vector4D &v)
 
static void loadData (UT_IStream &is, UT_Matrix2D &v)
 
static void loadData (UT_IStream &is, UT_Matrix3D &v)
 
static void loadData (UT_IStream &is, UT_Matrix4D &v)
 
static void loadData (UT_IStream &is, UT_Vector2I &v)
 
static void loadData (UT_IStream &is, UT_Vector3I &v)
 
static void loadData (UT_IStream &is, UT_Vector4I &v)
 
static void loadData (UT_IStream &is, UT_StringHolder &v)
 
static void loadData (UT_IStream &is, UT_SharedPtr< UT_Ramp > &v)
 
static void loadData (UT_IStream &is, PRM_DataItemHandle &v)
 
static void saveData (std::ostream &os, int64 v)
 
static void saveData (std::ostream &os, bool v)
 
static void saveData (std::ostream &os, fpreal64 v)
 
static void saveData (std::ostream &os, UT_Vector2D v)
 
static void saveData (std::ostream &os, UT_Vector3D v)
 
static void saveData (std::ostream &os, UT_Vector4D v)
 
static void saveData (std::ostream &os, UT_Matrix2D v)
 
static void saveData (std::ostream &os, UT_Matrix3D v)
 
static void saveData (std::ostream &os, UT_Matrix4D v)
 
static void saveData (std::ostream &os, UT_StringHolder s)
 
static void saveData (std::ostream &os, UT_SharedPtr< UT_Ramp > s)
 
static void saveData (std::ostream &os, PRM_DataItemHandle s)
 
- Static Public Member Functions inherited from SOP_NodeParms
static bool nodeHasGeometryOverride (SOP_Node *node, OP_Context &context)
 

Additional Inherited Members

- Protected Member Functions inherited from OP_NodeParms
 OP_NodeParms (const OP_NodeParms &)=default
 
OP_NodeParmsoperator= (const OP_NodeParms &)=default
 
template<typename T , typename S >
void coerceValue (T &result, const S &src) const
 
template<typename T >
T clampMinValue (fpreal minvalue, const T &src) const
 
template<typename T >
T clampMaxValue (fpreal maxvalue, const T &src) const
 
- Protected Attributes inherited from OP_NodeParms
UT_StringHolder _myBaseSignature
 

Detailed Description

Definition at line 115 of file SOP_MLRegressionKernelCore.proto.h.

Member Typedef Documentation

Constructor & Destructor Documentation

SOP_MLRegressionKernelCoreParms::SOP_MLRegressionKernelCoreParms ( )
inline

Definition at line 238 of file SOP_MLRegressionKernelCore.proto.h.

SOP_MLRegressionKernelCoreParms::SOP_MLRegressionKernelCoreParms ( const SOP_MLRegressionKernelCoreParms )
explicitdefault
SOP_MLRegressionKernelCoreParms::SOP_MLRegressionKernelCoreParms ( SOP_MLRegressionKernelCoreParms &&  )
defaultnoexcept
SOP_MLRegressionKernelCoreParms::~SOP_MLRegressionKernelCoreParms ( )
inlineoverride

Definition at line 260 of file SOP_MLRegressionKernelCore.proto.h.

Member Function Documentation

void SOP_MLRegressionKernelCoreParms::buildFromOp ( const OP_GraphProxy graph,
exint  nodeidx,
fpreal  time,
DEP_MicroNode depnode 
)
inline

Definition at line 294 of file SOP_MLRegressionKernelCore.proto.h.

void SOP_MLRegressionKernelCoreParms::copyFrom ( const OP_NodeParms src)
inlineoverridevirtual

Reimplemented from OP_NodeParms.

Definition at line 398 of file SOP_MLRegressionKernelCore.proto.h.

UT_StringHolder SOP_MLRegressionKernelCoreParms::createString ( const UT_Array< Inputs > &  list) const
inline

Definition at line 149 of file SOP_MLRegressionKernelCore.proto.h.

UT_StringHolder SOP_MLRegressionKernelCoreParms::createString ( const UT_Array< Outputs > &  list) const
inline

Definition at line 209 of file SOP_MLRegressionKernelCore.proto.h.

template<typename T >
void SOP_MLRegressionKernelCoreParms::doGetParmValue ( TempIndex  idx,
TempIndex  instance,
T value 
) const
inline

Definition at line 405 of file SOP_MLRegressionKernelCore.proto.h.

template<typename T >
void SOP_MLRegressionKernelCoreParms::doSetParmValue ( TempIndex  idx,
TempIndex  instance,
const T value 
)
inline

Definition at line 530 of file SOP_MLRegressionKernelCore.proto.h.

Batch SOP_MLRegressionKernelCoreParms::getBatch ( ) const
inline

Definition at line 1005 of file SOP_MLRegressionKernelCore.proto.h.

fpreal64 SOP_MLRegressionKernelCoreParms::getErrorThreshold ( ) const
inline

Definition at line 1025 of file SOP_MLRegressionKernelCore.proto.h.

const UT_Array<Inputs>& SOP_MLRegressionKernelCoreParms::getInputs ( ) const
inline

Definition at line 1105 of file SOP_MLRegressionKernelCore.proto.h.

KernelType SOP_MLRegressionKernelCoreParms::getKernelType ( ) const
inline

Definition at line 1035 of file SOP_MLRegressionKernelCore.proto.h.

ModelMode SOP_MLRegressionKernelCoreParms::getModelMode ( ) const
inline

Definition at line 1095 of file SOP_MLRegressionKernelCore.proto.h.

exint SOP_MLRegressionKernelCoreParms::getNestNumParms ( TempIndex  idx) const
inlineoverridevirtual

Reimplemented from OP_NodeParms.

Definition at line 660 of file SOP_MLRegressionKernelCore.proto.h.

const char* SOP_MLRegressionKernelCoreParms::getNestParmName ( TempIndex  fieldnum) const
inlineoverridevirtual

Reimplemented from OP_NodeParms.

Definition at line 676 of file SOP_MLRegressionKernelCore.proto.h.

ParmType SOP_MLRegressionKernelCoreParms::getNestParmType ( TempIndex  fieldnum) const
inlineoverridevirtual

Reimplemented from OP_NodeParms.

Definition at line 739 of file SOP_MLRegressionKernelCore.proto.h.

void SOP_MLRegressionKernelCoreParms::getNestParmValue ( TempIndex  idx,
TempIndex  instance,
exint value 
) const
inlineoverridevirtual

Reimplemented from OP_NodeParms.

Definition at line 505 of file SOP_MLRegressionKernelCore.proto.h.

void SOP_MLRegressionKernelCoreParms::getNestParmValue ( TempIndex  idx,
TempIndex  instance,
fpreal value 
) const
inlineoverridevirtual

Reimplemented from OP_NodeParms.

Definition at line 507 of file SOP_MLRegressionKernelCore.proto.h.

void SOP_MLRegressionKernelCoreParms::getNestParmValue ( TempIndex  idx,
TempIndex  instance,
UT_Vector2D value 
) const
inlineoverridevirtual

Reimplemented from OP_NodeParms.

Definition at line 509 of file SOP_MLRegressionKernelCore.proto.h.

void SOP_MLRegressionKernelCoreParms::getNestParmValue ( TempIndex  idx,
TempIndex  instance,
UT_Vector3D value 
) const
inlineoverridevirtual

Reimplemented from OP_NodeParms.

Definition at line 511 of file SOP_MLRegressionKernelCore.proto.h.

void SOP_MLRegressionKernelCoreParms::getNestParmValue ( TempIndex  idx,
TempIndex  instance,
UT_Vector4D value 
) const
inlineoverridevirtual

Reimplemented from OP_NodeParms.

Definition at line 513 of file SOP_MLRegressionKernelCore.proto.h.

void SOP_MLRegressionKernelCoreParms::getNestParmValue ( TempIndex  idx,
TempIndex  instance,
UT_Matrix2D value 
) const
inlineoverridevirtual

Reimplemented from OP_NodeParms.

Definition at line 515 of file SOP_MLRegressionKernelCore.proto.h.

void SOP_MLRegressionKernelCoreParms::getNestParmValue ( TempIndex  idx,
TempIndex  instance,
UT_Matrix3D value 
) const
inlineoverridevirtual

Reimplemented from OP_NodeParms.

Definition at line 517 of file SOP_MLRegressionKernelCore.proto.h.

void SOP_MLRegressionKernelCoreParms::getNestParmValue ( TempIndex  idx,
TempIndex  instance,
UT_Matrix4D value 
) const
inlineoverridevirtual

Reimplemented from OP_NodeParms.

Definition at line 519 of file SOP_MLRegressionKernelCore.proto.h.

void SOP_MLRegressionKernelCoreParms::getNestParmValue ( TempIndex  idx,
TempIndex  instance,
UT_StringHolder value 
) const
inlineoverridevirtual

Reimplemented from OP_NodeParms.

Definition at line 521 of file SOP_MLRegressionKernelCore.proto.h.

void SOP_MLRegressionKernelCoreParms::getNestParmValue ( TempIndex  idx,
TempIndex  instance,
UT_SharedPtr< UT_Ramp > &  value 
) const
inlineoverridevirtual

Reimplemented from OP_NodeParms.

Definition at line 523 of file SOP_MLRegressionKernelCore.proto.h.

void SOP_MLRegressionKernelCoreParms::getNestParmValue ( TempIndex  idx,
TempIndex  instance,
PRM_DataItemHandle value 
) const
inlineoverridevirtual

Reimplemented from OP_NodeParms.

Definition at line 525 of file SOP_MLRegressionKernelCore.proto.h.

const UT_Array<Outputs>& SOP_MLRegressionKernelCoreParms::getOutputs ( ) const
inline

Definition at line 1155 of file SOP_MLRegressionKernelCore.proto.h.

int64 SOP_MLRegressionKernelCoreParms::getPolynomialDegree ( ) const
inline

Definition at line 1075 of file SOP_MLRegressionKernelCore.proto.h.

fpreal64 SOP_MLRegressionKernelCoreParms::getPolynomialOffset ( ) const
inline

Definition at line 1065 of file SOP_MLRegressionKernelCore.proto.h.

fpreal64 SOP_MLRegressionKernelCoreParms::getSigmoidOffset ( ) const
inline

Definition at line 1085 of file SOP_MLRegressionKernelCore.proto.h.

fpreal64 SOP_MLRegressionKernelCoreParms::getSigmoidScale ( ) const
inline

Definition at line 1055 of file SOP_MLRegressionKernelCore.proto.h.

fpreal64 SOP_MLRegressionKernelCoreParms::getWeightDecay ( ) const
inline

Definition at line 1015 of file SOP_MLRegressionKernelCore.proto.h.

fpreal64 SOP_MLRegressionKernelCoreParms::getWidth ( ) const
inline

Definition at line 1045 of file SOP_MLRegressionKernelCore.proto.h.

bool SOP_MLRegressionKernelCoreParms::isParmColorRamp ( exint  idx) const
inlineoverridevirtual

Reimplemented from OP_NodeParms.

Definition at line 496 of file SOP_MLRegressionKernelCore.proto.h.

bool SOP_MLRegressionKernelCoreParms::load ( UT_IStream is)
inline

Definition at line 952 of file SOP_MLRegressionKernelCore.proto.h.

static void SOP_MLRegressionKernelCoreParms::loadData ( UT_IStream is,
int64 v 
)
inlinestatic

Definition at line 803 of file SOP_MLRegressionKernelCore.proto.h.

static void SOP_MLRegressionKernelCoreParms::loadData ( UT_IStream is,
bool &  v 
)
inlinestatic

Definition at line 805 of file SOP_MLRegressionKernelCore.proto.h.

static void SOP_MLRegressionKernelCoreParms::loadData ( UT_IStream is,
fpreal64 v 
)
inlinestatic

Definition at line 807 of file SOP_MLRegressionKernelCore.proto.h.

static void SOP_MLRegressionKernelCoreParms::loadData ( UT_IStream is,
UT_Vector2D v 
)
inlinestatic

Definition at line 809 of file SOP_MLRegressionKernelCore.proto.h.

static void SOP_MLRegressionKernelCoreParms::loadData ( UT_IStream is,
UT_Vector3D v 
)
inlinestatic

Definition at line 811 of file SOP_MLRegressionKernelCore.proto.h.

static void SOP_MLRegressionKernelCoreParms::loadData ( UT_IStream is,
UT_Vector4D v 
)
inlinestatic

Definition at line 814 of file SOP_MLRegressionKernelCore.proto.h.

static void SOP_MLRegressionKernelCoreParms::loadData ( UT_IStream is,
UT_Matrix2D v 
)
inlinestatic

Definition at line 817 of file SOP_MLRegressionKernelCore.proto.h.

static void SOP_MLRegressionKernelCoreParms::loadData ( UT_IStream is,
UT_Matrix3D v 
)
inlinestatic

Definition at line 819 of file SOP_MLRegressionKernelCore.proto.h.

static void SOP_MLRegressionKernelCoreParms::loadData ( UT_IStream is,
UT_Matrix4D v 
)
inlinestatic

Definition at line 821 of file SOP_MLRegressionKernelCore.proto.h.

static void SOP_MLRegressionKernelCoreParms::loadData ( UT_IStream is,
UT_Vector2I v 
)
inlinestatic

Definition at line 823 of file SOP_MLRegressionKernelCore.proto.h.

static void SOP_MLRegressionKernelCoreParms::loadData ( UT_IStream is,
UT_Vector3I v 
)
inlinestatic

Definition at line 825 of file SOP_MLRegressionKernelCore.proto.h.

static void SOP_MLRegressionKernelCoreParms::loadData ( UT_IStream is,
UT_Vector4I v 
)
inlinestatic

Definition at line 828 of file SOP_MLRegressionKernelCore.proto.h.

static void SOP_MLRegressionKernelCoreParms::loadData ( UT_IStream is,
UT_StringHolder v 
)
inlinestatic

Definition at line 831 of file SOP_MLRegressionKernelCore.proto.h.

static void SOP_MLRegressionKernelCoreParms::loadData ( UT_IStream is,
UT_SharedPtr< UT_Ramp > &  v 
)
inlinestatic

Definition at line 833 of file SOP_MLRegressionKernelCore.proto.h.

static void SOP_MLRegressionKernelCoreParms::loadData ( UT_IStream is,
PRM_DataItemHandle v 
)
inlinestatic

Definition at line 844 of file SOP_MLRegressionKernelCore.proto.h.

void SOP_MLRegressionKernelCoreParms::loadFromOpSubclass ( const LoadParms loadparms)
inlineoverridevirtual

Implements OP_NodeParms.

Definition at line 392 of file SOP_MLRegressionKernelCore.proto.h.

Batch SOP_MLRegressionKernelCoreParms::opBatch ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1007 of file SOP_MLRegressionKernelCore.proto.h.

SOP_MLRegressionKernelCoreParms& SOP_MLRegressionKernelCoreParms::operator= ( const SOP_MLRegressionKernelCoreParms )
default
SOP_MLRegressionKernelCoreParms& SOP_MLRegressionKernelCoreParms::operator= ( SOP_MLRegressionKernelCoreParms &&  )
defaultnoexcept
bool SOP_MLRegressionKernelCoreParms::operator== ( const SOP_MLRegressionKernelCoreParms src) const
inline

Definition at line 262 of file SOP_MLRegressionKernelCore.proto.h.

fpreal64 SOP_MLRegressionKernelCoreParms::opErrorThreshold ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1027 of file SOP_MLRegressionKernelCore.proto.h.

exint SOP_MLRegressionKernelCoreParms::opInputs ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1107 of file SOP_MLRegressionKernelCore.proto.h.

UT_StringHolder SOP_MLRegressionKernelCoreParms::opInputs_inputpointattribute ( const SOP_NodeVerb::CookParms cookparms,
int  _idx 
) const
inline

Definition at line 1128 of file SOP_MLRegressionKernelCore.proto.h.

int64 SOP_MLRegressionKernelCoreParms::opInputs_inputtype ( const SOP_NodeVerb::CookParms cookparms,
int  _idx 
) const
inline

Definition at line 1115 of file SOP_MLRegressionKernelCore.proto.h.

UT_StringHolder SOP_MLRegressionKernelCoreParms::opInputs_inputvolumename ( const SOP_NodeVerb::CookParms cookparms,
int  _idx 
) const
inline

Definition at line 1141 of file SOP_MLRegressionKernelCore.proto.h.

UT_StringHolder SOP_MLRegressionKernelCoreParms::opinstInputs_inputpointattribute ( const SOP_NodeVerb::CookParms cookparms,
const int _idx 
) const
inline

Definition at line 1130 of file SOP_MLRegressionKernelCore.proto.h.

int64 SOP_MLRegressionKernelCoreParms::opinstInputs_inputtype ( const SOP_NodeVerb::CookParms cookparms,
const int _idx 
) const
inline

Definition at line 1117 of file SOP_MLRegressionKernelCore.proto.h.

UT_StringHolder SOP_MLRegressionKernelCoreParms::opinstInputs_inputvolumename ( const SOP_NodeVerb::CookParms cookparms,
const int _idx 
) const
inline

Definition at line 1143 of file SOP_MLRegressionKernelCore.proto.h.

UT_StringHolder SOP_MLRegressionKernelCoreParms::opinstOutputs_outputpointattribute ( const SOP_NodeVerb::CookParms cookparms,
const int _idx 
) const
inline

Definition at line 1180 of file SOP_MLRegressionKernelCore.proto.h.

int64 SOP_MLRegressionKernelCoreParms::opinstOutputs_outputtuplesize ( const SOP_NodeVerb::CookParms cookparms,
const int _idx 
) const
inline

Definition at line 1219 of file SOP_MLRegressionKernelCore.proto.h.

int64 SOP_MLRegressionKernelCoreParms::opinstOutputs_outputtype ( const SOP_NodeVerb::CookParms cookparms,
const int _idx 
) const
inline

Definition at line 1167 of file SOP_MLRegressionKernelCore.proto.h.

UT_StringHolder SOP_MLRegressionKernelCoreParms::opinstOutputs_outputvolumename ( const SOP_NodeVerb::CookParms cookparms,
const int _idx 
) const
inline

Definition at line 1193 of file SOP_MLRegressionKernelCore.proto.h.

UT_Vector3I SOP_MLRegressionKernelCoreParms::opinstOutputs_outputvolumeresolution ( const SOP_NodeVerb::CookParms cookparms,
const int _idx 
) const
inline

Definition at line 1206 of file SOP_MLRegressionKernelCore.proto.h.

KernelType SOP_MLRegressionKernelCoreParms::opKernelType ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1037 of file SOP_MLRegressionKernelCore.proto.h.

ModelMode SOP_MLRegressionKernelCoreParms::opModelMode ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1097 of file SOP_MLRegressionKernelCore.proto.h.

exint SOP_MLRegressionKernelCoreParms::opOutputs ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1157 of file SOP_MLRegressionKernelCore.proto.h.

UT_StringHolder SOP_MLRegressionKernelCoreParms::opOutputs_outputpointattribute ( const SOP_NodeVerb::CookParms cookparms,
int  _idx 
) const
inline

Definition at line 1178 of file SOP_MLRegressionKernelCore.proto.h.

int64 SOP_MLRegressionKernelCoreParms::opOutputs_outputtuplesize ( const SOP_NodeVerb::CookParms cookparms,
int  _idx 
) const
inline

Definition at line 1217 of file SOP_MLRegressionKernelCore.proto.h.

int64 SOP_MLRegressionKernelCoreParms::opOutputs_outputtype ( const SOP_NodeVerb::CookParms cookparms,
int  _idx 
) const
inline

Definition at line 1165 of file SOP_MLRegressionKernelCore.proto.h.

UT_StringHolder SOP_MLRegressionKernelCoreParms::opOutputs_outputvolumename ( const SOP_NodeVerb::CookParms cookparms,
int  _idx 
) const
inline

Definition at line 1191 of file SOP_MLRegressionKernelCore.proto.h.

UT_Vector3I SOP_MLRegressionKernelCoreParms::opOutputs_outputvolumeresolution ( const SOP_NodeVerb::CookParms cookparms,
int  _idx 
) const
inline

Definition at line 1204 of file SOP_MLRegressionKernelCore.proto.h.

int64 SOP_MLRegressionKernelCoreParms::opPolynomialDegree ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1077 of file SOP_MLRegressionKernelCore.proto.h.

fpreal64 SOP_MLRegressionKernelCoreParms::opPolynomialOffset ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1067 of file SOP_MLRegressionKernelCore.proto.h.

fpreal64 SOP_MLRegressionKernelCoreParms::opSigmoidOffset ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1087 of file SOP_MLRegressionKernelCore.proto.h.

fpreal64 SOP_MLRegressionKernelCoreParms::opSigmoidScale ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1057 of file SOP_MLRegressionKernelCore.proto.h.

fpreal64 SOP_MLRegressionKernelCoreParms::opWeightDecay ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1017 of file SOP_MLRegressionKernelCore.proto.h.

fpreal64 SOP_MLRegressionKernelCoreParms::opWidth ( const SOP_NodeVerb::CookParms cookparms) const
inline

Definition at line 1047 of file SOP_MLRegressionKernelCore.proto.h.

void SOP_MLRegressionKernelCoreParms::save ( std::ostream &  os) const
inline

Definition at line 907 of file SOP_MLRegressionKernelCore.proto.h.

static void SOP_MLRegressionKernelCoreParms::saveData ( std::ostream &  os,
int64  v 
)
inlinestatic

Definition at line 864 of file SOP_MLRegressionKernelCore.proto.h.

static void SOP_MLRegressionKernelCoreParms::saveData ( std::ostream &  os,
bool  v 
)
inlinestatic

Definition at line 866 of file SOP_MLRegressionKernelCore.proto.h.

static void SOP_MLRegressionKernelCoreParms::saveData ( std::ostream &  os,
fpreal64  v 
)
inlinestatic

Definition at line 868 of file SOP_MLRegressionKernelCore.proto.h.

static void SOP_MLRegressionKernelCoreParms::saveData ( std::ostream &  os,
UT_Vector2D  v 
)
inlinestatic

Definition at line 870 of file SOP_MLRegressionKernelCore.proto.h.

static void SOP_MLRegressionKernelCoreParms::saveData ( std::ostream &  os,
UT_Vector3D  v 
)
inlinestatic

Definition at line 872 of file SOP_MLRegressionKernelCore.proto.h.

static void SOP_MLRegressionKernelCoreParms::saveData ( std::ostream &  os,
UT_Vector4D  v 
)
inlinestatic

Definition at line 875 of file SOP_MLRegressionKernelCore.proto.h.

static void SOP_MLRegressionKernelCoreParms::saveData ( std::ostream &  os,
UT_Matrix2D  v 
)
inlinestatic

Definition at line 878 of file SOP_MLRegressionKernelCore.proto.h.

static void SOP_MLRegressionKernelCoreParms::saveData ( std::ostream &  os,
UT_Matrix3D  v 
)
inlinestatic

Definition at line 880 of file SOP_MLRegressionKernelCore.proto.h.

static void SOP_MLRegressionKernelCoreParms::saveData ( std::ostream &  os,
UT_Matrix4D  v 
)
inlinestatic

Definition at line 882 of file SOP_MLRegressionKernelCore.proto.h.

static void SOP_MLRegressionKernelCoreParms::saveData ( std::ostream &  os,
UT_StringHolder  s 
)
inlinestatic

Definition at line 884 of file SOP_MLRegressionKernelCore.proto.h.

static void SOP_MLRegressionKernelCoreParms::saveData ( std::ostream &  os,
UT_SharedPtr< UT_Ramp s 
)
inlinestatic

Definition at line 886 of file SOP_MLRegressionKernelCore.proto.h.

static void SOP_MLRegressionKernelCoreParms::saveData ( std::ostream &  os,
PRM_DataItemHandle  s 
)
inlinestatic

Definition at line 893 of file SOP_MLRegressionKernelCore.proto.h.

void SOP_MLRegressionKernelCoreParms::setBatch ( Batch  val)
inline

Definition at line 1006 of file SOP_MLRegressionKernelCore.proto.h.

void SOP_MLRegressionKernelCoreParms::setErrorThreshold ( fpreal64  val)
inline

Definition at line 1026 of file SOP_MLRegressionKernelCore.proto.h.

void SOP_MLRegressionKernelCoreParms::setInputs ( const UT_Array< Inputs > &  val)
inline

Definition at line 1106 of file SOP_MLRegressionKernelCore.proto.h.

void SOP_MLRegressionKernelCoreParms::setKernelType ( KernelType  val)
inline

Definition at line 1036 of file SOP_MLRegressionKernelCore.proto.h.

void SOP_MLRegressionKernelCoreParms::setModelMode ( ModelMode  val)
inline

Definition at line 1096 of file SOP_MLRegressionKernelCore.proto.h.

void SOP_MLRegressionKernelCoreParms::setNestParmValue ( TempIndex  idx,
TempIndex  instance,
const exint value 
)
inlineoverridevirtual

Reimplemented from OP_NodeParms.

Definition at line 637 of file SOP_MLRegressionKernelCore.proto.h.

void SOP_MLRegressionKernelCoreParms::setNestParmValue ( TempIndex  idx,
TempIndex  instance,
const fpreal value 
)
inlineoverridevirtual

Reimplemented from OP_NodeParms.

Definition at line 639 of file SOP_MLRegressionKernelCore.proto.h.

void SOP_MLRegressionKernelCoreParms::setNestParmValue ( TempIndex  idx,
TempIndex  instance,
const UT_Vector2D value 
)
inlineoverridevirtual

Reimplemented from OP_NodeParms.

Definition at line 641 of file SOP_MLRegressionKernelCore.proto.h.

void SOP_MLRegressionKernelCoreParms::setNestParmValue ( TempIndex  idx,
TempIndex  instance,
const UT_Vector3D value 
)
inlineoverridevirtual

Reimplemented from OP_NodeParms.

Definition at line 643 of file SOP_MLRegressionKernelCore.proto.h.

void SOP_MLRegressionKernelCoreParms::setNestParmValue ( TempIndex  idx,
TempIndex  instance,
const UT_Vector4D value 
)
inlineoverridevirtual

Reimplemented from OP_NodeParms.

Definition at line 645 of file SOP_MLRegressionKernelCore.proto.h.

void SOP_MLRegressionKernelCoreParms::setNestParmValue ( TempIndex  idx,
TempIndex  instance,
const UT_Matrix2D value 
)
inlineoverridevirtual

Reimplemented from OP_NodeParms.

Definition at line 647 of file SOP_MLRegressionKernelCore.proto.h.

void SOP_MLRegressionKernelCoreParms::setNestParmValue ( TempIndex  idx,
TempIndex  instance,
const UT_Matrix3D value 
)
inlineoverridevirtual

Reimplemented from OP_NodeParms.

Definition at line 649 of file SOP_MLRegressionKernelCore.proto.h.

void SOP_MLRegressionKernelCoreParms::setNestParmValue ( TempIndex  idx,
TempIndex  instance,
const UT_Matrix4D value 
)
inlineoverridevirtual

Reimplemented from OP_NodeParms.

Definition at line 651 of file SOP_MLRegressionKernelCore.proto.h.

void SOP_MLRegressionKernelCoreParms::setNestParmValue ( TempIndex  idx,
TempIndex  instance,
const UT_StringHolder value 
)
inlineoverridevirtual

Reimplemented from OP_NodeParms.

Definition at line 653 of file SOP_MLRegressionKernelCore.proto.h.

void SOP_MLRegressionKernelCoreParms::setNestParmValue ( TempIndex  idx,
TempIndex  instance,
const UT_SharedPtr< UT_Ramp > &  value 
)
inlineoverridevirtual

Reimplemented from OP_NodeParms.

Definition at line 655 of file SOP_MLRegressionKernelCore.proto.h.

void SOP_MLRegressionKernelCoreParms::setNestParmValue ( TempIndex  idx,
TempIndex  instance,
const PRM_DataItemHandle value 
)
inlineoverridevirtual

Reimplemented from OP_NodeParms.

Definition at line 657 of file SOP_MLRegressionKernelCore.proto.h.

void SOP_MLRegressionKernelCoreParms::setOutputs ( const UT_Array< Outputs > &  val)
inline

Definition at line 1156 of file SOP_MLRegressionKernelCore.proto.h.

void SOP_MLRegressionKernelCoreParms::setPolynomialDegree ( int64  val)
inline

Definition at line 1076 of file SOP_MLRegressionKernelCore.proto.h.

void SOP_MLRegressionKernelCoreParms::setPolynomialOffset ( fpreal64  val)
inline

Definition at line 1066 of file SOP_MLRegressionKernelCore.proto.h.

void SOP_MLRegressionKernelCoreParms::setSigmoidOffset ( fpreal64  val)
inline

Definition at line 1086 of file SOP_MLRegressionKernelCore.proto.h.

void SOP_MLRegressionKernelCoreParms::setSigmoidScale ( fpreal64  val)
inline

Definition at line 1056 of file SOP_MLRegressionKernelCore.proto.h.

void SOP_MLRegressionKernelCoreParms::setWeightDecay ( fpreal64  val)
inline

Definition at line 1016 of file SOP_MLRegressionKernelCore.proto.h.

void SOP_MLRegressionKernelCoreParms::setWidth ( fpreal64  val)
inline

Definition at line 1046 of file SOP_MLRegressionKernelCore.proto.h.

static int SOP_MLRegressionKernelCoreParms::version ( )
inlinestatic

Definition at line 118 of file SOP_MLRegressionKernelCore.proto.h.


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