Uses of Interface
adams.ml.capabilities.CapabilitiesHandler
-
-
Uses of CapabilitiesHandler in adams.ml.capabilities
Fields in adams.ml.capabilities declared as CapabilitiesHandler Modifier and Type Field Description protected CapabilitiesHandlerCapabilities. m_Ownerthe owner.Methods in adams.ml.capabilities that return CapabilitiesHandler Modifier and Type Method Description CapabilitiesHandlerCapabilities. getOwner()Returns the owner of these capabilities.Methods in adams.ml.capabilities with parameters of type CapabilitiesHandler Modifier and Type Method Description static DatasetCapabilitiesHelper. adjust(Dataset data, CapabilitiesHandler handler)Tries to adjust the dataset to the capabilities of the handler.static StringCapabilitiesHelper. handles(CapabilitiesHandler handler, Dataset data)Returns whether the capabilities handler handles the dataset.voidCapabilities. setOwner(CapabilitiesHandler value)Sets the owner of these capabilities.Constructors in adams.ml.capabilities with parameters of type CapabilitiesHandler Constructor Description Capabilities(CapabilitiesHandler owner)Initializes the capabilities. -
Uses of CapabilitiesHandler in adams.ml.model
Subinterfaces of CapabilitiesHandler in adams.ml.model Modifier and Type Interface Description interfaceAlgorithm<T extends Model>Interface for machine learning algorithms.interfaceIncrementalAlgorithm<T extends Model>Interface for incremental algorithms. -
Uses of CapabilitiesHandler in adams.ml.model.classification
Subinterfaces of CapabilitiesHandler in adams.ml.model.classification Modifier and Type Interface Description interfaceClassifierInterface for classification algorithms.interfaceIncrementalClassifierInterface for incremental classification algorithms.interfaceIncrementalMultiTargetClassifierInterface for incremental multi-target classification algorithms.interfaceMultiTargetClassifierInterface for multi-target classification algorithms.Classes in adams.ml.model.classification that implement CapabilitiesHandler Modifier and Type Class Description classAbstractClassifierAncestor for classification algorithms.classAbstractMultiTargetClassifierAncestor for multi-target classification algorithms.classWekaClassifierWraps around a Weka classifier that handles nominal classes (= classification). -
Uses of CapabilitiesHandler in adams.ml.model.clustering
Subinterfaces of CapabilitiesHandler in adams.ml.model.clustering Modifier and Type Interface Description interfaceClustererInterface for clustering algorithms.interfaceIncrementalClustererInterface for incremental cluster algorithms.Classes in adams.ml.model.clustering that implement CapabilitiesHandler Modifier and Type Class Description classAbstractClustererAncestor for clustering algorithms.classWekaClustererWraps around a Weka clusterer. -
Uses of CapabilitiesHandler in adams.ml.model.regression
Subinterfaces of CapabilitiesHandler in adams.ml.model.regression Modifier and Type Interface Description interfaceIncrementalMultiTargetRegressorInterface for incremental multi-target regression algorithms.interfaceIncrementalRegressorInterface for incremental regression algorithms.interfaceMultiTargetRegressorInterface for multi-target regression algorithms.interfaceRegressorInterface for regression algorithms.Classes in adams.ml.model.regression that implement CapabilitiesHandler Modifier and Type Class Description classAbstractMultiTargetRegressorAncestor for regression algorithms.classAbstractRegressorAncestor for regression algorithms.classWekaRegressorWraps around a Weka classifier that handles numeric classes (= regression). -
Uses of CapabilitiesHandler in adams.ml.preprocessing
Subinterfaces of CapabilitiesHandler in adams.ml.preprocessing Modifier and Type Interface Description interfaceBatchFilterInterface for filters that filter data in batches.interfaceColumnSubsetFilterFilter with column subset handling.interfaceFilterInterface for filters.interfaceStreamFilterInterface for filters that filter a data stream, i.e., row by row.Classes in adams.ml.preprocessing that implement CapabilitiesHandler Modifier and Type Class Description classAbstractBatchFilterAncestor for batch filters.classAbstractColumnSubsetBatchFilterAncestor for batch filters with column subset handling.classAbstractColumnSubsetFilterAncestor for filters.classAbstractColumnSubsetStreamFilterAncestor for stream filters with column subset handling.classAbstractFilterAncestor for filters.classAbstractStreamFilterAncestor for stream filters. -
Uses of CapabilitiesHandler in adams.ml.preprocessing.supervised
Classes in adams.ml.preprocessing.supervised that implement CapabilitiesHandler Modifier and Type Class Description classPLS -
Uses of CapabilitiesHandler in adams.ml.preprocessing.unsupervised
Classes in adams.ml.preprocessing.unsupervised that implement CapabilitiesHandler Modifier and Type Class Description classMultiBatchApplies the specified filters sequentially.classMultiStreamApplies the specified filters sequentially.classPassThroughDummy, just passes through the data.classPCAPerforms principal components analysis.classSavitzkyGolayA filter that applies Savitzky-Golay smoothing.
For more information see:
A.
-