public interface FunctionalInstances<T extends Dataset>
| Modifier and Type | Method and Description |
|---|---|
T |
apply(java.lang.String filterSpec) |
T |
applyToFunctionalInstances(java.util.function.UnaryOperator<FunctionalInstances<T>> operator) |
T |
applyToInstances(java.util.function.UnaryOperator<weka.core.Instances> operator) |
T |
classifier(java.lang.String classifierSpec) |
T |
consumeFunctionalInstances(java.util.function.Consumer<FunctionalInstances<T>> consumer) |
T |
consumeInstances(java.util.function.Consumer<weka.core.Instances> consumer) |
weka.core.Instances |
getInstances() |
T |
pop() |
T |
pop(java.lang.String name) |
T |
popTestSet() |
T |
popTrainingSet() |
T |
push() |
T |
push(java.lang.String name) |
T |
pushTestSet() |
T |
pushTrainingSet() |
T |
read(java.nio.file.Path inpath) |
T |
read(java.lang.String inpath) |
T |
read(java.net.URL url) |
T |
write(java.nio.file.Path outpath) |
T |
write(java.lang.String outpath) |
T read(java.net.URL url)
T read(java.nio.file.Path inpath)
T read(java.lang.String inpath)
T write(java.nio.file.Path outpath)
T write(java.lang.String outpath)
T push()
T pushTrainingSet()
T pushTestSet()
T push(java.lang.String name)
T pop()
T popTrainingSet()
T popTestSet()
T pop(java.lang.String name)
T apply(java.lang.String filterSpec)
T classifier(java.lang.String classifierSpec)
T applyToFunctionalInstances(java.util.function.UnaryOperator<FunctionalInstances<T>> operator)
T applyToInstances(java.util.function.UnaryOperator<weka.core.Instances> operator)
T consumeFunctionalInstances(java.util.function.Consumer<FunctionalInstances<T>> consumer)
T consumeInstances(java.util.function.Consumer<weka.core.Instances> consumer)
weka.core.Instances getInstances()
Copyright © 2020. All rights reserved.