All Classes
-
All Classes Interface Summary Class Summary Exception Summary Class Description BaseNaiveBayes Abstract base class for naive Bayes estimatorsBaseScikitLearnContentLoader<ObjectType> A base class that implements common functionality shred among the scikit-learn object loaders.BernoulliNaiveBayes Naive Bayes classifier for bernoulli distributed models.BernoulliNaiveBayesContentLoader BernoulliNaiveBayes object loader.Binarizer Binarize data (set feature values to 0 or 1) according to a threshold.BinarizerContentLoader Binarizer object loader.BinaryModelPackage The python package (sklearn4x) implements a class named BinaryBuffer that saves the python objects in a binary format.CategoricalNaiveBayes Naive Bayes classifier for categorical features.CategoricalNaiveBayesContentLoader CategoricalNaiveBayes object loader.ClassifierMixin Mixin class for all classifiers in scikit-learn.ComplementNaiveBayes Naive Bayes classifier for complement distributed models.ComplementNaiveBayesContentLoader ComplementNaiveBayes object loader.Constants Constants related to calculations for Classifiers and RegressorsDim10DoubleNumpyWrapper A wrapper over a 10 dimensions double array for NumpyArray class.Dim10FloatNumpyWrapper A wrapper over a 10 dimensions float array for NumpyArray class.Dim10Int16NumpyWrapper A wrapper over a 10 dimensions short array for NumpyArray class.Dim10Int32NumpyWrapper A wrapper over a 10 dimensions int array for NumpyArray class.Dim10Int64NumpyWrapper A wrapper over a 10 dimensions long array for NumpyArray class.Dim10Int8NumpyWrapper A wrapper over a 10 dimensions byte array for NumpyArray class.Dim1DoubleNumpyWrapper A wrapper over a 1 dimensions double array for NumpyArray class.Dim1FloatNumpyWrapper A wrapper over a 1 dimensions float array for NumpyArray class.Dim1Int16NumpyWrapper A wrapper over a 1 dimensions short array for NumpyArray class.Dim1Int32NumpyWrapper A wrapper over a 1 dimensions int array for NumpyArray class.Dim1Int64NumpyWrapper A wrapper over a 1 dimensions long array for NumpyArray class.Dim1Int8NumpyWrapper A wrapper over a 1 dimensions byte array for NumpyArray class.Dim2DoubleNumpyWrapper A wrapper over a 2 dimensions double array for NumpyArray class.Dim2FloatNumpyWrapper A wrapper over a 2 dimensions float array for NumpyArray class.Dim2Int16NumpyWrapper A wrapper over a 2 dimensions short array for NumpyArray class.Dim2Int32NumpyWrapper A wrapper over a 2 dimensions int array for NumpyArray class.Dim2Int64NumpyWrapper A wrapper over a 2 dimensions long array for NumpyArray class.Dim2Int8NumpyWrapper A wrapper over a 2 dimensions byte array for NumpyArray class.Dim3DoubleNumpyWrapper A wrapper over a 3 dimensions double array for NumpyArray class.Dim3FloatNumpyWrapper A wrapper over a 3 dimensions float array for NumpyArray class.Dim3Int16NumpyWrapper A wrapper over a 3 dimensions short array for NumpyArray class.Dim3Int32NumpyWrapper A wrapper over a 3 dimensions int array for NumpyArray class.Dim3Int64NumpyWrapper A wrapper over a 3 dimensions long array for NumpyArray class.Dim3Int8NumpyWrapper A wrapper over a 3 dimensions byte array for NumpyArray class.Dim4DoubleNumpyWrapper A wrapper over a 4 dimensions double array for NumpyArray class.Dim4FloatNumpyWrapper A wrapper over a 4 dimensions float array for NumpyArray class.Dim4Int16NumpyWrapper A wrapper over a 4 dimensions short array for NumpyArray class.Dim4Int32NumpyWrapper A wrapper over a 4 dimensions int array for NumpyArray class.Dim4Int64NumpyWrapper A wrapper over a 4 dimensions long array for NumpyArray class.Dim4Int8NumpyWrapper A wrapper over a 4 dimensions byte array for NumpyArray class.Dim5DoubleNumpyWrapper A wrapper over a 5 dimensions double array for NumpyArray class.Dim5FloatNumpyWrapper A wrapper over a 5 dimensions float array for NumpyArray class.Dim5Int16NumpyWrapper A wrapper over a 5 dimensions short array for NumpyArray class.Dim5Int32NumpyWrapper A wrapper over a 5 dimensions int array for NumpyArray class.Dim5Int64NumpyWrapper A wrapper over a 5 dimensions long array for NumpyArray class.Dim5Int8NumpyWrapper A wrapper over a 5 dimensions byte array for NumpyArray class.Dim6DoubleNumpyWrapper A wrapper over a 6 dimensions double array for NumpyArray class.Dim6FloatNumpyWrapper A wrapper over a 6 dimensions float array for NumpyArray class.Dim6Int16NumpyWrapper A wrapper over a 6 dimensions short array for NumpyArray class.Dim6Int32NumpyWrapper A wrapper over a 6 dimensions int array for NumpyArray class.Dim6Int64NumpyWrapper A wrapper over a 6 dimensions long array for NumpyArray class.Dim6Int8NumpyWrapper A wrapper over a 6 dimensions byte array for NumpyArray class.Dim7DoubleNumpyWrapper A wrapper over a 7 dimensions double array for NumpyArray class.Dim7FloatNumpyWrapper A wrapper over a 7 dimensions float array for NumpyArray class.Dim7Int16NumpyWrapper A wrapper over a 7 dimensions short array for NumpyArray class.Dim7Int32NumpyWrapper A wrapper over a 7 dimensions int array for NumpyArray class.Dim7Int64NumpyWrapper A wrapper over a 7 dimensions long array for NumpyArray class.Dim7Int8NumpyWrapper A wrapper over a 7 dimensions byte array for NumpyArray class.Dim8DoubleNumpyWrapper A wrapper over a 8 dimensions double array for NumpyArray class.Dim8FloatNumpyWrapper A wrapper over a 8 dimensions float array for NumpyArray class.Dim8Int16NumpyWrapper A wrapper over a 8 dimensions short array for NumpyArray class.Dim8Int32NumpyWrapper A wrapper over a 8 dimensions int array for NumpyArray class.Dim8Int64NumpyWrapper A wrapper over a 8 dimensions long array for NumpyArray class.Dim8Int8NumpyWrapper A wrapper over a 8 dimensions byte array for NumpyArray class.Dim9DoubleNumpyWrapper A wrapper over a 9 dimensions double array for NumpyArray class.Dim9FloatNumpyWrapper A wrapper over a 9 dimensions float array for NumpyArray class.Dim9Int16NumpyWrapper A wrapper over a 9 dimensions short array for NumpyArray class.Dim9Int32NumpyWrapper A wrapper over a 9 dimensions int array for NumpyArray class.Dim9Int64NumpyWrapper A wrapper over a 9 dimensions long array for NumpyArray class.Dim9Int8NumpyWrapper A wrapper over a 9 dimensions byte array for NumpyArray class.ExtMath Helper class that implements scikit-learn functionalities in utils/extmath.py.GaussianNaiveBayes Naive Bayes classifier for normal distributed models.GaussianNaiveBayesContentLoader GaussianNaiveBayes object loader.INumpyArrayElementOperation<Type> An interface to provide a unified view of the operations that can be performed on the elements of a NumpyArray.INumpyArrayWrapper Unlike python, Java is a strongly typed language and all the fields should have a predefined type.INumpyReduceAxisFunction An interface to provide a unified view of the operations that can be performed on a specified dimension of a NumpyArray.IScikitLearnContentLoader IScikitLearnContentLoader abstracts the format of individual objects from the file formatting.IScikitLearnLoaderDictionaryFieldSetter<ObjectType> A container for a method that sets a dictionary value into a scikit-learn object during deserialization.IScikitLearnLoaderDoubleFieldSetter<ObjectType> A container for a method that sets a double value into a scikit-learn object during deserialization.IScikitLearnLoaderListFieldSetter<ObjectType> A container for a method that sets a list value into a scikit-learn object during deserialization.IScikitLearnLoaderListOfNumpyArrayFieldSetter<ObjectType,ArrayType> A container for a method that sets a list of numpy array value into a scikit-learn object during deserialization.IScikitLearnLoaderLongFieldSetter<ObjectType> A container for a method that sets a long value into a scikit-learn object during deserialization.IScikitLearnLoaderNumpyArrayFieldSetter<ObjectType> A container for a method that sets a numpy array value into a scikit-learn object during deserialization.IScikitLearnLoaderStringArrayFieldSetter<ObjectType> A container for a method that sets a string array value into a scikit-learn object during deserialization.IScikitLearnLoaderStringFieldSetter<ObjectType> A container for a method that sets a string value into a scikit-learn object during deserialization.IScikitLearnPackage This interface provides an abstraction over the physical file format to decouple the deserialization logic from the file format.IScikitLearnPackageHeader Abstracts the version of the binary package from its physical layout and its version.LabelBinarizer Binarize labels in a one-vs-all fashion.LabelBinarizerContentLoader LabelBinarizer object loader.LabelEncoder Encode target labels with value between 0 and n_classes-1.LabelEncoderContentLoader LabelEncoder object loader.MaximumAbsoluteScaler Scale each feature by its maximum absolute value.MaximumAbsoluteScalerContentLoader MaximumAbsoluteScaler object loader.MinimumMaximumScaler Transform features by scaling each feature to a given range.MinimumMaximumScalerContentLoader MinimumMaximumScaler object loader.MultiLabelBinarizer Transform between iterable of iterables and a multilabel format.MultiLabelBinarizerContentLoader MultiLabelBinarizer object loader.MultinomialNaiveBayes Naive Bayes classifier for multinomial distributed models.MultinomialNaiveBayesContentLoader MultinomialNaiveBayes object loader.Normalizer Normalize samples individually to unit norm.NormalizerContentLoader Normalizer object loader.Numpy Implementation of the Numpy library APIs.NumpyArray<Type> Provide the functionality of the Numpy arrays and an abstraction over the element types.NumpyArrayFactory A factory class that facilitate the creation of NumpyArrays.NumpyArrayOperationWithAxisReduction<InputType,OutputType> Base class for all the operations that performs an aggregation and reduction on a given NumpyArray.NumpyOperationException A custom exception that provides information on what went wrong in numpy's processing.Preprocessings Utils method that scikit-learn provide to preprocess the data.RobustScaler Scale features using statistics that are robust to outliers.RobustScalerContentLoader RobustScaler object loader.ScikitLearnContentLoaderFactory A factory class that instantiate a loader of type IScikitLearnContentLoader for a given serializer name.ScikitLearnCoreException A custom exception that provides information on what went wrong in the library general processing.ScikitLearnFeatureNotImplementedException A custom exception that indicates a feature has not been implemented yet.ScikitLearnPackageFactory ScikitLearnPackageFactory is a factory that takes in the physical file (or stream) of a binary package and parse it into a ready to use object.ScikitLearnPackageHeaderV1 A data class that contains the values stored in the header of the binary package files.ScikitLearnPackageV1 A data class that contains the values stored in the binary package files.Scipy Function of the scipy library that was used in scikit-learn.Scipy.NormalDistribution Utility functions in scipy related to normal distributions.StandardScaler Standardize features by removing the mean and scaling to unit variance.StandardScalerContentLoader StandardScaler object loader.TransformerMixin<InputType,OutputType> Mixin class for all transformers in scikit-learn.