public class UnsupervisedMLAlgorithm extends AMLAlgorithm
| Modifier and Type | Field and Description |
|---|---|
static MLImplementationType |
ML_IMPLEMENTATION_TYPE |
| Constructor and Description |
|---|
UnsupervisedMLAlgorithm(Class<? extends ACoreMLAlgorithm> clazz) |
| Modifier and Type | Method and Description |
|---|---|
MLResults |
learn(PseudoFMeasure pfm) |
asActive, asSupervised, asUnsupervised, getMl, getName, getParameters, init, predict, setMl, setParameterpublic static final MLImplementationType ML_IMPLEMENTATION_TYPE
public UnsupervisedMLAlgorithm(Class<? extends ACoreMLAlgorithm> clazz) throws UnsupportedMLImplementationException
clazz - the core ML algorithm classUnsupportedMLImplementationException - Exceptionpublic MLResults learn(PseudoFMeasure pfm) throws UnsupportedMLImplementationException
pfm - the pseudo f-measureUnsupportedMLImplementationException - ExceptionCopyright © 2020. All rights reserved.