Uses of Interface
se.hb.jcp.ml.IClassifierInformation
-
Packages that use IClassifierInformation Package Description se.hb.jcp.bindings.jliblinear se.hb.jcp.bindings.jlibsvm se.hb.jcp.bindings.libsvm se.hb.jcp.bindings.opencv se.hb.jcp.cp se.hb.jcp.ml se.hb.jcp.nc -
-
Uses of IClassifierInformation in se.hb.jcp.bindings.jliblinear
Classes in se.hb.jcp.bindings.jliblinear that implement IClassifierInformation Modifier and Type Class Description classLinearClassifier -
Uses of IClassifierInformation in se.hb.jcp.bindings.jlibsvm
Classes in se.hb.jcp.bindings.jlibsvm that implement IClassifierInformation Modifier and Type Class Description classSVMClassifier -
Uses of IClassifierInformation in se.hb.jcp.bindings.libsvm
Classes in se.hb.jcp.bindings.libsvm that implement IClassifierInformation Modifier and Type Class Description classSVMClassifier -
Uses of IClassifierInformation in se.hb.jcp.bindings.opencv
Classes in se.hb.jcp.bindings.opencv that implement IClassifierInformation Modifier and Type Class Description classExtremelyRandomizedTreesClassifierclassRandomForestClassifierclassSVMClassifier -
Uses of IClassifierInformation in se.hb.jcp.cp
Subinterfaces of IClassifierInformation in se.hb.jcp.cp Modifier and Type Interface Description interfaceIConformalClassifierRepresents an instance of a specific conformal classification algorithm.Classes in se.hb.jcp.cp that implement IClassifierInformation Modifier and Type Class Description classConformalMultiProbabilisticClassifierRepresents a multi-probabilistic conformal classifier with bivariate isotonic regression.classInductiveConformalClassifierRepresents an instance of a specific inductive conformal classification algorithm.classTransductiveConformalClassifier -
Uses of IClassifierInformation in se.hb.jcp.ml
Subinterfaces of IClassifierInformation in se.hb.jcp.ml Modifier and Type Interface Description interfaceIClassifierRepresents an instance of a specific machine learning classification algorithm.interfaceIClassProbabilityClassifierRepresents an instance of a specific machine learning classification algorithm.interfaceISVMClassifierSpecifies an interface for SVM classifiers giving access to internal SVM specific information.Classes in se.hb.jcp.ml that implement IClassifierInformation Modifier and Type Class Description classBogusClassProbabilityClassifierAdds a bogus class probability estimate to the underlying machine learning classification algorithm.classClassifierBaseBase class for classifiers that provide implementations of some of the generic IClassifierInformation methods. -
Uses of IClassifierInformation in se.hb.jcp.nc
Subinterfaces of IClassifierInformation in se.hb.jcp.nc Modifier and Type Interface Description interfaceIClassificationNonconformityFunctionRepresents an instance of a specific non-conformity function for conformal classification.Classes in se.hb.jcp.nc that implement IClassifierInformation Modifier and Type Class Description classAverageClassificationNonconformityFunctionclassClassifierNonconformityFunctionBaseBase class for nonconformity functions that use a classifier.classClassProbabilityNonconformityFunctionBaseA base class for nonconformity functions based on the predicted class probabilities given by a classifier.classHingeLossNonconformityFunctionA hinge loss nonconformity function based on the predicted class probabilities given by a classifier.classkNearestSameClassNeighbourNonconformityFunctionThis class implements a nonconformity function based on the k-nearest same class neighbour function.classMarginNonconformityFunctionA margin nonconformity function based on the predicted class probabilities given by a classifier.classSVMDistanceNonconformityFunctionThis class implements a nonconformity function based on the signed distance from the separating hyperplane of a two-class SVM classifier.
-