Class Hierarchy
- java.lang.Object
- it.uniroma2.sag.kelp.predictionfunction.classifier.BinaryClassifier (implements it.uniroma2.sag.kelp.predictionfunction.classifier.Classifier)
- it.uniroma2.sag.kelp.predictionfunction.classifier.BinaryMarginClassifierOutput (implements it.uniroma2.sag.kelp.predictionfunction.classifier.ClassificationOutput)
- it.uniroma2.sag.kelp.predictionfunction.model.BinaryModel (implements it.uniroma2.sag.kelp.predictionfunction.model.Model)
- it.uniroma2.sag.kelp.learningalgorithm.budgetedAlgorithm.BudgetedLearningAlgorithm (implements it.uniroma2.sag.kelp.learningalgorithm.BinaryLearningAlgorithm, it.uniroma2.sag.kelp.learningalgorithm.KernelMethod, it.uniroma2.sag.kelp.learningalgorithm.OnlineLearningAlgorithm)
- it.uniroma2.sag.kelp.data.clustering.Cluster (implements java.io.Serializable)
- it.uniroma2.sag.kelp.data.clustering.ClusterExample (implements java.lang.Comparable<T>, java.io.Serializable)
- it.uniroma2.sag.kelp.data.clustering.ClusterExampleTypeResolver (implements com.fasterxml.jackson.databind.jsontype.TypeIdResolver)
- it.uniroma2.sag.kelp.data.dataset.DatasetReader
- it.uniroma2.sag.kelp.data.dataset.DatasetWriter
- it.uniroma2.sag.kelp.data.representation.vector.DenseVector (implements it.uniroma2.sag.kelp.data.representation.Vector)
- it.uniroma2.sag.kelp.kernel.tree.deltamatrix.DynamicDeltaMatrix (implements it.uniroma2.sag.kelp.kernel.tree.deltamatrix.DeltaMatrix)
- it.uniroma2.sag.kelp.kernel.cache.DynamicIndexSquaredNormCache (implements it.uniroma2.sag.kelp.kernel.cache.SquaredNormCache)
- it.uniroma2.sag.kelp.utils.evaluation.Evaluator
- it.uniroma2.sag.kelp.data.example.Example (implements java.io.Serializable)
- it.uniroma2.sag.kelp.data.example.ExampleFactory
- it.uniroma2.sag.kelp.data.example.ExampleTypeResolver (implements com.fasterxml.jackson.databind.jsontype.TypeIdResolver)
- it.uniroma2.sag.kelp.kernel.cache.FixIndexSquaredNormCache (implements it.uniroma2.sag.kelp.kernel.cache.SquaredNormCache)
- it.uniroma2.sag.kelp.utils.JacksonSerializerWrapper (implements it.uniroma2.sag.kelp.utils.ObjectSerializer)
- it.uniroma2.sag.kelp.kernel.Kernel
- it.uniroma2.sag.kelp.learningalgorithm.clustering.kernelbasedkmeans.KernelBasedKMeansEngine (implements it.uniroma2.sag.kelp.learningalgorithm.clustering.ClusteringAlgorithm)
- it.uniroma2.sag.kelp.kernel.cache.KernelCache
- it.uniroma2.sag.kelp.kernel.cache.KernelCacheTypeResolver (implements com.fasterxml.jackson.databind.jsontype.TypeIdResolver)
- it.uniroma2.sag.kelp.kernel.KernelTypeResolver (implements com.fasterxml.jackson.databind.jsontype.TypeIdResolver)
- it.uniroma2.sag.kelp.learningalgorithm.classification.liblinear.solver.L2R_L2_SvcFunction
- it.uniroma2.sag.kelp.data.label.LabelFactory
- it.uniroma2.sag.kelp.data.label.LabelTypeResolver (implements com.fasterxml.jackson.databind.jsontype.TypeIdResolver)
- it.uniroma2.sag.kelp.learningalgorithm.LearningAlgorithmTypeResolver (implements com.fasterxml.jackson.databind.jsontype.TypeIdResolver)
- it.uniroma2.sag.kelp.data.manipulator.LexicalStructureElementManipulator (implements it.uniroma2.sag.kelp.data.manipulator.Manipulator)
- it.uniroma2.sag.kelp.learningalgorithm.classification.liblinear.solver.LibLinearFeatureNode (implements it.uniroma2.sag.kelp.learningalgorithm.classification.liblinear.solver.LibLinearFeature)
- it.uniroma2.sag.kelp.learningalgorithm.classification.liblinear.LibLinearLearningAlgorithm (implements it.uniroma2.sag.kelp.learningalgorithm.BinaryLearningAlgorithm, it.uniroma2.sag.kelp.learningalgorithm.classification.ClassificationLearningAlgorithm, it.uniroma2.sag.kelp.learningalgorithm.LinearMethod)
- it.uniroma2.sag.kelp.learningalgorithm.regression.liblinear.LibLinearRegression (implements it.uniroma2.sag.kelp.learningalgorithm.BinaryLearningAlgorithm, it.uniroma2.sag.kelp.learningalgorithm.LinearMethod, it.uniroma2.sag.kelp.learningalgorithm.regression.RegressionLearningAlgorithm)
- it.uniroma2.sag.kelp.learningalgorithm.classification.libsvm.solver.LibSvmSolver (implements it.uniroma2.sag.kelp.learningalgorithm.BinaryLearningAlgorithm)
- it.uniroma2.sag.kelp.learningalgorithm.classification.libsvm.solver.LibCSvmSolver
- it.uniroma2.sag.kelp.learningalgorithm.classification.libsvm.solver.LibNuSvmSolver
- it.uniroma2.sag.kelp.learningalgorithm.classification.libsvm.solver.LibSvmSolver.Pair
- it.uniroma2.sag.kelp.utils.Math
- it.uniroma2.sag.kelp.predictionfunction.model.MulticlassModel (implements it.uniroma2.sag.kelp.predictionfunction.model.Model)
- it.uniroma2.sag.kelp.learningalgorithm.MultiEpochLearning (implements it.uniroma2.sag.kelp.learningalgorithm.MetaLearningAlgorithm)
- it.uniroma2.sag.kelp.learningalgorithm.classification.multiclassification.MultiLabelClassificationLearning (implements it.uniroma2.sag.kelp.learningalgorithm.classification.ClassificationLearningAlgorithm, it.uniroma2.sag.kelp.learningalgorithm.MetaLearningAlgorithm)
- it.uniroma2.sag.kelp.predictionfunction.classifier.multiclass.MultiLabelClassificationOutput (implements it.uniroma2.sag.kelp.predictionfunction.classifier.ClassificationOutput)
- it.uniroma2.sag.kelp.predictionfunction.classifier.multiclass.MultiLabelClassifier (implements it.uniroma2.sag.kelp.predictionfunction.classifier.Classifier)
- it.uniroma2.sag.kelp.data.manipulator.NormalizationManipolator (implements it.uniroma2.sag.kelp.data.manipulator.Manipulator)
- it.uniroma2.sag.kelp.data.label.NumericLabel (implements it.uniroma2.sag.kelp.data.label.Label)
- it.uniroma2.sag.kelp.predictionfunction.classifier.multiclass.OneVsAllClassificationOutput (implements it.uniroma2.sag.kelp.predictionfunction.classifier.ClassificationOutput)
- it.uniroma2.sag.kelp.predictionfunction.classifier.multiclass.OneVsAllClassifier (implements it.uniroma2.sag.kelp.predictionfunction.classifier.Classifier)
- it.uniroma2.sag.kelp.learningalgorithm.classification.multiclassification.OneVsAllLearning (implements it.uniroma2.sag.kelp.learningalgorithm.classification.ClassificationLearningAlgorithm, it.uniroma2.sag.kelp.learningalgorithm.MetaLearningAlgorithm)
- it.uniroma2.sag.kelp.predictionfunction.classifier.multiclass.OneVsOneClassificationOutput (implements it.uniroma2.sag.kelp.predictionfunction.classifier.ClassificationOutput)
- it.uniroma2.sag.kelp.predictionfunction.classifier.multiclass.OneVsOneClassifier (implements it.uniroma2.sag.kelp.predictionfunction.classifier.Classifier)
- it.uniroma2.sag.kelp.learningalgorithm.classification.multiclassification.OneVsOneLearning (implements it.uniroma2.sag.kelp.learningalgorithm.classification.ClassificationLearningAlgorithm, it.uniroma2.sag.kelp.learningalgorithm.MetaLearningAlgorithm)
- it.uniroma2.sag.kelp.data.manipulator.PairSimilarityExtractor (implements it.uniroma2.sag.kelp.data.manipulator.Manipulator)
- it.uniroma2.sag.kelp.learningalgorithm.PassiveAggressive (implements it.uniroma2.sag.kelp.learningalgorithm.BinaryLearningAlgorithm, it.uniroma2.sag.kelp.learningalgorithm.OnlineLearningAlgorithm)
- it.uniroma2.sag.kelp.learningalgorithm.classification.pegasos.PegasosLearningAlgorithm (implements it.uniroma2.sag.kelp.learningalgorithm.BinaryLearningAlgorithm, it.uniroma2.sag.kelp.learningalgorithm.classification.ClassificationLearningAlgorithm, it.uniroma2.sag.kelp.learningalgorithm.LinearMethod)
- it.uniroma2.sag.kelp.learningalgorithm.classification.perceptron.Perceptron (implements it.uniroma2.sag.kelp.learningalgorithm.BinaryLearningAlgorithm, it.uniroma2.sag.kelp.learningalgorithm.classification.ClassificationLearningAlgorithm, it.uniroma2.sag.kelp.learningalgorithm.OnlineLearningAlgorithm)
- it.uniroma2.sag.kelp.predictionfunction.PredictionFunctionTypeResolver (implements com.fasterxml.jackson.databind.jsontype.TypeIdResolver)
- it.uniroma2.sag.kelp.learningalgorithm.classification.liblinear.solver.Problem
- it.uniroma2.sag.kelp.data.representation.RepresentationFactory
- it.uniroma2.sag.kelp.data.representation.RepresentationTypeResolver (implements com.fasterxml.jackson.databind.jsontype.TypeIdResolver)
- it.uniroma2.sag.kelp.data.representation.sequence.SequenceElement (implements java.io.Serializable)
- it.uniroma2.sag.kelp.data.representation.sequence.SequenceRepresentation (implements it.uniroma2.sag.kelp.data.representation.Representation)
- it.uniroma2.sag.kelp.data.dataset.SimpleDataset (implements it.uniroma2.sag.kelp.data.dataset.Dataset)
- it.uniroma2.sag.kelp.data.representation.vector.SparseVector (implements it.uniroma2.sag.kelp.data.representation.Vector)
- it.uniroma2.sag.kelp.kernel.cache.SquaredNormCacheTypeResolver (implements com.fasterxml.jackson.databind.jsontype.TypeIdResolver)
- it.uniroma2.sag.kelp.kernel.tree.deltamatrix.StaticDeltaMatrix (implements it.uniroma2.sag.kelp.kernel.tree.deltamatrix.DeltaMatrix)
- it.uniroma2.sag.kelp.data.label.StringLabel (implements it.uniroma2.sag.kelp.data.label.Label)
- it.uniroma2.sag.kelp.data.representation.string.StringRepresentation (implements it.uniroma2.sag.kelp.data.representation.Representation)
- it.uniroma2.sag.kelp.data.representation.structure.StructureElement (implements java.io.Serializable)
- it.uniroma2.sag.kelp.data.representation.structure.StructureElementFactory
- it.uniroma2.sag.kelp.data.representation.structure.similarity.StructureElementSimilarityTypeResolver (implements com.fasterxml.jackson.databind.jsontype.TypeIdResolver)
- it.uniroma2.sag.kelp.predictionfunction.model.SupportVector
- it.uniroma2.sag.kelp.learningalgorithm.classification.libsvm.solver.SvmSolution
- java.lang.Throwable (implements java.io.Serializable)
- it.uniroma2.sag.kelp.data.representation.tree.utils.TreeIO
- it.uniroma2.sag.kelp.kernel.tree.TreeKernelUtils
- it.uniroma2.sag.kelp.data.representation.tree.node.TreeNode (implements java.io.Serializable)
- it.uniroma2.sag.kelp.data.representation.tree.node.TreeNodePairs (implements java.io.Serializable)
- it.uniroma2.sag.kelp.data.representation.tree.TreeRepresentation (implements it.uniroma2.sag.kelp.data.representation.Representation)
- it.uniroma2.sag.kelp.learningalgorithm.classification.liblinear.solver.Tron
- it.uniroma2.sag.kelp.predictionfunction.regressionfunction.UnivariateRegressionFunction (implements it.uniroma2.sag.kelp.predictionfunction.regressionfunction.RegressionFunction)
- it.uniroma2.sag.kelp.predictionfunction.regressionfunction.UnivariateRegressionOutput (implements it.uniroma2.sag.kelp.predictionfunction.regressionfunction.RegressionOutput)
- it.uniroma2.sag.kelp.data.representation.structure.similarity.VectorBasedStructureElementSimilarity (implements it.uniroma2.sag.kelp.data.representation.structure.similarity.StructureElementSimilarityI)
- it.uniroma2.sag.kelp.data.manipulator.VectorConcatenationManipulator (implements it.uniroma2.sag.kelp.data.manipulator.Manipulator)
- it.uniroma2.sag.kelp.wordspace.Wordspace (implements it.uniroma2.sag.kelp.wordspace.WordspaceI)
- it.uniroma2.sag.kelp.wordspace.WordspaceTypeResolver (implements com.fasterxml.jackson.databind.jsontype.TypeIdResolver)
Interface Hierarchy
Enum Hierarchy
Copyright © 2015 Semantic Analytics Group @ Uniroma2. All rights reserved.