ML functions
 
Loading...
Searching...
No Matches
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 12]
 Nml
 CAlwaysFailingTypeFactoriesA factory class that always fails to create instances
 CNodeRepresents a node in a decision tree
 CTreeRepresents a decision tree used for predictions
 CTreePredictionImplements a machine learning function for tree-based predictions
 CTreeTA struct representing the custom type for trees
 CTreeTypeA custom opaque type for representing tree structures
 CTreeTypeFactoriesFactory class for creating instances of TreeType
 CVeloxTreeConstructionA vector function for constructing tree structures
 CVeloxTreePredictionA machine learning function for making predictions using tree models
 CVeloxTreePredictionSimpleFunctionA simple function for making predictions using tree models
 CXGBoostA class for managing XGBoost models and making predictions
 CXGBoostPredictionA machine learning function for making predictions using XGBoost models
 CArgmaxA class that implements the Argmax function, inheriting from MLFunction
 CBatchNorm1DA class that implements 1D batch normalization, inheriting from MLFunction
 CChangeRatingImplements a function to change ratings to binary values
 CChatGPTA class that interacts with OpenAI's ChatGPT API for text generation, inheriting from MLFunction
 CChatGPTRecommenderA class that interacts with OpenAI's ChatGPT API for recommendation tasks, inheriting from MLFunction
 CConcatA class that implements a concatenation operation for two input arrays, inheriting from MLFunction
 CConvertDoubleArrayToFloatArrayImplements a function to convert a double array to a float array
 CConvertDoubleToFloatArrayImplements a function to convert a double vector to a float array
 CConvertToFloatArrayImplements a function to convert a float vector to a float array
 CConvertToIntArrayImplements a function to convert an integer vector to an integer array
 CConvoluteA class for performing 2D convolution operations as part of a machine learning function
 CCosineSimilarityA class that computes the cosine similarity between two input arrays, inheriting from MLFunction
 CDateToTimestampImplements a function to convert a date string to a timestamp
 CDotProductImplements a machine learning function for computing the dot product of two input vectors
 CDropoutImplements a dropout layer for machine learning, which randomly sets input values to zero during training
 CEmbeddingImplements an embedding layer for machine learning, where embeddings are stored as a 2-D array
 CForestA class that represents a random forest model for prediction tasks
 CForestPredictionA class that implements a random forest prediction function, inheriting from MLFunction
 CFullyConnectWithBatchNormAndReluA class that implements a fully connected layer with batch normalization and ReLU activation, inheriting from MLFunction
 CGetAgeImplements a function to calculate the age based on the birth year
 CGetBinaryClassImplements a function to determine the binary class based on probabilities
 CGetCustomerFeaturesImplements a function to extract features from customer data
 CGetTransactionFeaturesImplements a function to extract features from transaction data
 CHuggingFaceServerlessImplements a machine learning function that interacts with Hugging Face's serverless API
 CHuggingFaceTokenizerImplements a machine learning function for tokenizing text using a Hugging Face tokenizer
 CIntEncoderImplements an encoder that maps integer values to encoded integer values
 CIsWeekdayImplements a function to check if a given timestamp corresponds to a weekday
 CMatrixAdditionClass for performing matrix addition
 CMatrixMultiplyClass for performing matrix multiplication
 CMatrixMultiply_bClass for performing blocked matrix multiplication
 CMatrixMultiply_BlockClass for performing blocked matrix multiplication
 CMatrixMultiply_hClass for performing matrix multiplication with a hierarchical approach
 CMatrixVectorAdditionA class that performs matrix-vector addition, inheriting from MLFunction
 CMaxPoolA class that implements max pooling, inheriting from MLFunction
 CMinMaxScalerA class that implements Min-Max scaling, inheriting from MLFunction
 CMLFunctionA base class for machine learning functions, inheriting from Velox's VectorFunction
 CMultiHotNormalizedEncoderImplements a multi-hot normalized encoder for integer values
 CNNBuilderImplements a neural network builder for constructing and registering neural network layers
 CPositionEncodingImplements a position encoding function for machine learning tasks
 CRAGImplements a Retrieval-Augmented Generation (RAG) function for machine learning
 CReluA class that implements the Rectified Linear Unit (ReLU) activation function, inheriting from MLFunction
 CSequencePoolingImplements a sequence pooling function for machine learning
 CSigmoidA class that implements the Sigmoid activation function, inheriting from MLFunction
 CSoftmaxA class that implements the Softmax activation function, inheriting from MLFunction
 CStringEncoderImplements an encoder that maps string values to encoded integer values
 CStringVariadicEncoderImplements an encoder that maps variadic string values to encoded integer values
 CSVDImplements a Singular Value Decomposition (SVD) function for machine learning
 CTimeDiffInDaysImplements a function to calculate the difference in days between two timestamps
 CTorchCNNA class that implements a convolutional neural network (CNN) using PyTorch, inheriting from MLFunction
 CTorchConvoluteA class that implements a 2D convolution operation using PyTorch, inheriting from MLFunction
 CTorchDNNA class that implements a deep neural network using PyTorch, inheriting from MLFunction
 CTorchDNN2LevelA class that implements a 2-level deep neural network using PyTorch, inheriting from MLFunction
 CTorchDNN_MultiA class that implements a multi-layer deep neural network using PyTorch, inheriting from MLFunction
 CTorchDNNKernelA class that implements a single-layer neural network kernel using PyTorch, inheriting from MLFunction
 CTorchDNNV2A class that implements a configurable deep neural network using PyTorch, inheriting from MLFunction
 CTorchDNNV2CUDAA class that implements a configurable deep neural network using PyTorch with CUDA support, inheriting from MLFunction
 CVectorScalarAdditionA class that implements vector-scalar addition, inheriting from MLFunction