Class PCA
- java.lang.Object
-
- ai.libs.jaicore.ml.weka.classification.pipeline.SuvervisedFilterPreprocessor
-
- ai.libs.jaicore.ml.weka.classification.pipeline.featuregen.PCA
-
- All Implemented Interfaces:
FeatureGenerator,FeaturePreprocessor,java.io.Serializable
public class PCA extends SuvervisedFilterPreprocessor implements FeatureGenerator
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PCA()
-
Method Summary
-
Methods inherited from class ai.libs.jaicore.ml.weka.classification.pipeline.SuvervisedFilterPreprocessor
apply, apply, equals, getEvaluator, getSearcher, getSelector, hashCode, isPrepared, prepare, setPrepared
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface ai.libs.jaicore.ml.weka.classification.pipeline.FeaturePreprocessor
apply, apply, isPrepared, prepare
-
-