- BaggingClassifier - Class in com.workfusion.vds.sdk.ml.sklearn.bagging
-
The type Bagging classifier.
- BaggingClassifier.Builder - Class in com.workfusion.vds.sdk.ml.sklearn.bagging
-
The type Builder.
- BaggingClassifierSerializer - Class in com.workfusion.vds.sdk.ml.sklearn.bagging
-
The type Bagging classifier serializer.
- BaggingClassifierSerializer() - Constructor for class com.workfusion.vds.sdk.ml.sklearn.bagging.BaggingClassifierSerializer
-
- BALANCE_WEIGHTS - Static variable in class com.workfusion.vds.sdk.model.nlp.generic.GenericPipelineConfiguration
-
Parameter to enable "balanced" mode.
- BaseConfigurationContext - Class in com.workfusion.vds.sdk.nlp.component.pipeline
-
Abstract class for pipeline configuration context.
- BaseConfigurationContext(Map<String, Object>) - Constructor for class com.workfusion.vds.sdk.nlp.component.pipeline.BaseConfigurationContext
-
- BaseDpLinearClassifier - Class in com.workfusion.vds.sdk.ml.dp.bolton.linear
-
The base class for Bolton Differential Privacy Linear classifiers.
- BaseDpLinearClassifier(BaseDpLinearClassifier.Builder) - Constructor for class com.workfusion.vds.sdk.ml.dp.bolton.linear.BaseDpLinearClassifier
-
- BaseDpLinearClassifier.Builder<T extends BasePythonClassifier> - Class in com.workfusion.vds.sdk.ml.dp.bolton.linear
-
The type Builder.
- BaseDpLinearClassifierSerializer<T extends BaseDpLinearClassifier> - Class in com.workfusion.vds.sdk.ml.dp.bolton.linear
-
The base class for Bolton DP classifier serializer.
- BaseDpLinearClassifierSerializer() - Constructor for class com.workfusion.vds.sdk.ml.dp.bolton.linear.BaseDpLinearClassifierSerializer
-
- BaseFieldResultMapper<T extends ElementResult<E>,E extends StatisticsElement> - Class in com.workfusion.vds.sdk.nlp.component.statistics.mapper
-
Base class to map field DTO's representation over gold and extracted fields for one field for one document to
create required instance of
ElementResult.
- BaseFieldResultMapper(StatisticsEvaluationType) - Constructor for class com.workfusion.vds.sdk.nlp.component.statistics.mapper.BaseFieldResultMapper
-
Create an instance with specified strategy of mapping.
- BaseGroupingProcessor - Class in com.workfusion.vds.sdk.nlp.component.processing.grouping
-
The BaseGroupingProcessor is base class for grouping processors.
- BaseGroupingProcessor() - Constructor for class com.workfusion.vds.sdk.nlp.component.processing.grouping.BaseGroupingProcessor
-
- BaseGroupingProcessor(Collection<String>) - Constructor for class com.workfusion.vds.sdk.nlp.component.processing.grouping.BaseGroupingProcessor
-
- BaseIeGoldVsExtractedPrinter - Class in com.workfusion.vds.sdk.nlp.component.statistics.printer
-
Base class for Information Extraction gold vs extracted statistics printers.
- BaseIeGoldVsExtractedPrinter() - Constructor for class com.workfusion.vds.sdk.nlp.component.statistics.printer.BaseIeGoldVsExtractedPrinter
-
- BaseIePerFieldCSVPrinter - Class in com.workfusion.vds.sdk.nlp.component.statistics.printer
-
Base class for Information Extraction per field statistics printers.
- BaseIePerFieldCSVPrinter() - Constructor for class com.workfusion.vds.sdk.nlp.component.statistics.printer.BaseIePerFieldCSVPrinter
-
- BaseKeywordsInElementFE<SEARCH extends Element,FOCUS extends Element> - Class in com.workfusion.vds.sdk.nlp.component.fe
-
Base class to extract features from SEARCH element, that covered/covering target FOCUS element.
- BaseKeywordsInElementFE(Collection<String>, Class<SEARCH>, boolean) - Constructor for class com.workfusion.vds.sdk.nlp.component.fe.BaseKeywordsInElementFE
-
- BaseLocalTrainingConfiguration - Class in com.workfusion.vds.sdk.run.config
-
- BaseLocalTrainingConfiguration(BaseLocalTrainingConfiguration.Builder) - Constructor for class com.workfusion.vds.sdk.run.config.BaseLocalTrainingConfiguration
-
- BaseLocalTrainingConfiguration.Builder<B,T> - Class in com.workfusion.vds.sdk.run.config
-
- BaseNerAnnotator - Class in com.workfusion.vds.sdk.nlp.component.annotator.ner
-
Abstract class for named entity annotators.
- BaseNerAnnotator(String) - Constructor for class com.workfusion.vds.sdk.nlp.component.annotator.ner.BaseNerAnnotator
-
- BaseNerAnnotator.ElementDTO - Class in com.workfusion.vds.sdk.nlp.component.annotator.ner
-
- BaseNerInFocusElementFE<SEARCH extends Element,FOCUS extends Element> - Class in com.workfusion.vds.sdk.nlp.component.fe.ner
-
- BaseNerInFocusElementFE(String, Class<SEARCH>) - Constructor for class com.workfusion.vds.sdk.nlp.component.fe.ner.BaseNerInFocusElementFE
-
- BaseNumberFormatNormalizer - Class in com.workfusion.vds.sdk.nlp.component.processing.normalization
-
Base class for number format normalizers.
- BaseNumberFormatNormalizer(Resource) - Constructor for class com.workfusion.vds.sdk.nlp.component.processing.normalization.BaseNumberFormatNormalizer
-
- BaseNumberFormatNormalizer() - Constructor for class com.workfusion.vds.sdk.nlp.component.processing.normalization.BaseNumberFormatNormalizer
-
- BasePythonClassifier - Class in com.workfusion.vds.sdk.ml.python
-
The abstract class for python classifiers.
- BasePythonClassifier(BasePythonClassifier.Builder) - Constructor for class com.workfusion.vds.sdk.ml.python.BasePythonClassifier
-
Creates new BasePythonClassifier instance.
- BasePythonClassifier.Builder<B extends BasePythonClassifier.Builder<B,T>,T extends BasePythonClassifier> - Class in com.workfusion.vds.sdk.ml.python
-
The base class for python classifier builders.
- BasePythonClassifierSerializer<C extends BasePythonClassifier> - Class in com.workfusion.vds.sdk.ml.python
-
The abstract class for python serializers.
- BasePythonClassifierSerializer() - Constructor for class com.workfusion.vds.sdk.ml.python.BasePythonClassifierSerializer
-
- BasePythonFeaturesExtractor - Class in com.workfusion.automl.ml.python
-
The abstract class for python features extractors.
- BasePythonFeaturesExtractor(BasePythonFeaturesExtractor.Builder) - Constructor for class com.workfusion.automl.ml.python.BasePythonFeaturesExtractor
-
Creates new BasePythonFeaturesExtractor instance.
- BasePythonFeaturesExtractor.Builder<B extends BasePythonFeaturesExtractor.Builder<B,T>,T extends BasePythonFeaturesExtractor> - Class in com.workfusion.automl.ml.python
-
The base class for python classifier builders.
- BaseRegexNerAnnotator - Class in com.workfusion.vds.sdk.nlp.component.annotator.ner
-
This annotator extracts named entities based on regular expression.
- BaseRegexNerAnnotator(String) - Constructor for class com.workfusion.vds.sdk.nlp.component.annotator.ner.BaseRegexNerAnnotator
-
- BaseRegexNerAnnotator(String, String) - Constructor for class com.workfusion.vds.sdk.nlp.component.annotator.ner.BaseRegexNerAnnotator
-
- BaseResultMapper<T extends ElementResult<E>,E extends StatisticsElement> - Class in com.workfusion.vds.sdk.nlp.component.statistics.mapper
-
- BaseResultMapper() - Constructor for class com.workfusion.vds.sdk.nlp.component.statistics.mapper.BaseResultMapper
-
- BaseResultMapper.MappingResult<E extends StatisticsElement> - Class in com.workfusion.vds.sdk.nlp.component.statistics.mapper
-
Internal class to represent mapping results.
- BaseRunnerConfiguration - Class in com.workfusion.vds.sdk.run.config
-
Base class for model run configurations.
- BaseRunnerConfiguration() - Constructor for class com.workfusion.vds.sdk.run.config.BaseRunnerConfiguration
-
- BaseStatisticsCalculator<I extends Document,O extends DocumentResult,S extends BaseStatisticsCalculator<I,O,S>> - Class in com.workfusion.vds.sdk.nlp.component.statistics
-
Base class for statistic implementation.
- BaseStatisticsCalculator() - Constructor for class com.workfusion.vds.sdk.nlp.component.statistics.BaseStatisticsCalculator
-
- batchSize(int) - Method in class com.workfusion.vds.sdk.ml.dp.bolton.linear.BaseDpLinearClassifier.Builder
-
Sets the number of samples in one batch.
- begin(int) - Method in class com.workfusion.vds.sdk.nlp.component.statistics.model.StatisticsField.Builder
-
Set field begin position.
- BIAS - Static variable in class com.workfusion.vds.sdk.ml.liblinear.constant.LiblinearConstants
-
If bias >= 0, instance x becomes [x; bias]; if < 0, no bias term added.
- bias(double) - Method in class com.workfusion.vds.sdk.ml.liblinear.LiblinearClassifier.Builder
-
- BIAS_ARG - Static variable in class com.workfusion.vds.sdk.ml.liblinear.constant.LiblinearConstants
-
- bidirectional(Class<? extends Element>, Class<? extends Element>) - Method in interface com.workfusion.vds.sdk.api.nlp.cache.CacheBuilder
-
Creates a bidirectional index.
- bootstrap(boolean) - Method in class com.workfusion.vds.sdk.ml.sklearn.bagging.BaggingClassifier.Builder
-
Sets whether features are drawn with replacement.
- bootstrap(boolean) - Method in class com.workfusion.vds.sdk.ml.sklearn.extratrees.ExtraTreesClassifier.Builder
-
Sets whether bootstrap samples are used when building trees.
- bootstrap(boolean) - Method in class com.workfusion.vds.sdk.ml.sklearn.randomforest.RandomForestClassifier.Builder
-
Sets whether bootstrap samples are used when building trees.
- bootstrapFeatures(boolean) - Method in class com.workfusion.vds.sdk.ml.sklearn.bagging.BaggingClassifier.Builder
-
Sets whether features are drawn with replacement.
- build() - Method in class com.workfusion.automl.ml.python.BasePythonFeaturesExtractor.Builder
-
Check bridge and build classifier.
- build() - Method in class com.workfusion.vds.sdk.api.hpo.Dimension.Builder
-
Build dimension based on provided items.
- build() - Method in class com.workfusion.vds.sdk.api.hpo.ParameterSpace.Builder
-
- build() - Method in class com.workfusion.vds.sdk.api.hypermodel.pipeline.PipelineConfiguration.Builder
-
- build() - Method in class com.workfusion.vds.sdk.api.ml.dataset.Record.Builder
-
Construct record instance.
- build() - Method in class com.workfusion.vds.sdk.api.ml.Prediction.Builder
-
Construct prediction instance.
- build() - Method in class com.workfusion.vds.sdk.api.ml.PredictionResult.Builder
-
Construct prediction result instance.
- build() - Method in class com.workfusion.vds.sdk.ml.dp.bolton.linear.logisticregression.DpLogisticRegressionClassifier.Builder
-
- build() - Method in class com.workfusion.vds.sdk.ml.dp.bolton.linear.svm.DpSvmClassifier.Builder
-
- build() - Method in class com.workfusion.vds.sdk.ml.generic.GenericPythonClassifier.Builder
-
- build() - Method in class com.workfusion.vds.sdk.ml.liblinear.LiblinearClassifier.Builder
-
- build() - Method in class com.workfusion.vds.sdk.ml.liblinear.LiblinearParamGridClassifier.Builder
-
- build() - Method in class com.workfusion.vds.sdk.ml.python.BasePythonClassifier.Builder
-
Build classifier.
- build() - Method in class com.workfusion.vds.sdk.ml.sklearn.adaboost.AdaBoostClassifier.Builder
-
- build() - Method in class com.workfusion.vds.sdk.ml.sklearn.adaboost.AdaBoostParamGridClassifier.Builder
-
- build() - Method in class com.workfusion.vds.sdk.ml.sklearn.bagging.BaggingClassifier.Builder
-
- build() - Method in class com.workfusion.vds.sdk.ml.sklearn.decisiontree.DecisionTreeClassifier.Builder
-
- build() - Method in class com.workfusion.vds.sdk.ml.sklearn.extratree.ExtraTreeClassifier.Builder
-
- build() - Method in class com.workfusion.vds.sdk.ml.sklearn.extratrees.ExtraTreesClassifier.Builder
-
- build() - Method in class com.workfusion.vds.sdk.ml.sklearn.gradientboosting.GradientBoostingClassifier.Builder
-
- build() - Method in class com.workfusion.vds.sdk.ml.sklearn.kneighbors.KNeighborsClassifier.Builder
-
- build() - Method in class com.workfusion.vds.sdk.ml.sklearn.linearsvc.LinearSupportVectorClassifier.Builder
-
- build() - Method in class com.workfusion.vds.sdk.ml.sklearn.linearsvc.LinearSupportVectorParamGridClassifier.Builder
-
- build() - Method in class com.workfusion.vds.sdk.ml.sklearn.logisticregression.LogisticRegression.Builder
-
- build() - Method in class com.workfusion.vds.sdk.ml.sklearn.logisticregression.LogisticRegressionCV.Builder
-
- build() - Method in class com.workfusion.vds.sdk.ml.sklearn.logisticregression.LogisticRegressionParamGridClassifier.Builder
-
- build() - Method in class com.workfusion.vds.sdk.ml.sklearn.mnb.MultinomialNaiveBayesClassifier.Builder
-
- build() - Method in class com.workfusion.vds.sdk.ml.sklearn.randomforest.RandomForestClassifier.Builder
-
- build() - Method in class com.workfusion.vds.sdk.ml.sklearn.randomforest.RandomForestParamGridClassifier.Builder
-
- build() - Method in class com.workfusion.vds.sdk.ml.sklearn.sgd.StochasticGradientDescentClassifier.Builder
-
- build() - Method in class com.workfusion.vds.sdk.ml.vw.VowpalWabbitClassifier.Builder
-
- build() - Method in class com.workfusion.vds.sdk.nlp.component.processing.normalization.DateFormatNormalizer.Builder
-
- build() - Method in class com.workfusion.vds.sdk.nlp.component.processing.normalization.TextNormalizer.Builder
-
- build() - Method in class com.workfusion.vds.sdk.nlp.component.statistics.model.ClassificationDocumentResult.Builder
-
Build ClassificationDocumentResult
- build() - Method in class com.workfusion.vds.sdk.nlp.component.statistics.model.ElementResult.Builder
-
Build element result.
- build() - Method in class com.workfusion.vds.sdk.nlp.component.statistics.model.FieldResult.Builder
-
- build() - Method in class com.workfusion.vds.sdk.nlp.component.statistics.model.GroupFieldResult.Builder
-
- build() - Method in class com.workfusion.vds.sdk.nlp.component.statistics.model.IeDocumentResult.Builder
-
Build IeDocumentResult
- build() - Method in class com.workfusion.vds.sdk.nlp.component.statistics.model.LabelResult.Builder
-
- build() - Method in class com.workfusion.vds.sdk.nlp.component.statistics.model.ModelEvaluationResult.Builder
-
Build model evaluation result.
- build() - Method in class com.workfusion.vds.sdk.nlp.component.statistics.model.StatisticsField.Builder
-
Build field DTO.
- build() - Method in class com.workfusion.vds.sdk.nlp.component.statistics.model.StatisticsGroupField.Builder
-
Build StatisticGroupField DTO.
- build() - Method in class com.workfusion.vds.sdk.nlp.component.statistics.model.StatisticsLabel.Builder
-
Build StatisticLabel DTO.
- build() - Method in class com.workfusion.vds.sdk.run.config.BaseLocalTrainingConfiguration.Builder
-
Builds T.
- build() - Method in class com.workfusion.vds.sdk.run.config.ClusterTrainingConfiguration.Builder
-
Build cluster (BEP) training configuration.
- build() - Method in class com.workfusion.vds.sdk.run.config.LocalExecutionConfiguration.Builder
-
- build() - Method in class com.workfusion.vds.sdk.run.config.LocalTrainingConfiguration.Builder
-
- Builder() - Constructor for class com.workfusion.automl.ml.fe.GenericPythonFE.Builder
-
- Builder() - Constructor for class com.workfusion.automl.ml.python.BasePythonFeaturesExtractor.Builder
-
- Builder(Dimension.Type) - Constructor for class com.workfusion.vds.sdk.api.hpo.Dimension.Builder
-
- Builder(String) - Constructor for class com.workfusion.vds.sdk.api.hpo.ParameterSpace.Builder
-
- Builder() - Constructor for class com.workfusion.vds.sdk.api.hpo.ParameterSpace.Builder
-
- Builder() - Constructor for class com.workfusion.vds.sdk.api.hypermodel.pipeline.PipelineConfiguration.Builder
-
- builder() - Static method in class com.workfusion.vds.sdk.api.ml.dataset.Record
-
Construct new builder instance.
- Builder() - Constructor for class com.workfusion.vds.sdk.api.ml.dataset.Record.Builder
-
- builder() - Static method in class com.workfusion.vds.sdk.api.ml.Prediction
-
Construct new builder instance.
- Builder() - Constructor for class com.workfusion.vds.sdk.api.ml.Prediction.Builder
-
- builder() - Static method in class com.workfusion.vds.sdk.api.ml.PredictionResult
-
Construct new builder instance.
- Builder() - Constructor for class com.workfusion.vds.sdk.api.ml.PredictionResult.Builder
-
- Builder() - Constructor for class com.workfusion.vds.sdk.ml.dp.bolton.linear.BaseDpLinearClassifier.Builder
-
Instantiates a new Builder.
- builder() - Static method in class com.workfusion.vds.sdk.ml.dp.bolton.linear.logisticregression.DpLogisticRegressionClassifier
-
Construct new builder instance.
- Builder() - Constructor for class com.workfusion.vds.sdk.ml.dp.bolton.linear.logisticregression.DpLogisticRegressionClassifier.Builder
-
Instantiates a new Builder.
- builder() - Static method in class com.workfusion.vds.sdk.ml.dp.bolton.linear.svm.DpSvmClassifier
-
Construct new builder instance.
- Builder() - Constructor for class com.workfusion.vds.sdk.ml.dp.bolton.linear.svm.DpSvmClassifier.Builder
-
Instantiates a new Builder.
- builder() - Static method in class com.workfusion.vds.sdk.ml.generic.GenericPythonClassifier
-
Construct new builder instance.
- Builder() - Constructor for class com.workfusion.vds.sdk.ml.generic.GenericPythonClassifier.Builder
-
- Builder() - Constructor for class com.workfusion.vds.sdk.ml.liblinear.LiblinearClassifier.Builder
-
- Builder() - Constructor for class com.workfusion.vds.sdk.ml.liblinear.LiblinearParamGridClassifier.Builder
-
- Builder() - Constructor for class com.workfusion.vds.sdk.ml.python.BasePythonClassifier.Builder
-
- builder() - Static method in class com.workfusion.vds.sdk.ml.sklearn.adaboost.AdaBoostClassifier
-
Construct new builder instance.
- Builder() - Constructor for class com.workfusion.vds.sdk.ml.sklearn.adaboost.AdaBoostClassifier.Builder
-
Instantiates a new Builder.
- Builder() - Constructor for class com.workfusion.vds.sdk.ml.sklearn.adaboost.AdaBoostParamGridClassifier.Builder
-
- builder() - Static method in class com.workfusion.vds.sdk.ml.sklearn.bagging.BaggingClassifier
-
Construct new builder instance.
- Builder() - Constructor for class com.workfusion.vds.sdk.ml.sklearn.bagging.BaggingClassifier.Builder
-
Instantiates a new Builder.
- builder() - Static method in class com.workfusion.vds.sdk.ml.sklearn.decisiontree.DecisionTreeClassifier
-
Construct new builder instance.
- Builder() - Constructor for class com.workfusion.vds.sdk.ml.sklearn.decisiontree.DecisionTreeClassifier.Builder
-
Instantiates a new Builder.
- builder() - Static method in class com.workfusion.vds.sdk.ml.sklearn.extratree.ExtraTreeClassifier
-
Construct new builder instance.
- Builder() - Constructor for class com.workfusion.vds.sdk.ml.sklearn.extratree.ExtraTreeClassifier.Builder
-
Instantiates a new Builder.
- builder() - Static method in class com.workfusion.vds.sdk.ml.sklearn.extratrees.ExtraTreesClassifier
-
Construct new builder instance.
- Builder() - Constructor for class com.workfusion.vds.sdk.ml.sklearn.extratrees.ExtraTreesClassifier.Builder
-
Instantiates a new Builder.
- builder() - Static method in class com.workfusion.vds.sdk.ml.sklearn.gradientboosting.GradientBoostingClassifier
-
Construct new builder instance.
- Builder() - Constructor for class com.workfusion.vds.sdk.ml.sklearn.gradientboosting.GradientBoostingClassifier.Builder
-
Instantiates a new Builder.
- builder() - Static method in class com.workfusion.vds.sdk.ml.sklearn.kneighbors.KNeighborsClassifier
-
Construct new builder instance.
- Builder() - Constructor for class com.workfusion.vds.sdk.ml.sklearn.kneighbors.KNeighborsClassifier.Builder
-
Instantiates a new Builder.
- builder() - Static method in class com.workfusion.vds.sdk.ml.sklearn.linearsvc.LinearSupportVectorClassifier
-
- Builder() - Constructor for class com.workfusion.vds.sdk.ml.sklearn.linearsvc.LinearSupportVectorClassifier.Builder
-
Instantiates a new Builder.
- Builder() - Constructor for class com.workfusion.vds.sdk.ml.sklearn.linearsvc.LinearSupportVectorParamGridClassifier.Builder
-
- builder() - Static method in class com.workfusion.vds.sdk.ml.sklearn.logisticregression.LogisticRegression
-
Construct new builder instance.
- Builder() - Constructor for class com.workfusion.vds.sdk.ml.sklearn.logisticregression.LogisticRegression.Builder
-
Instantiates a new Builder.
- builder() - Static method in class com.workfusion.vds.sdk.ml.sklearn.logisticregression.LogisticRegressionCV
-
Construct new builder instance.
- Builder() - Constructor for class com.workfusion.vds.sdk.ml.sklearn.logisticregression.LogisticRegressionCV.Builder
-
Instantiates a new Builder.
- Builder() - Constructor for class com.workfusion.vds.sdk.ml.sklearn.logisticregression.LogisticRegressionParamGridClassifier.Builder
-
- builder() - Static method in class com.workfusion.vds.sdk.ml.sklearn.mnb.MultinomialNaiveBayesClassifier
-
- Builder() - Constructor for class com.workfusion.vds.sdk.ml.sklearn.mnb.MultinomialNaiveBayesClassifier.Builder
-
Instantiates a new Builder.
- builder() - Static method in class com.workfusion.vds.sdk.ml.sklearn.randomforest.RandomForestClassifier
-
Construct new builder instance.
- Builder() - Constructor for class com.workfusion.vds.sdk.ml.sklearn.randomforest.RandomForestClassifier.Builder
-
Instantiates a new Builder.
- Builder() - Constructor for class com.workfusion.vds.sdk.ml.sklearn.randomforest.RandomForestParamGridClassifier.Builder
-
- builder() - Static method in class com.workfusion.vds.sdk.ml.sklearn.sgd.StochasticGradientDescentClassifier
-
Construct new builder instance.
- Builder() - Constructor for class com.workfusion.vds.sdk.ml.sklearn.sgd.StochasticGradientDescentClassifier.Builder
-
Instantiates a new Builder.
- Builder() - Constructor for class com.workfusion.vds.sdk.ml.vw.VowpalWabbitClassifier.Builder
-
- Builder() - Constructor for class com.workfusion.vds.sdk.nlp.component.processing.normalization.DateFormatNormalizer.Builder
-
- builder() - Static method in class com.workfusion.vds.sdk.nlp.component.processing.normalization.TextNormalizer
-
- Builder() - Constructor for class com.workfusion.vds.sdk.nlp.component.statistics.model.ClassificationDocumentResult.Builder
-
- Builder() - Constructor for class com.workfusion.vds.sdk.nlp.component.statistics.model.ElementResult.Builder
-
- Builder() - Constructor for class com.workfusion.vds.sdk.nlp.component.statistics.model.FieldResult.Builder
-
- Builder() - Constructor for class com.workfusion.vds.sdk.nlp.component.statistics.model.GroupFieldResult.Builder
-
- Builder() - Constructor for class com.workfusion.vds.sdk.nlp.component.statistics.model.IeDocumentResult.Builder
-
- Builder() - Constructor for class com.workfusion.vds.sdk.nlp.component.statistics.model.LabelResult.Builder
-
- Builder() - Constructor for class com.workfusion.vds.sdk.nlp.component.statistics.model.ModelEvaluationResult.Builder
-
- Builder() - Constructor for class com.workfusion.vds.sdk.nlp.component.statistics.model.StatisticsField.Builder
-
- Builder() - Constructor for class com.workfusion.vds.sdk.nlp.component.statistics.model.StatisticsGroupField.Builder
-
- Builder() - Constructor for class com.workfusion.vds.sdk.nlp.component.statistics.model.StatisticsLabel.Builder
-
- Builder() - Constructor for class com.workfusion.vds.sdk.run.config.BaseLocalTrainingConfiguration.Builder
-
- builder() - Static method in class com.workfusion.vds.sdk.run.config.ClusterTrainingConfiguration
-
Builder utility class for Configuration instantiation.
- builder() - Static method in class com.workfusion.vds.sdk.run.config.LocalExecutionConfiguration
-
- builder() - Static method in class com.workfusion.vds.sdk.run.config.LocalTrainingConfiguration
-
- buildModel() - Method in class com.workfusion.automl.ml.fe.GenericPythonFE.Builder
-
- buildModel() - Method in class com.workfusion.automl.ml.python.BasePythonFeaturesExtractor.Builder
-
Build classifier.
- buildResult(E, E) - Method in class com.workfusion.vds.sdk.nlp.component.statistics.mapper.BaseResultMapper
-
- buildResult(StatisticsField, StatisticsField) - Method in class com.workfusion.vds.sdk.nlp.component.statistics.mapper.FieldResultMapper
-
- buildResult(StatisticsGroupField, StatisticsGroupField) - Method in class com.workfusion.vds.sdk.nlp.component.statistics.mapper.GroupFieldResultMapper
-
- buildResult(StatisticsLabel, StatisticsLabel) - Method in class com.workfusion.vds.sdk.nlp.component.statistics.mapper.LabelResultMapper
-
- buildTokens(Document, String, int) - Method in class com.workfusion.vds.sdk.nlp.component.annotator.tokenizer.MatcherTokenAnnotator
-
- buildTokens(Document, String, int) - Method in class com.workfusion.vds.sdk.nlp.component.annotator.tokenizer.SplitterTokenAnnotator
-
- buildTokens(Document, String, int) - Method in class com.workfusion.vds.sdk.nlp.component.annotator.tokenizer.TokenAnnotator
-
Build tokens from text
- buildTrie(Collection<String>) - Method in class com.workfusion.vds.sdk.nlp.component.annotator.ner.AhoCorasickDictionaryNerAnnotator
-
- GenericPipelineConfiguration - Class in com.workfusion.vds.sdk.model.nlp.generic
-
Generic models pipeline configuration constants.
- GenericPythonClassifier - Class in com.workfusion.vds.sdk.ml.generic
-
The generic customizable classifier.
- GenericPythonClassifier(GenericPythonClassifier.Builder) - Constructor for class com.workfusion.vds.sdk.ml.generic.GenericPythonClassifier
-
- GenericPythonClassifier.Builder - Class in com.workfusion.vds.sdk.ml.generic
-
The type Builder.
- GenericPythonClassifierSerializer - Class in com.workfusion.vds.sdk.ml.generic
-
The generic classifier serializer.
- GenericPythonClassifierSerializer() - Constructor for class com.workfusion.vds.sdk.ml.generic.GenericPythonClassifierSerializer
-
- GenericPythonFE<F extends Element> - Class in com.workfusion.automl.ml.fe
-
The generic python features extractor.
- GenericPythonFE(BasePythonFeaturesExtractor.Builder) - Constructor for class com.workfusion.automl.ml.fe.GenericPythonFE
-
Creates new PythonFeaturesExtractor instance.
- GenericPythonFE.Builder<F extends Element> - Class in com.workfusion.automl.ml.fe
-
The type Builder.
- get(String) - Static method in enum com.workfusion.vds.sdk.ml.dp.bolton.linear.parameters.SampleWeightsType
-
Convert code to ClassWeightType instance
- get(String) - Static method in enum com.workfusion.vds.sdk.ml.sklearn.adaboost.parameters.AlgorithmType
-
Convert code to AlgorithmType instance
- get(String) - Static method in enum com.workfusion.vds.sdk.ml.sklearn.decisiontree.parameters.ClassWeightType
-
Convert code to ClassWeightType instance
- get(String) - Static method in enum com.workfusion.vds.sdk.ml.sklearn.decisiontree.parameters.CriterionType
-
Convert code to CriterionType instance
- get(String) - Static method in enum com.workfusion.vds.sdk.ml.sklearn.decisiontree.parameters.MaxFeaturesType
-
Convert code to MaxFeaturesType instance
- get(String) - Static method in enum com.workfusion.vds.sdk.ml.sklearn.decisiontree.parameters.SplitterType
-
Convert code to SplitterType instance
- get(String) - Static method in enum com.workfusion.vds.sdk.ml.sklearn.extratree.parameters.ClassWeightType
-
Convert code to ClassWeightType instance
- get(String) - Static method in enum com.workfusion.vds.sdk.ml.sklearn.extratree.parameters.CriterionType
-
Convert code to CriterionType instance
- get(String) - Static method in enum com.workfusion.vds.sdk.ml.sklearn.extratree.parameters.MaxFeaturesType
-
Convert code to MaxFeaturesType instance
- get(String) - Static method in enum com.workfusion.vds.sdk.ml.sklearn.extratree.parameters.SplitterType
-
Convert code to SplitterType instance
- get(String) - Static method in enum com.workfusion.vds.sdk.ml.sklearn.extratrees.parameters.ClassWeightType
-
Convert code to ClassWeightType instance
- get(String) - Static method in enum com.workfusion.vds.sdk.ml.sklearn.extratrees.parameters.CriterionType
-
Convert code to CriterionType instance
- get(String) - Static method in enum com.workfusion.vds.sdk.ml.sklearn.extratrees.parameters.MaxFeaturesType
-
Convert code to MaxFeaturesType instance
- get(String) - Static method in enum com.workfusion.vds.sdk.ml.sklearn.gradientboosting.parameters.CriterionType
-
Convert code to CriterionType instance
- get(String) - Static method in enum com.workfusion.vds.sdk.ml.sklearn.gradientboosting.parameters.LossFunctionType
-
Convert code to LossFunctionType instance
- get(String) - Static method in enum com.workfusion.vds.sdk.ml.sklearn.gradientboosting.parameters.MaxFeaturesType
-
Convert code to MaxFeaturesType instance
- get(String) - Static method in enum com.workfusion.vds.sdk.ml.sklearn.gradientboosting.parameters.PresortType
-
Convert code to PresortType instance
- get(String) - Static method in enum com.workfusion.vds.sdk.ml.sklearn.kneighbors.parameters.AlgorithmType
-
Convert code to AlgorithmType instance
- get(String) - Static method in enum com.workfusion.vds.sdk.ml.sklearn.kneighbors.parameters.DistanceMetricType
-
Convert code to DistanceMetricType instance
- get(String) - Static method in enum com.workfusion.vds.sdk.ml.sklearn.kneighbors.parameters.WeightFunctionType
-
Convert code to WightFunctionType instance
- get(String) - Static method in enum com.workfusion.vds.sdk.ml.sklearn.linearsvc.parameters.ClassWeightType
-
Convert code to ClassWeightType instance
- get(String) - Static method in enum com.workfusion.vds.sdk.ml.sklearn.linearsvc.parameters.LossFunctionType
-
Convert code to LossFunctionType instance
- get(String) - Static method in enum com.workfusion.vds.sdk.ml.sklearn.linearsvc.parameters.MultiClassType
-
Convert code to MultiClassType instance
- get(String) - Static method in enum com.workfusion.vds.sdk.ml.sklearn.linearsvc.parameters.PenaltyType
-
Convert code to PenaltyType instance
- get(String) - Static method in enum com.workfusion.vds.sdk.ml.sklearn.logisticregression.parameters.ClassWeightType
-
Convert code to ClassWeightType instance
- get(String) - Static method in enum com.workfusion.vds.sdk.ml.sklearn.logisticregression.parameters.MultiClassType
-
Convert code to MultiClassType instance
- get(String) - Static method in enum com.workfusion.vds.sdk.ml.sklearn.logisticregression.parameters.PenaltyType
-
Convert code to PenaltyType instance
- get(String) - Static method in enum com.workfusion.vds.sdk.ml.sklearn.logisticregression.parameters.ScoringFunctionType
-
Convert code to ScoringFunctionType instance
- get(String) - Static method in enum com.workfusion.vds.sdk.ml.sklearn.logisticregression.parameters.SolverType
-
Convert code to SolverType instance
- get(String) - Static method in enum com.workfusion.vds.sdk.ml.sklearn.randomforest.parameters.ClassWeightType
-
Convert code to ClassWeightType instance
- get(String) - Static method in enum com.workfusion.vds.sdk.ml.sklearn.randomforest.parameters.CriterionType
-
Convert code to CriterionType instance
- get(String) - Static method in enum com.workfusion.vds.sdk.ml.sklearn.randomforest.parameters.MaxFeaturesType
-
Convert code to MaxFeaturesType instance
- get(String) - Static method in enum com.workfusion.vds.sdk.ml.sklearn.sgd.parameters.ClassWeightType
-
Convert code to ClassWeightType instance
- get(String) - Static method in enum com.workfusion.vds.sdk.ml.sklearn.sgd.parameters.LearningRateType
-
Convert code to LearningRateType instance
- get(String) - Static method in enum com.workfusion.vds.sdk.ml.sklearn.sgd.parameters.LossFunctionType
-
Convert code to LossFunctionType instance
- get(String) - Static method in enum com.workfusion.vds.sdk.ml.sklearn.sgd.parameters.PenaltyType
-
Convert code to PenaltyType instance
- getAccuracy() - Method in class com.workfusion.vds.sdk.nlp.component.statistics.model.ModelEvaluationResult
-
Get accuracy metric value.
- getAlgorithm() - Method in class com.workfusion.vds.sdk.ml.sklearn.adaboost.AdaBoostClassifier
-
Gets boosting algorithm.
- getAlgorithm() - Method in class com.workfusion.vds.sdk.ml.sklearn.kneighbors.KNeighborsClassifier
-
Gets algorithm used to compute the nearest neighbors.
- getAllChildren(FieldInfo) - Static method in class com.workfusion.vds.sdk.nlp.component.util.FieldInfoUtils
-
Gets all sub-fields from information extraction field info.
- getAllChildren(List<FieldInfo>) - Static method in class com.workfusion.vds.sdk.nlp.component.util.FieldInfoUtils
-
Gets all sub-fields from information extraction field info.
- getAllFieldCodes(Collection<FieldInfo>) - Static method in class com.workfusion.vds.sdk.nlp.component.util.FieldInfoUtils
-
Recursively collect answer codes (current + all children)
- getAlpha() - Method in class com.workfusion.vds.sdk.ml.sklearn.mnb.MultinomialNaiveBayesClassifier
-
- getAlpha() - Method in class com.workfusion.vds.sdk.ml.sklearn.sgd.StochasticGradientDescentClassifier
-
GSets the constant that multiplies the regularization term.
- getAttributes() - Method in class com.workfusion.vds.sdk.api.nlp.model.Field.Descriptor
-
- getAttributes() - Method in interface com.workfusion.vds.sdk.api.nlp.model.Field
-
Gets custom field attributes.
- getAttributes() - Method in class com.workfusion.vds.sdk.api.nlp.model.GoldField.Descriptor
-
- getAttributes() - Method in interface com.workfusion.vds.sdk.api.nlp.model.GoldField
-
Gets gold field attributes.
- getAttributes() - Method in class com.workfusion.vds.sdk.api.nlp.model.Tag.Descriptor
-
- getAttributes() - Method in interface com.workfusion.vds.sdk.api.nlp.model.Tag
-
Gets an xml tag attributes.
- getAttributes() - Method in class com.workfusion.vds.sdk.nlp.component.pipeline.task.GoldData
-
Ged gold data tag attributes.
- getAttributes() - Method in class com.workfusion.vds.sdk.nlp.component.statistics.model.StatisticsField
-
Gets custom field attributes.
- getAverage() - Method in class com.workfusion.vds.sdk.ml.sklearn.sgd.StochasticGradientDescentClassifier
-
Gets the average weights.
- getBatchSize() - Method in class com.workfusion.vds.sdk.ml.dp.bolton.linear.BaseDpLinearClassifier
-
Gets the number of samples in one batch.
- getBegin() - Method in class com.workfusion.vds.sdk.api.nlp.model.Element.ElementDescriptor
-
- getBegin() - Method in interface com.workfusion.vds.sdk.api.nlp.model.Element
-
Gets begin index of getText() in the document.
- getBegin() - Method in class com.workfusion.vds.sdk.nlp.component.statistics.model.StatisticsField
-
Gets begin index of getText() in the document.
- getBegin() - Method in class com.workfusion.vds.sdk.nlp.component.util.Position
-
- getBestResult() - Method in class com.workfusion.vds.sdk.api.ml.Prediction
-
Gets best classification result.
- getBias() - Method in class com.workfusion.vds.sdk.ml.liblinear.LiblinearClassifier
-
- getBottom() - Method in class com.workfusion.vds.sdk.api.nlp.model.LayoutBlock.Descriptor
-
- getBottomPosition() - Method in interface com.workfusion.vds.sdk.api.nlp.model.LayoutBlock
-
Get bottom position.
- getClassPriority() - Method in class com.workfusion.vds.sdk.ml.sklearn.mnb.MultinomialNaiveBayesClassifier
-
- getClassWeight() - Method in class com.workfusion.vds.sdk.ml.sklearn.decisiontree.DecisionTreeClassifier
-
Gets class weight.
- getClassWeight() - Method in class com.workfusion.vds.sdk.ml.sklearn.extratree.ExtraTreeClassifier
-
Gets class weight.
- getClassWeight() - Method in class com.workfusion.vds.sdk.ml.sklearn.extratrees.ExtraTreesClassifier
-
Gets class weight.
- getClassWeight() - Method in class com.workfusion.vds.sdk.ml.sklearn.linearsvc.LinearSupportVectorClassifier
-
Gets class weight.
- getClassWeight() - Method in class com.workfusion.vds.sdk.ml.sklearn.logisticregression.LogisticRegression
-
Gets class weight.
- getClassWeight() - Method in class com.workfusion.vds.sdk.ml.sklearn.logisticregression.LogisticRegressionCV
-
Gets class weight.
- getClassWeight() - Method in class com.workfusion.vds.sdk.ml.sklearn.randomforest.RandomForestClassifier
-
Gets class weight.
- getClassWeight() - Method in class com.workfusion.vds.sdk.ml.sklearn.sgd.StochasticGradientDescentClassifier
-
Gets class weight.
- getClassWeights() - Method in class com.workfusion.vds.sdk.ml.liblinear.LiblinearClassifier
-
- getCode() - Method in enum com.workfusion.vds.sdk.ml.dp.bolton.linear.parameters.SampleWeightsType
-
Gets code.
- getCode() - Method in enum com.workfusion.vds.sdk.ml.sklearn.adaboost.parameters.AlgorithmType
-
Gets code.
- getCode() - Method in enum com.workfusion.vds.sdk.ml.sklearn.decisiontree.parameters.ClassWeightType
-
Gets code.
- getCode() - Method in enum com.workfusion.vds.sdk.ml.sklearn.decisiontree.parameters.CriterionType
-
Gets code.
- getCode() - Method in enum com.workfusion.vds.sdk.ml.sklearn.decisiontree.parameters.MaxFeaturesType
-
Gets code.
- getCode() - Method in enum com.workfusion.vds.sdk.ml.sklearn.decisiontree.parameters.SplitterType
-
Gets code.
- getCode() - Method in enum com.workfusion.vds.sdk.ml.sklearn.extratree.parameters.ClassWeightType
-
Gets code.
- getCode() - Method in enum com.workfusion.vds.sdk.ml.sklearn.extratree.parameters.CriterionType
-
Gets code.
- getCode() - Method in enum com.workfusion.vds.sdk.ml.sklearn.extratree.parameters.MaxFeaturesType
-
Gets code.
- getCode() - Method in enum com.workfusion.vds.sdk.ml.sklearn.extratree.parameters.SplitterType
-
Gets code.
- getCode() - Method in enum com.workfusion.vds.sdk.ml.sklearn.extratrees.parameters.ClassWeightType
-
Gets code.
- getCode() - Method in enum com.workfusion.vds.sdk.ml.sklearn.extratrees.parameters.CriterionType
-
Gets code.
- getCode() - Method in enum com.workfusion.vds.sdk.ml.sklearn.extratrees.parameters.MaxFeaturesType
-
Gets code.
- getCode() - Method in enum com.workfusion.vds.sdk.ml.sklearn.gradientboosting.parameters.CriterionType
-
Gets code.
- getCode() - Method in enum com.workfusion.vds.sdk.ml.sklearn.gradientboosting.parameters.LossFunctionType
-
Gets code.
- getCode() - Method in enum com.workfusion.vds.sdk.ml.sklearn.gradientboosting.parameters.MaxFeaturesType
-
Gets code.
- getCode() - Method in enum com.workfusion.vds.sdk.ml.sklearn.gradientboosting.parameters.PresortType
-
Gets code.
- getCode() - Method in enum com.workfusion.vds.sdk.ml.sklearn.kneighbors.parameters.AlgorithmType
-
Gets code.
- getCode() - Method in enum com.workfusion.vds.sdk.ml.sklearn.kneighbors.parameters.DistanceMetricType
-
Gets code.
- getCode() - Method in enum com.workfusion.vds.sdk.ml.sklearn.kneighbors.parameters.WeightFunctionType
-
Gets code.
- getCode() - Method in enum com.workfusion.vds.sdk.ml.sklearn.linearsvc.parameters.ClassWeightType
-
Gets code.
- getCode() - Method in enum com.workfusion.vds.sdk.ml.sklearn.linearsvc.parameters.LossFunctionType
-
Gets code.
- getCode() - Method in enum com.workfusion.vds.sdk.ml.sklearn.linearsvc.parameters.MultiClassType
-
Gets code.
- getCode() - Method in enum com.workfusion.vds.sdk.ml.sklearn.linearsvc.parameters.PenaltyType
-
Gets code.
- getCode() - Method in enum com.workfusion.vds.sdk.ml.sklearn.logisticregression.parameters.ClassWeightType
-
Gets code.
- getCode() - Method in enum com.workfusion.vds.sdk.ml.sklearn.logisticregression.parameters.MultiClassType
-
Gets code.
- getCode() - Method in enum com.workfusion.vds.sdk.ml.sklearn.logisticregression.parameters.PenaltyType
-
Gets code.
- getCode() - Method in enum com.workfusion.vds.sdk.ml.sklearn.logisticregression.parameters.ScoringFunctionType
-
Gets code.
- getCode() - Method in enum com.workfusion.vds.sdk.ml.sklearn.logisticregression.parameters.SolverType
-
Gets code.
- getCode() - Method in enum com.workfusion.vds.sdk.ml.sklearn.randomforest.parameters.ClassWeightType
-
Gets code.
- getCode() - Method in enum com.workfusion.vds.sdk.ml.sklearn.randomforest.parameters.CriterionType
-
Gets code.
- getCode() - Method in enum com.workfusion.vds.sdk.ml.sklearn.randomforest.parameters.MaxFeaturesType
-
Gets code.
- getCode() - Method in enum com.workfusion.vds.sdk.ml.sklearn.sgd.parameters.ClassWeightType
-
Gets code.
- getCode() - Method in enum com.workfusion.vds.sdk.ml.sklearn.sgd.parameters.LearningRateType
-
Gets code.
- getCode() - Method in enum com.workfusion.vds.sdk.ml.sklearn.sgd.parameters.LossFunctionType
-
Gets code.
- getCode() - Method in enum com.workfusion.vds.sdk.ml.sklearn.sgd.parameters.PenaltyType
-
Gets code.
- getColumnIndex() - Method in class com.workfusion.vds.sdk.api.nlp.model.Cell.Descriptor
-
- getColumnIndex() - Method in interface com.workfusion.vds.sdk.api.nlp.model.Cell
-
Gets column index of the cell.
- getComponent(String) - Method in interface com.workfusion.vds.sdk.api.hypermodel.ComponentRegistry
-
Get a single component based on unique component id.
- getComponents() - Method in class com.workfusion.vds.sdk.api.hpo.Dimension
-
Get dimension data.
- getComponents(Class<?>) - Method in interface com.workfusion.vds.sdk.api.hypermodel.ComponentRegistry
-
Get a collection of components annotated with
Named annotation based on return type.
- getConfusionMatrices() - Method in class com.workfusion.vds.sdk.nlp.component.processing.normalization.cusip.CusipCorrectionModelBase
-
- getContent() - Method in interface com.workfusion.vds.sdk.api.nlp.model.Document
-
Gets original content of the document.
- getCost() - Method in class com.workfusion.vds.sdk.ml.liblinear.LiblinearClassifier
-
- getCriterion() - Method in class com.workfusion.vds.sdk.ml.sklearn.decisiontree.DecisionTreeClassifier
-
Gets criterion.
- getCriterion() - Method in class com.workfusion.vds.sdk.ml.sklearn.extratree.ExtraTreeClassifier
-
Gets criterion.
- getCriterion() - Method in class com.workfusion.vds.sdk.ml.sklearn.extratrees.ExtraTreesClassifier
-
Gets criterion.
- getCriterion() - Method in class com.workfusion.vds.sdk.ml.sklearn.gradientboosting.GradientBoostingClassifier
-
Gets criterion.
- getCriterion() - Method in class com.workfusion.vds.sdk.ml.sklearn.randomforest.RandomForestClassifier
-
Gets criterion.
- getCvFolds() - Method in class com.workfusion.vds.sdk.ml.liblinear.LiblinearClassifier
-
- getCvFolds() - Method in class com.workfusion.vds.sdk.ml.sklearn.logisticregression.LogisticRegressionCV
-
Gets the number of used folds.
- getDecayLearningRate() - Method in class com.workfusion.vds.sdk.ml.vw.VowpalWabbitClassifier
-
- getDefinedEvaluationTypes(Collection<IeDocumentResult>) - Method in class com.workfusion.vds.sdk.nlp.component.statistics.printer.BaseIePerFieldCSVPrinter
-
- getDefinedEvaluationTypes(Collection<IeDocumentResult>) - Method in class com.workfusion.vds.sdk.nlp.component.statistics.printer.IePerFieldCSVPrinter
-
- getDefinedEvaluationTypes(Collection<IeDocumentResult>) - Method in class com.workfusion.vds.sdk.nlp.component.statistics.printer.IePerGroupFieldCSVPrinter
-
- getDictionary() - Method in class com.workfusion.vds.sdk.nlp.component.dictionary.CsvDictionaryKeywordProvider
-
- getDictionary() - Method in class com.workfusion.vds.sdk.nlp.component.dictionary.CsvDictionaryProvider
-
- getDictionary() - Method in interface com.workfusion.vds.sdk.nlp.component.dictionary.DictionaryProvider
-
- getDictionary() - Method in class com.workfusion.vds.sdk.nlp.component.dictionary.MultiDictionaryDataProvider
-
- getDictionary() - Method in class com.workfusion.vds.sdk.nlp.component.dictionary.StringDictionaryProvider
-
- getDimensions() - Method in class com.workfusion.vds.sdk.api.hpo.ParameterSpace
-
Get configured dimensions.
- getDistanceMetric() - Method in class com.workfusion.vds.sdk.ml.sklearn.kneighbors.KNeighborsClassifier
-
Gets the distance metric to use for the tree.
- getDocument() - Method in interface com.workfusion.vds.sdk.api.nlp.model.Element
-
The Document associated with the element.
- getDocumentId() - Method in interface com.workfusion.vds.sdk.api.nlp.statistics.DocumentResult
-
Gets unique identifier of the document.
- getDocumentId() - Method in class com.workfusion.vds.sdk.nlp.component.statistics.model.ClassificationDocumentResult
-
- getDocumentId() - Method in class com.workfusion.vds.sdk.nlp.component.statistics.model.IeDocumentResult
-
- getDocumentName(DocumentResult) - Static method in class com.workfusion.vds.sdk.nlp.component.util.PrinterUtils
-
- getDpEpsilon() - Method in class com.workfusion.vds.sdk.ml.dp.bolton.linear.BaseDpLinearClassifier
-
Gets the value that controls the strength of the privacy guarantees.
- getEnd() - Method in class com.workfusion.vds.sdk.api.nlp.model.Element.ElementDescriptor
-
- getEnd() - Method in interface com.workfusion.vds.sdk.api.nlp.model.Element
-
Gets end index of getText() in the document.
- getEnd() - Method in class com.workfusion.vds.sdk.nlp.component.annotator.ner.BaseNerAnnotator.ElementDTO
-
- getEnd() - Method in class com.workfusion.vds.sdk.nlp.component.statistics.model.StatisticsField
-
Gets end index of getText() in the document.
- getEnd() - Method in class com.workfusion.vds.sdk.nlp.component.util.Position
-
- getEndpoint() - Method in class com.workfusion.vds.sdk.run.config.ClusterTrainingConfiguration
-
Gets auto ml service endpoint.
- getEpsilon() - Method in class com.workfusion.vds.sdk.ml.sklearn.sgd.StochasticGradientDescentClassifier
-
Gets epsilon in the epsilon-insensitive loss functions.
- getEstimators() - Method in class com.workfusion.vds.sdk.ml.sklearn.adaboost.AdaBoostClassifier
-
Gets the number of estimators(trees) in the forest.
- getEstimators() - Method in class com.workfusion.vds.sdk.ml.sklearn.bagging.BaggingClassifier
-
Gets the number of estimators in the ensemble.
- getEstimators() - Method in class com.workfusion.vds.sdk.ml.sklearn.extratrees.ExtraTreesClassifier
-
Gets the number of estimators(trees) in the forest.
- getEstimators() - Method in class com.workfusion.vds.sdk.ml.sklearn.gradientboosting.GradientBoostingClassifier
-
Gets the number of boosting stages.
- getEstimators() - Method in class com.workfusion.vds.sdk.ml.sklearn.randomforest.RandomForestClassifier
-
Gets the number of estimators(trees) in the forest.
- getEta0() - Method in class com.workfusion.vds.sdk.ml.sklearn.sgd.StochasticGradientDescentClassifier
-
Gets the initial learning rate for the LearningRateType.CONSTANT or LearningRateType.INVSCALING schedules.
- getEvaluationType() - Method in class com.workfusion.vds.sdk.nlp.component.statistics.model.FieldResult
-
Get evaluationType to define a strategy of mapping.
- getEvaluationType() - Method in class com.workfusion.vds.sdk.nlp.component.statistics.model.GroupFieldResult
-
Get evaluationType to define a strategy of mapping.
- getEvaluationTypes(Collection<IeDocumentResult>) - Method in class com.workfusion.vds.sdk.nlp.component.statistics.printer.BaseIeGoldVsExtractedPrinter
-
- getEvaluationTypes(Collection<IeDocumentResult>) - Method in class com.workfusion.vds.sdk.nlp.component.statistics.printer.IeGoldVsExtractedCSVPrinter
-
- getEvaluationTypes(Collection<IeDocumentResult>) - Method in class com.workfusion.vds.sdk.nlp.component.statistics.printer.IeGoldVsExtractedPerGroupCSVPrinter
-
- getExtracted() - Method in class com.workfusion.vds.sdk.nlp.component.statistics.mapper.BaseResultMapper.MappingResult
-
Get extracted that not mapped to any gold.
- getExtracted() - Method in class com.workfusion.vds.sdk.nlp.component.statistics.model.ElementResult
-
Get extracted element DTO.
- getExtractedWithContext(String, int, int, int) - Static method in class com.workfusion.vds.sdk.nlp.component.processing.normalization.cusip.CusipCorrectionUtils
-
- getF1() - Method in class com.workfusion.vds.sdk.nlp.component.statistics.model.ModelEvaluationResult
-
Get f1 score metric value.
- getFeatures() - Method in class com.workfusion.vds.sdk.api.ml.dataset.Record
-
Gets record features.
- getField() - Method in interface com.workfusion.vds.sdk.api.nlp.configuration.IeConfigurationContext
-
Gets field info associated with the current sub-model configuration.
- getFieldEvaluationTypes(Collection<IeDocumentResult>) - Static method in class com.workfusion.vds.sdk.nlp.component.util.PrinterUtils
-
- getFieldInfo(String) - Method in interface com.workfusion.vds.sdk.api.nlp.model.IeDocument
-
Get field info by its code.
- getFieldNames(Collection<IeDocumentResult>) - Method in class com.workfusion.vds.sdk.nlp.component.statistics.printer.BaseIePerFieldCSVPrinter
-
Returns a set of field names.
- getFieldNames(Collection<IeDocumentResult>) - Method in class com.workfusion.vds.sdk.nlp.component.statistics.printer.IePerFieldCSVPrinter
-
- getFieldNames(Collection<IeDocumentResult>) - Method in class com.workfusion.vds.sdk.nlp.component.statistics.printer.IePerGroupFieldCSVPrinter
-
- getFieldNames(Collection<IeDocumentResult>) - Static method in class com.workfusion.vds.sdk.nlp.component.util.PrinterUtils
-
Returns a set of field names.
- getFieldResult(StatisticsField, StatisticsEvaluationType) - Method in class com.workfusion.vds.sdk.nlp.component.statistics.printer.BaseIeGoldVsExtractedPrinter
-
- getFields() - Method in class com.workfusion.vds.sdk.nlp.component.statistics.model.StatisticsGroupField
-
Get inner
StatisticsField DTO represented as map, where key is a name of field DTO.
- getFields() - Method in class com.workfusion.vds.sdk.run.config.BaseLocalTrainingConfiguration
-
Gets list of FieldInfo representing IE configuration.
- getFields() - Method in class com.workfusion.vds.sdk.run.config.ClusterTrainingConfiguration
-
Gets fields configuration for IE models.
- getFields() - Method in class com.workfusion.vds.sdk.run.config.LocalExecutionConfiguration
-
Gets configured fields for local run.
- getFields() - Method in class com.workfusion.vds.sdk.run.config.LocalTrainingConfiguration
-
Gets list of FieldInfo representing IE configuration.
- getFieldScore(StatisticsField, StatisticsField) - Method in class com.workfusion.vds.sdk.nlp.component.statistics.mapper.BaseFieldResultMapper
-
- getFieldsInfo() - Method in interface com.workfusion.vds.sdk.api.nlp.model.IeDocument
-
Gets all fields info.
- getFileName() - Method in class com.workfusion.vds.sdk.nlp.component.statistics.printer.BaseIePerFieldCSVPrinter
-
Returns file name to use for statistics printing.
- getFileName() - Method in class com.workfusion.vds.sdk.nlp.component.statistics.printer.ClassificationGoldVsExtractedCSVPrinter
-
Returns file name to use for statistics printing.
- getFileName() - Method in class com.workfusion.vds.sdk.nlp.component.statistics.printer.ClassificationPerLabelCSVPrinter
-
Returns file name to use for statistics printing.
- getFileName() - Method in class com.workfusion.vds.sdk.nlp.component.statistics.printer.ConfusionMatrixCSVPrinter
-
- getFileName() - Method in class com.workfusion.vds.sdk.nlp.component.statistics.printer.IeGoldVsExtractedCSVPrinter
-
Returns file name to use for statistics printing.
- getFileName() - Method in class com.workfusion.vds.sdk.nlp.component.statistics.printer.IeGoldVsExtractedPerGroupCSVPrinter
-
Returns file name to use for statistics printing.
- getFileName() - Method in class com.workfusion.vds.sdk.nlp.component.statistics.printer.IePerFieldCSVPrinter
-
- getFileName() - Method in class com.workfusion.vds.sdk.nlp.component.statistics.printer.IePerGroupFieldCSVPrinter
-
Returns file name to use for statistics printing.
- getGold() - Method in class com.workfusion.vds.sdk.nlp.component.statistics.model.ElementResult
-
Get gold element DTO.
- getGoldData() - Method in class com.workfusion.vds.sdk.nlp.component.pipeline.task.DocumentGoldData
-
- getGolds() - Method in class com.workfusion.vds.sdk.nlp.component.statistics.mapper.BaseResultMapper.MappingResult
-
Get golds that not mapped to any extract.
- getGroupFieldEvaluationTypes(Collection<IeDocumentResult>) - Static method in class com.workfusion.vds.sdk.nlp.component.util.PrinterUtils
-
- getGroupFieldNames(Collection<IeDocumentResult>) - Static method in class com.workfusion.vds.sdk.nlp.component.util.PrinterUtils
-
Returns a set of group field names.
- getGroupFields(Collection<FieldInfo>) - Static method in class com.workfusion.vds.sdk.nlp.component.util.FieldInfoUtils
-
Gets all sub-fields inside group field from information extraction field info.
- getGroupResults() - Method in class com.workfusion.vds.sdk.nlp.component.statistics.model.IeDocumentResult
-
Get group field mapping results
- getHeader() - Method in class com.workfusion.vds.sdk.nlp.component.statistics.printer.BaseIePerFieldCSVPrinter
-
Returns header record for CSV printer.
- getHeader() - Method in class com.workfusion.vds.sdk.nlp.component.statistics.printer.ClassificationGoldVsExtractedCSVPrinter
-
Returns header record for CSV printer.
- getHeader() - Method in class com.workfusion.vds.sdk.nlp.component.statistics.printer.ClassificationPerLabelCSVPrinter
-
Returns header record for CSV printer.
- getHeader(Set<String>) - Method in class com.workfusion.vds.sdk.nlp.component.statistics.printer.ConfusionMatrixCSVPrinter
-
Returns header record for CSV printer.
- getHeader() - Method in class com.workfusion.vds.sdk.nlp.component.statistics.printer.IeGoldVsExtractedCSVPrinter
-
Returns header record for CSV printer.
- getHeader() - Method in class com.workfusion.vds.sdk.nlp.component.statistics.printer.IeGoldVsExtractedPerGroupCSVPrinter
-
Returns header record for CSV printer.
- getHeader() - Method in class com.workfusion.vds.sdk.nlp.component.statistics.printer.IePerFieldCSVPrinter
-
- getHeader() - Method in class com.workfusion.vds.sdk.nlp.component.statistics.printer.IePerGroupFieldCSVPrinter
-
- getId() - Method in interface com.workfusion.vds.sdk.api.nlp.model.Document
-
Gets unique identifier of the document.
- getId() - Method in interface com.workfusion.vds.sdk.api.nlp.model.Element
-
Gets unique identifier of the element.
- getId() - Method in enum com.workfusion.vds.sdk.ml.liblinear.LiblinearClassifier.Solver
-
- getId() - Method in class com.workfusion.vds.sdk.run.config.BaseRunnerConfiguration
-
Gets identifier for the training.
- getInputDir() - Method in class com.workfusion.vds.sdk.nlp.component.pipeline.BaseConfigurationContext
-
Return an input directory that contains a training set.
- getInputDir() - Method in class com.workfusion.vds.sdk.run.config.BaseRunnerConfiguration
-
Gets path to input directory.
- getInterceptScaling() - Method in class com.workfusion.vds.sdk.ml.sklearn.linearsvc.LinearSupportVectorClassifier
-
Gets the scaling coefficient of the synthetic features.
- getInterceptScaling() - Method in class com.workfusion.vds.sdk.ml.sklearn.logisticregression.LogisticRegression
-
Gets the scaling coefficient of the synthetic features.
- getInterceptScaling() - Method in class com.workfusion.vds.sdk.ml.sklearn.logisticregression.LogisticRegressionCV
-
Gets the scaling coefficient of the synthetic features.
- getJavaPatternRegexNerAnnotator(String, String) - Static method in class com.workfusion.vds.sdk.nlp.component.annotator.ner.BaseRegexNerAnnotator
-
Creates an instance of BaseRegexNerAnnotator that uses java pattern.
- getJobs() - Method in class com.workfusion.vds.sdk.ml.sklearn.bagging.BaggingClassifier
-
Gets the number of jobs to run in parallel for both fit and predict.
- getJobs() - Method in class com.workfusion.vds.sdk.ml.sklearn.extratrees.ExtraTreesClassifier
-
Gets the number of jobs to run in parallel for both fit and predict.
- getJobs() - Method in class com.workfusion.vds.sdk.ml.sklearn.kneighbors.KNeighborsClassifier
-
Gets the number of jobs to run in parallel for both fit and predict.
- getJobs() - Method in class com.workfusion.vds.sdk.ml.sklearn.logisticregression.LogisticRegression
-
Gets the number of jobs to run in parallel for both fit and predict.
- getJobs() - Method in class com.workfusion.vds.sdk.ml.sklearn.logisticregression.LogisticRegressionCV
-
Gets the number of jobs to run in parallel for both fit and predict.
- getJobs() - Method in class com.workfusion.vds.sdk.ml.sklearn.randomforest.RandomForestClassifier
-
Gets the number of jobs to run in parallel for both fit and predict.
- getJobs() - Method in class com.workfusion.vds.sdk.ml.sklearn.sgd.StochasticGradientDescentClassifier
-
Gets the number of jobs to run in parallel for both fit and predict.
- getKeywords() - Method in class com.workfusion.vds.sdk.nlp.component.fe.BaseKeywordsInElementFE
-
- getL1() - Method in class com.workfusion.vds.sdk.ml.vw.VowpalWabbitClassifier
-
- getL1Ratio() - Method in class com.workfusion.vds.sdk.ml.sklearn.sgd.StochasticGradientDescentClassifier
-
Gets the elastic net mixing parameter.
- getL2() - Method in class com.workfusion.vds.sdk.ml.vw.VowpalWabbitClassifier
-
- getLabel() - Method in class com.workfusion.vds.sdk.api.ml.dataset.Record
-
Gets record category label
- getLabel() - Method in class com.workfusion.vds.sdk.api.ml.PredictionResult
-
Gets label of the category.
- getLabel() - Method in class com.workfusion.vds.sdk.nlp.component.statistics.model.StatisticsLabel
-
Get label.
- getLabels() - Method in class com.workfusion.vds.sdk.nlp.component.statistics.model.ClassificationDocumentResult
-
Return classification labels mapping results
- getLeafSize() - Method in class com.workfusion.vds.sdk.ml.sklearn.kneighbors.KNeighborsClassifier
-
Gets the leaf size.
- getLearningRate() - Method in class com.workfusion.vds.sdk.ml.dp.bolton.linear.BaseDpLinearClassifier
-
Gets learning rate.
- getLearningRate() - Method in class com.workfusion.vds.sdk.ml.sklearn.adaboost.AdaBoostClassifier
-
Gets the learning rate.
- getLearningRate() - Method in class com.workfusion.vds.sdk.ml.sklearn.gradientboosting.GradientBoostingClassifier
-
Gets the learning rate.
- getLearningRate() - Method in class com.workfusion.vds.sdk.ml.sklearn.sgd.StochasticGradientDescentClassifier
-
Gets learning rate schedule.
- getLearningRate() - Method in class com.workfusion.vds.sdk.ml.vw.VowpalWabbitClassifier
-
- getLeft() - Method in class com.workfusion.vds.sdk.api.nlp.model.LayoutBlock.Descriptor
-
- getLeftContext() - Method in class com.workfusion.vds.sdk.nlp.component.processing.normalization.cusip.CusipCorrectionModelBase
-
- getLeftPosition() - Method in interface com.workfusion.vds.sdk.api.nlp.model.LayoutBlock
-
Get left position.
- getLineIndex() - Method in class com.workfusion.vds.sdk.api.nlp.model.Line.Descriptor
-
- getLineIndex() - Method in interface com.workfusion.vds.sdk.api.nlp.model.Line
-
Gets the number of lines directly preceding the current line in the same block.
- getLossEpsilon() - Method in class com.workfusion.vds.sdk.ml.liblinear.LiblinearClassifier
-
- getLossFunction() - Method in class com.workfusion.vds.sdk.ml.sklearn.gradientboosting.GradientBoostingClassifier
-
- getLossFunction() - Method in class com.workfusion.vds.sdk.ml.sklearn.linearsvc.LinearSupportVectorClassifier
-
Gets the loss function.
- getLossFunction() - Method in class com.workfusion.vds.sdk.ml.sklearn.sgd.StochasticGradientDescentClassifier
-
Gets the loss function.
- getLossFunction() - Method in class com.workfusion.vds.sdk.ml.vw.VowpalWabbitClassifier
-
- getMargin() - Method in class com.workfusion.vds.sdk.ml.dp.bolton.linear.svm.DpSvmClassifier
-
Gets value of the point where the Huber loss function changes from a quadratic to linear loss.
- getMaxDepth() - Method in class com.workfusion.vds.sdk.ml.sklearn.decisiontree.DecisionTreeClassifier
-
Gets the maximum depth of the tree.
- getMaxDepth() - Method in class com.workfusion.vds.sdk.ml.sklearn.extratree.ExtraTreeClassifier
-
Gets the maximum depth of the tree.
- getMaxDepth() - Method in class com.workfusion.vds.sdk.ml.sklearn.extratrees.ExtraTreesClassifier
-
Gets the maximum depth of the tree.
- getMaxDepth() - Method in class com.workfusion.vds.sdk.ml.sklearn.gradientboosting.GradientBoostingClassifier
-
Gets the maximum depth of the tree.
- getMaxDepth() - Method in class com.workfusion.vds.sdk.ml.sklearn.randomforest.RandomForestClassifier
-
Gets the maximum depth of the tree.
- getMaxEpochs() - Method in class com.workfusion.vds.sdk.ml.dp.bolton.linear.BaseDpLinearClassifier
-
Gets the number of epochs to run for training.
- getMaxFeatures() - Method in class com.workfusion.vds.sdk.ml.sklearn.bagging.BaggingClassifier
-
Gets number of features to consider when looking for the best split.
- getMaxFeatures() - Method in class com.workfusion.vds.sdk.ml.sklearn.decisiontree.DecisionTreeClassifier
-
Gets number of features to consider when looking for the best split.
- getMaxFeatures() - Method in class com.workfusion.vds.sdk.ml.sklearn.extratree.ExtraTreeClassifier
-
Gets number of features to consider when looking for the best split.
- getMaxFeatures() - Method in class com.workfusion.vds.sdk.ml.sklearn.extratrees.ExtraTreesClassifier
-
Gets number of features to consider when looking for the best split.
- getMaxFeatures() - Method in class com.workfusion.vds.sdk.ml.sklearn.gradientboosting.GradientBoostingClassifier
-
Gets number of features to consider when looking for the best split.
- getMaxFeatures() - Method in class com.workfusion.vds.sdk.ml.sklearn.randomforest.RandomForestClassifier
-
Gets number of features to consider when looking for the best split.
- getMaxFeatureSize() - Method in class com.workfusion.vds.sdk.ml.vw.VowpalWabbitClassifier
-
- getMaxIterations() - Method in class com.workfusion.vds.sdk.ml.sklearn.linearsvc.LinearSupportVectorClassifier
-
Gets the maximum number of iterations to be run.
- getMaxIterations() - Method in class com.workfusion.vds.sdk.ml.sklearn.logisticregression.LogisticRegression
-
Gets the maximum number of iterations to be run.
- getMaxIterations() - Method in class com.workfusion.vds.sdk.ml.sklearn.logisticregression.LogisticRegressionCV
-
Gets the maximum number of iterations to be run.
- getMaxIterations() - Method in class com.workfusion.vds.sdk.ml.sklearn.sgd.StochasticGradientDescentClassifier
-
Gets the maximum number of iterations to be run.
- getMaxLeafNodes() - Method in class com.workfusion.vds.sdk.ml.sklearn.decisiontree.DecisionTreeClassifier
-
Gets max leaf nodes.
- getMaxLeafNodes() - Method in class com.workfusion.vds.sdk.ml.sklearn.extratree.ExtraTreeClassifier
-
Gets max leaf nodes.
- getMaxLeafNodes() - Method in class com.workfusion.vds.sdk.ml.sklearn.extratrees.ExtraTreesClassifier
-
Gets max leaf nodes.
- getMaxLeafNodes() - Method in class com.workfusion.vds.sdk.ml.sklearn.gradientboosting.GradientBoostingClassifier
-
Gets max leaf nodes.
- getMaxLeafNodes() - Method in class com.workfusion.vds.sdk.ml.sklearn.randomforest.RandomForestClassifier
-
Gets max leaf nodes.
- getMaxSamples() - Method in class com.workfusion.vds.sdk.ml.sklearn.bagging.BaggingClassifier
-
Gets the number/fraction of samples to draw from data set to train each base estimator.
- getMentionType() - Method in class com.workfusion.vds.sdk.nlp.component.annotator.ner.BaseNerAnnotator
-
- getMinImpurityDecrease() - Method in class com.workfusion.vds.sdk.ml.sklearn.decisiontree.DecisionTreeClassifier
-
Gets min impurity decrease.
- getMinImpurityDecrease() - Method in class com.workfusion.vds.sdk.ml.sklearn.extratree.ExtraTreeClassifier
-
Gets min impurity decrease.
- getMinImpurityDecrease() - Method in class com.workfusion.vds.sdk.ml.sklearn.extratrees.ExtraTreesClassifier
-
Gets min impurity decrease.
- getMinImpurityDecrease() - Method in class com.workfusion.vds.sdk.ml.sklearn.gradientboosting.GradientBoostingClassifier
-
Gets min impurity decrease.
- getMinImpurityDecrease() - Method in class com.workfusion.vds.sdk.ml.sklearn.randomforest.RandomForestClassifier
-
Gets min impurity decrease.
- getMinSamplesLeaf() - Method in class com.workfusion.vds.sdk.ml.sklearn.decisiontree.DecisionTreeClassifier
-
Gets the minimum number of samples required to be at a leaf node.
- getMinSamplesLeaf() - Method in class com.workfusion.vds.sdk.ml.sklearn.extratree.ExtraTreeClassifier
-
Gets the minimum number of samples required to be at a leaf node.
- getMinSamplesLeaf() - Method in class com.workfusion.vds.sdk.ml.sklearn.extratrees.ExtraTreesClassifier
-
Gets the minimum number of samples required to be at a leaf node.
- getMinSamplesLeaf() - Method in class com.workfusion.vds.sdk.ml.sklearn.gradientboosting.GradientBoostingClassifier
-
Gets the minimum number of samples required to be at a leaf node.
- getMinSamplesLeaf() - Method in class com.workfusion.vds.sdk.ml.sklearn.randomforest.RandomForestClassifier
-
Gets the minimum number of samples required to be at a leaf node.
- getMinSamplesSplit() - Method in class com.workfusion.vds.sdk.ml.sklearn.decisiontree.DecisionTreeClassifier
-
Gets the minimum number of samples required to split an internal node.
- getMinSamplesSplit() - Method in class com.workfusion.vds.sdk.ml.sklearn.extratree.ExtraTreeClassifier
-
Gets the minimum number of samples required to split an internal node.
- getMinSamplesSplit() - Method in class com.workfusion.vds.sdk.ml.sklearn.extratrees.ExtraTreesClassifier
-
Gets the minimum number of samples required to split an internal node.
- getMinSamplesSplit() - Method in class com.workfusion.vds.sdk.ml.sklearn.gradientboosting.GradientBoostingClassifier
-
Gets the minimum number of samples required to split an internal node.
- getMinSamplesSplit() - Method in class com.workfusion.vds.sdk.ml.sklearn.randomforest.RandomForestClassifier
-
Gets the minimum number of samples required to split an internal node.
- getMinWeightFractionLeaf() - Method in class com.workfusion.vds.sdk.ml.sklearn.decisiontree.DecisionTreeClassifier
-
Gets the minimum weighted fraction of the sum total of weights (of all the input samples) required to be at a leaf node.
- getMinWeightFractionLeaf() - Method in class com.workfusion.vds.sdk.ml.sklearn.extratree.ExtraTreeClassifier
-
Gets the minimum weighted fraction of the sum total of weights (of all the input samples) required to be at a leaf node.
- getMinWeightFractionLeaf() - Method in class com.workfusion.vds.sdk.ml.sklearn.extratrees.ExtraTreesClassifier
-
Gets the minimum weighted fraction of the sum total of weights (of all the input samples) required to be at a leaf node.
- getMinWeightFractionLeaf() - Method in class com.workfusion.vds.sdk.ml.sklearn.gradientboosting.GradientBoostingClassifier
-
Gets the minimum weighted fraction of the sum total of weights (of all the input samples) required to be at a leaf node.
- getMinWeightFractionLeaf() - Method in class com.workfusion.vds.sdk.ml.sklearn.randomforest.RandomForestClassifier
-
Gets the minimum weighted fraction of the sum total of weights (of all the input samples) required to be at a leaf node.
- getModelName() - Method in class com.workfusion.automl.ml.python.BasePythonFeaturesExtractor
-
Gets model name.
- getModelName() - Method in class com.workfusion.vds.sdk.ml.python.BasePythonClassifier
-
Gets model name.
- getMomentum() - Method in class com.workfusion.vds.sdk.ml.dp.bolton.linear.BaseDpLinearClassifier
-
Gets optimization coefficient.
- getMultiClass() - Method in class com.workfusion.vds.sdk.ml.sklearn.linearsvc.LinearSupportVectorClassifier
-
Gets the multi-class strategy if y contains more than two classes.
- getMultiClass() - Method in class com.workfusion.vds.sdk.ml.sklearn.logisticregression.LogisticRegression
-
Gets the multi-class strategy if y contains more than two classes.
- getMultiClass() - Method in class com.workfusion.vds.sdk.ml.sklearn.logisticregression.LogisticRegressionCV
-
Gets the multi-class strategy if y contains more than two classes.
- getName() - Method in class com.workfusion.vds.sdk.api.hpo.Dimension
-
Get dimension name.
- getName() - Method in class com.workfusion.vds.sdk.api.hpo.ParameterSpace
-
Get name that is used to define on which pipeline step components need to be applied.
- getName() - Method in interface com.workfusion.vds.sdk.api.hypermodel.Component
-
Get component name.
- getName() - Method in class com.workfusion.vds.sdk.api.nlp.fe.Feature
-
Get feature name.
- getName() - Method in class com.workfusion.vds.sdk.api.nlp.model.Field.Descriptor
-
- getName() - Method in interface com.workfusion.vds.sdk.api.nlp.model.Field
-
Gets unique name of the field in the document.
- getName() - Method in class com.workfusion.vds.sdk.api.nlp.model.GoldField.Descriptor
-
- getName() - Method in interface com.workfusion.vds.sdk.api.nlp.model.GoldField
-
Gets unique name of the gold field in the document.
- getName() - Method in class com.workfusion.vds.sdk.api.nlp.model.GoldLabel.Descriptor
-
- getName() - Method in interface com.workfusion.vds.sdk.api.nlp.model.GoldLabel
-
Gets gold label name.
- getName() - Method in class com.workfusion.vds.sdk.api.nlp.model.Label.Descriptor
-
- getName() - Method in interface com.workfusion.vds.sdk.api.nlp.model.Label
-
Gets label name.
- getName() - Method in class com.workfusion.vds.sdk.api.nlp.model.MatchingElement.Descriptor
-
- getName() - Method in interface com.workfusion.vds.sdk.api.nlp.model.MatchingElement
-
- getName() - Method in class com.workfusion.vds.sdk.api.nlp.model.Tag.Descriptor
-
- getName() - Method in interface com.workfusion.vds.sdk.api.nlp.model.Tag
-
Gets an xml tag name.
- getName() - Method in class com.workfusion.vds.sdk.nlp.component.pipeline.task.GoldData
-
Get filed name of gold data.
- getName() - Method in class com.workfusion.vds.sdk.nlp.component.statistics.model.StatisticsField
-
Gets unique name of the field in the document.
- getName() - Method in class com.workfusion.vds.sdk.nlp.component.statistics.model.StatisticsGroupField
-
Get group field name.
- getNeighbors() - Method in class com.workfusion.vds.sdk.ml.sklearn.kneighbors.KNeighborsClassifier
-
Gets number of neighbors to use by default for kneighbors queries.
- getNonGroupFields(Collection<FieldInfo>) - Static method in class com.workfusion.vds.sdk.nlp.component.util.FieldInfoUtils
-
Gets all sub-fields expect field with type group from information extraction field info.
- getNumberOfExtractedLabelsForResultType(Collection<ClassificationDocumentResult>, ResultType, String) - Method in class com.workfusion.vds.sdk.nlp.component.statistics.printer.ClassificationPerLabelCSVPrinter
-
Returns total count of specified
ResultType for specified extracted label.
- getNumberOfFieldForResultType(Collection<IeDocumentResult>, ResultType, StatisticsEvaluationType, String) - Method in class com.workfusion.vds.sdk.nlp.component.statistics.printer.BaseIePerFieldCSVPrinter
-
Returns total count of specified
ResultType for specified field.
- getNumberOfFieldForResultType(Collection<IeDocumentResult>, ResultType, StatisticsEvaluationType, String) - Method in class com.workfusion.vds.sdk.nlp.component.statistics.printer.IePerFieldCSVPrinter
-
- getNumberOfFieldForResultType(Collection<IeDocumentResult>, ResultType, StatisticsEvaluationType, String) - Method in class com.workfusion.vds.sdk.nlp.component.statistics.printer.IePerGroupFieldCSVPrinter
-
- getNumberOfGoldLabelsForResultType(Collection<ClassificationDocumentResult>, ResultType, String) - Method in class com.workfusion.vds.sdk.nlp.component.statistics.printer.ClassificationPerLabelCSVPrinter
-
Returns total count of specified
ResultType for specified gold label.
- getOutputDir() - Method in class com.workfusion.vds.sdk.nlp.component.pipeline.BaseConfigurationContext
-
Return output directory where tasks can store a data that will be available on execute pipeline.
- getOutputDir() - Method in class com.workfusion.vds.sdk.run.config.BaseLocalTrainingConfiguration
-
Gets output dir.
- getOutputDir() - Method in class com.workfusion.vds.sdk.run.config.LocalExecutionConfiguration
-
Gets output dir.
- getOutputDir() - Method in class com.workfusion.vds.sdk.run.config.LocalTrainingConfiguration
-
Gets output dir.
- getPageIndex() - Method in class com.workfusion.vds.sdk.api.nlp.model.Page.Descriptor
-
- getPageIndex() - Method in interface com.workfusion.vds.sdk.api.nlp.model.Page
-
Gets the page number in the document.
- getParameter(String) - Method in interface com.workfusion.vds.sdk.api.hypermodel.ConfigurationContext
-
Get configuration parameter by name.
- getParameter(String, T) - Method in interface com.workfusion.vds.sdk.api.hypermodel.ConfigurationContext
-
Gets configuration parameter by name, or defaultValue if parameter doesn't exist.
- getParameter(String) - Method in class com.workfusion.vds.sdk.api.hypermodel.pipeline.PipelineConfiguration
-
Returns a parameter defined for the pipeline by name.
- getParameter(String, T) - Method in class com.workfusion.vds.sdk.api.hypermodel.pipeline.PipelineConfiguration
-
Returns a parameter defined for the pipeline by name.
- getParameter(String) - Method in class com.workfusion.vds.sdk.nlp.component.pipeline.BaseConfigurationContext
-
- getParameter(String, T) - Method in class com.workfusion.vds.sdk.nlp.component.pipeline.BaseConfigurationContext
-
- getParameterAsBoolean(String) - Method in interface com.workfusion.vds.sdk.api.hypermodel.ConfigurationContext
-
Get configuration parameter as Boolean by name.
- getParameterAsBoolean(String) - Method in class com.workfusion.vds.sdk.nlp.component.pipeline.BaseConfigurationContext
-
- getParameterAsDouble(String) - Method in interface com.workfusion.vds.sdk.api.hypermodel.ConfigurationContext
-
Get configuration parameter as Double by name.
- getParameterAsDouble(String) - Method in class com.workfusion.vds.sdk.nlp.component.pipeline.BaseConfigurationContext
-
- getParameterAsInteger(String) - Method in interface com.workfusion.vds.sdk.api.hypermodel.ConfigurationContext
-
Get configuration parameter as Integer by name.
- getParameterAsInteger(String) - Method in class com.workfusion.vds.sdk.nlp.component.pipeline.BaseConfigurationContext
-
- getParameterAsLong(String) - Method in interface com.workfusion.vds.sdk.api.hypermodel.ConfigurationContext
-
Get configuration parameter as Long by name.
- getParameterAsLong(String) - Method in class com.workfusion.vds.sdk.nlp.component.pipeline.BaseConfigurationContext
-
- getParameterAsString(String) - Method in interface com.workfusion.vds.sdk.api.hypermodel.ConfigurationContext
-
Get configuration parameter as String by name.
- getParameterAsString(String) - Method in class com.workfusion.vds.sdk.nlp.component.pipeline.BaseConfigurationContext
-
- getParameterAsType(Map<String, Object>, String, Class<T>) - Static method in class com.workfusion.vds.sdk.nlp.component.util.ParameterUtils
-
Find parameter value by name and cast it to the required type.
- getParameterOrDefault(Map<String, Object>, String, T) - Static method in class com.workfusion.vds.sdk.nlp.component.util.ParameterUtils
-
Find parameter value in parameters map.
- getParameters() - Method in class com.workfusion.vds.sdk.api.hypermodel.pipeline.PipelineConfiguration
-
Returns all parameters defined for the pipeline.
- getParameters() - Method in class com.workfusion.vds.sdk.ml.generic.GenericPythonClassifier
-
Gets parameters of the model.
- getParameters() - Method in class com.workfusion.vds.sdk.ml.vw.VowpalWabbitClassifier
-
- getParameters() - Method in class com.workfusion.vds.sdk.run.config.BaseRunnerConfiguration
-
Gets map with additional parameters.
- getParametersFileName() - Method in class com.workfusion.vds.sdk.ml.python.BasePythonClassifierSerializer
-
Gets parameters file name.
- getParamGridCombinations() - Method in interface com.workfusion.vds.sdk.api.ml.ParamGridClassifier
-
Get all grid algorithm param combinations.
- getParamGridCombinations() - Method in class com.workfusion.vds.sdk.ml.liblinear.LiblinearParamGridClassifier
-
Grab all tuning params and convert it to combinations
- getParamGridCombinations() - Method in class com.workfusion.vds.sdk.ml.sklearn.adaboost.AdaBoostParamGridClassifier
-
- getParamGridCombinations() - Method in class com.workfusion.vds.sdk.ml.sklearn.linearsvc.LinearSupportVectorParamGridClassifier
-
- getParamGridCombinations() - Method in class com.workfusion.vds.sdk.ml.sklearn.logisticregression.LogisticRegressionParamGridClassifier
-
- getParamGridCombinations() - Method in class com.workfusion.vds.sdk.ml.sklearn.randomforest.RandomForestParamGridClassifier
-
- getPasses() - Method in class com.workfusion.vds.sdk.ml.vw.VowpalWabbitClassifier
-
- getPath() - Method in interface com.workfusion.vds.sdk.api.hypermodel.Resource
-
Returns Path to read data from the resource.
- getPathToFile(Path, String, String...) - Static method in class com.workfusion.vds.sdk.nlp.component.util.PrinterUtils
-
Resolves all subFolders and fileName against the given path, creates subFolders if don't exist, returns Path to file.
- getPattern(String) - Static method in class com.workfusion.vds.sdk.nlp.component.annotator.PatternCache
-
- getPattern(String, int) - Static method in class com.workfusion.vds.sdk.nlp.component.annotator.PatternCache
-
- getPenalty() - Method in class com.workfusion.vds.sdk.ml.sklearn.linearsvc.LinearSupportVectorClassifier
-
Gets the norm used in the penalization.
- getPenalty() - Method in class com.workfusion.vds.sdk.ml.sklearn.logisticregression.LogisticRegression
-
Gets the norm used in the penalization.
- getPenalty() - Method in class com.workfusion.vds.sdk.ml.sklearn.logisticregression.LogisticRegressionCV
-
Gets the norm used in the penalization.
- getPenalty() - Method in class com.workfusion.vds.sdk.ml.sklearn.sgd.StochasticGradientDescentClassifier
-
Gets the norm used in the penalization.
- getPenaltyCoefficient() - Method in class com.workfusion.vds.sdk.ml.dp.bolton.linear.BaseDpLinearClassifier
-
Gets the value for the penalty parameter C of the error term.
- getPenaltyCoefficient() - Method in class com.workfusion.vds.sdk.ml.sklearn.linearsvc.LinearSupportVectorClassifier
-
Gets penalty parameter C of the error term.
- getPenaltyCoefficient() - Method in class com.workfusion.vds.sdk.ml.sklearn.logisticregression.LogisticRegression
-
Gets penalty coefficient of the error term.
- getPenaltyCoefficientsGrid() - Method in class com.workfusion.vds.sdk.ml.sklearn.logisticregression.LogisticRegressionCV
-
Gets penalty coefficients grid.
- getPower() - Method in class com.workfusion.vds.sdk.ml.sklearn.kneighbors.KNeighborsClassifier
-
Gets the power parameter for the Minkowski metric.
- getPowerT() - Method in class com.workfusion.vds.sdk.ml.sklearn.sgd.StochasticGradientDescentClassifier
-
Gets the exponent for inverse scaling learning rate.
- getPrecision() - Method in class com.workfusion.vds.sdk.nlp.component.statistics.model.ModelEvaluationResult
-
Get precision metric value.
- getPresort() - Method in class com.workfusion.vds.sdk.ml.sklearn.gradientboosting.GradientBoostingClassifier
-
Whether presort is used.
- getRadiusConstant() - Method in class com.workfusion.vds.sdk.ml.dp.bolton.linear.BaseDpLinearClassifier
-
Gets the value for the radius factor on which to project the weight parameters.
- getRe2JPattern(String) - Static method in class com.workfusion.vds.sdk.nlp.component.annotator.PatternCache
-
- getRe2JPattern(String, int) - Static method in class com.workfusion.vds.sdk.nlp.component.annotator.PatternCache
-
- getRe2jPatternRegexNerAnnotator(String, String) - Static method in class com.workfusion.vds.sdk.nlp.component.annotator.ner.BaseRegexNerAnnotator
-
Creates an instance of BaseRegexNerAnnotator that uses re2j pattern.
- getReason() - Method in class com.workfusion.vds.sdk.nlp.component.statistics.model.FieldResult
-
Get reason of particular mapping result.
- getReason() - Method in class com.workfusion.vds.sdk.nlp.component.statistics.model.LabelResult
-
Get reason of particular mapping result.
- getRecall() - Method in class com.workfusion.vds.sdk.nlp.component.statistics.model.ModelEvaluationResult
-
Get recall metric value.
- getRecordForPrinting(Collection<IeDocumentResult>, StatisticsEvaluationType, String) - Method in class com.workfusion.vds.sdk.nlp.component.statistics.printer.BaseIePerFieldCSVPrinter
-
Returns record for printing.
- getRegLambda() - Method in class com.workfusion.vds.sdk.ml.dp.bolton.linear.BaseDpLinearClassifier
-
Gets the value for the L2 regularization parameter.
- getResource(String) - Method in interface com.workfusion.vds.sdk.api.hypermodel.ConfigurationContext
-
Provide
Resource instance for specified path:
classpath resource, e.g.
- getResource(String) - Method in class com.workfusion.vds.sdk.nlp.component.pipeline.BaseConfigurationContext
-
- getResources() - Method in class com.workfusion.vds.sdk.run.config.BaseRunnerConfiguration
-
Gets multi map with additional inputs e.g.
- getResult(String) - Method in class com.workfusion.vds.sdk.api.ml.Prediction
-
Gets the classification result by the label.
- getResult() - Method in class com.workfusion.vds.sdk.nlp.component.statistics.mapper.BaseResultMapper.MappingResult
-
Get a map that represents all gold-extracted mapped pairs.
- getResults() - Method in class com.workfusion.vds.sdk.api.ml.Prediction
-
Gets classification results (one per category).
- getResults() - Method in class com.workfusion.vds.sdk.nlp.component.statistics.model.IeDocumentResult
-
Get field mapping results
- getResultTypes() - Method in class com.workfusion.vds.sdk.nlp.component.statistics.model.ElementResult
-
Get results of mapping.
- getRight() - Method in class com.workfusion.vds.sdk.api.nlp.model.LayoutBlock.Descriptor
-
- getRightContext() - Method in class com.workfusion.vds.sdk.nlp.component.processing.normalization.cusip.CusipCorrectionModelBase
-
- getRightPosition() - Method in interface com.workfusion.vds.sdk.api.nlp.model.LayoutBlock
-
Get right position.
- getRowIndex() - Method in class com.workfusion.vds.sdk.api.nlp.model.Cell.Descriptor
-
- getRowIndex() - Method in interface com.workfusion.vds.sdk.api.nlp.model.Cell
-
Gets row index of the cell.
- getRowIndex() - Method in class com.workfusion.vds.sdk.api.nlp.model.Row.Descriptor
-
- getRowIndex() - Method in interface com.workfusion.vds.sdk.api.nlp.model.Row
-
Gets the number of rows directly preceding the current row in the same table.
- getSampleWeights() - Method in class com.workfusion.vds.sdk.ml.dp.bolton.linear.BaseDpLinearClassifier
-
Gets sample weights (
SampleWeightsType or list of sample weights for each class type).
- getScore() - Method in class com.workfusion.vds.sdk.api.ml.PredictionResult
-
Gets score of the category.
- getScore() - Method in class com.workfusion.vds.sdk.api.nlp.model.Field.Descriptor
-
- getScore() - Method in interface com.workfusion.vds.sdk.api.nlp.model.Field
-
Gets score of field.
- getScore() - Method in class com.workfusion.vds.sdk.api.nlp.model.Label.Descriptor
-
- getScore() - Method in interface com.workfusion.vds.sdk.api.nlp.model.Label
-
Gets score of this label.
- getScore() - Method in class com.workfusion.vds.sdk.api.nlp.model.NamedEntity.Descriptor
-
- getScore() - Method in interface com.workfusion.vds.sdk.api.nlp.model.NamedEntity
-
Get a score value.
- getScore() - Method in class com.workfusion.vds.sdk.nlp.component.processing.normalization.cusip.CusipCorrector
-
- getScore() - Method in class com.workfusion.vds.sdk.nlp.component.statistics.model.StatisticsField
-
Gets score of field.
- getScore() - Method in class com.workfusion.vds.sdk.nlp.component.statistics.model.StatisticsLabel
-
Get score.
- getScoringFunction() - Method in class com.workfusion.vds.sdk.ml.sklearn.logisticregression.LogisticRegressionCV
-
Gets the scoring function.
- getSearchClass() - Method in class com.workfusion.vds.sdk.nlp.component.fe.BaseKeywordsInElementFE
-
- getSearchElement(Document, FOCUS) - Method in class com.workfusion.vds.sdk.nlp.component.fe.BaseKeywordsInElementFE
-
- getSearchElementNers(Document, SEARCH) - Method in class com.workfusion.vds.sdk.nlp.component.fe.ner.BaseNerInFocusElementFE
-
- getSearchElementNers(Document, SEARCH) - Method in class com.workfusion.vds.sdk.nlp.component.fe.ner.IsFirstNerInFocusElementFE
-
- getSearchElementNers(Document, SEARCH) - Method in class com.workfusion.vds.sdk.nlp.component.fe.ner.IsLastNerInFocusElementFE
-
- getSeed() - Method in class com.workfusion.vds.sdk.ml.sklearn.adaboost.AdaBoostClassifier
-
Gets the seed used by the random number generator.
- getSeed() - Method in class com.workfusion.vds.sdk.ml.sklearn.bagging.BaggingClassifier
-
Gets the seed used by the random number generator.
- getSeed() - Method in class com.workfusion.vds.sdk.ml.sklearn.decisiontree.DecisionTreeClassifier
-
Gets the seed used by the random number generator.
- getSeed() - Method in class com.workfusion.vds.sdk.ml.sklearn.extratree.ExtraTreeClassifier
-
Gets the seed used by the random number generator.
- getSeed() - Method in class com.workfusion.vds.sdk.ml.sklearn.extratrees.ExtraTreesClassifier
-
Gets the seed used by the random number generator.
- getSeed() - Method in class com.workfusion.vds.sdk.ml.sklearn.gradientboosting.GradientBoostingClassifier
-
Gets the seed used by the random number generator.
- getSeed() - Method in class com.workfusion.vds.sdk.ml.sklearn.linearsvc.LinearSupportVectorClassifier
-
Gets the seed used by the random number generator.
- getSeed() - Method in class com.workfusion.vds.sdk.ml.sklearn.logisticregression.LogisticRegression
-
Gets the seed used by the random number generator.
- getSeed() - Method in class com.workfusion.vds.sdk.ml.sklearn.logisticregression.LogisticRegressionCV
-
Gets the seed used by the random number generator.
- getSeed() - Method in class com.workfusion.vds.sdk.ml.sklearn.randomforest.RandomForestClassifier
-
Gets the seed used by the random number generator.
- getSeed() - Method in class com.workfusion.vds.sdk.ml.sklearn.sgd.StochasticGradientDescentClassifier
-
Gets the seed used by the random number generator.
- getSerializableModel() - Method in class com.workfusion.vds.sdk.ml.python.BasePythonClassifier
-
- getSerializableModel() - Method in interface com.workfusion.vds.sdk.ml.python.PythonClassifier
-
- getSharedWorkerDir() - Method in class com.workfusion.vds.sdk.run.config.ClusterTrainingConfiguration
-
Gets cluster shared worker dir.
- getSimilarityScore(E, E) - Method in class com.workfusion.vds.sdk.nlp.component.statistics.mapper.BaseFieldResultMapper
-
Get similarity score between two fields DTO's of parameterized type of field.
- getSimilarityScore(StatisticsField, StatisticsField) - Method in class com.workfusion.vds.sdk.nlp.component.statistics.mapper.FieldResultMapper
-
- getSimilarityScore(StatisticsGroupField, StatisticsGroupField) - Method in class com.workfusion.vds.sdk.nlp.component.statistics.mapper.GroupFieldResultMapper
-
- getSolver() - Method in class com.workfusion.vds.sdk.ml.liblinear.LiblinearClassifier
-
- getSolver() - Method in class com.workfusion.vds.sdk.ml.sklearn.logisticregression.LogisticRegression
-
Gets the algorithm to use in the optimization problem.
- getSolver() - Method in class com.workfusion.vds.sdk.ml.sklearn.logisticregression.LogisticRegressionCV
-
Gets the algorithm to use in the optimization problem.
- getSplitter() - Method in class com.workfusion.vds.sdk.ml.sklearn.decisiontree.DecisionTreeClassifier
-
Gets the strategy used to choose the split at each node.
- getSplitter() - Method in class com.workfusion.vds.sdk.ml.sklearn.extratree.ExtraTreeClassifier
-
Gets the strategy used to choose the split at each node.
- getSshHost() - Method in class com.workfusion.vds.sdk.run.config.ClusterTrainingConfiguration
-
Gets host.
- getSshKey() - Method in class com.workfusion.vds.sdk.run.config.ClusterTrainingConfiguration
-
Gets ssh key.
- getSshKeyPassphrase() - Method in class com.workfusion.vds.sdk.run.config.ClusterTrainingConfiguration
-
Gets ssh key passphrase.
- getSshPort() - Method in class com.workfusion.vds.sdk.run.config.ClusterTrainingConfiguration
-
Gets ssh port.
- getSshUsername() - Method in class com.workfusion.vds.sdk.run.config.ClusterTrainingConfiguration
-
Gets ssh username.
- getStart() - Method in class com.workfusion.vds.sdk.nlp.component.annotator.ner.BaseNerAnnotator.ElementDTO
-
- getSubsample() - Method in class com.workfusion.vds.sdk.ml.sklearn.gradientboosting.GradientBoostingClassifier
-
Gets the fraction of samples to be used for fitting the individual base learners.
- getTabNumber() - Method in class com.workfusion.vds.sdk.nlp.component.statistics.model.StatisticsGroupField
-
Get tabnumber of group field.
- getTestSetDir() - Method in class com.workfusion.vds.sdk.run.config.BaseRunnerConfiguration
-
Gets path to test set directory.
- getText() - Method in interface com.workfusion.vds.sdk.api.nlp.model.Document
-
Gets plain text of the document.
- getText() - Method in interface com.workfusion.vds.sdk.api.nlp.model.Element
-
Gets text of the field.
- getText() - Method in class com.workfusion.vds.sdk.nlp.component.annotator.ner.BaseNerAnnotator.ElementDTO
-
- getText(SEARCH) - Method in class com.workfusion.vds.sdk.nlp.component.fe.BaseKeywordsInElementFE
-
- getText() - Method in class com.workfusion.vds.sdk.nlp.component.pipeline.task.GoldData
-
Get gold data text from original document.
- getText() - Method in class com.workfusion.vds.sdk.nlp.component.statistics.model.StatisticsField
-
Gets text of the field.
- getThreadsNumber() - Method in class com.workfusion.vds.sdk.run.config.LocalExecutionConfiguration
-
Gets threads number for local run.
- getTolerance() - Method in class com.workfusion.vds.sdk.ml.liblinear.LiblinearClassifier
-
- getTolerance() - Method in class com.workfusion.vds.sdk.ml.sklearn.linearsvc.LinearSupportVectorClassifier
-
Gets the tolerance for stopping criteria.
- getTolerance() - Method in class com.workfusion.vds.sdk.ml.sklearn.logisticregression.LogisticRegression
-
Gets the tolerance for stopping criteria.
- getTolerance() - Method in class com.workfusion.vds.sdk.ml.sklearn.logisticregression.LogisticRegressionCV
-
Gets the tolerance for stopping criteria.
- getTolerance() - Method in class com.workfusion.vds.sdk.ml.sklearn.sgd.StochasticGradientDescentClassifier
-
Gets the tolerance for stopping criteria.
- getTop() - Method in class com.workfusion.vds.sdk.api.nlp.model.LayoutBlock.Descriptor
-
- getTopPosition() - Method in interface com.workfusion.vds.sdk.api.nlp.model.LayoutBlock
-
Get top position.
- getTrainedModelDir() - Method in class com.workfusion.vds.sdk.run.config.LocalExecutionConfiguration
-
Gets Path to directory with trained model.
- getType() - Method in class com.workfusion.vds.sdk.api.hpo.Dimension
-
Get dimension type.
- getType() - Method in class com.workfusion.vds.sdk.api.nlp.model.MatchingElement.Descriptor
-
- getType() - Method in interface com.workfusion.vds.sdk.api.nlp.model.MatchingElement
-
- getType() - Method in class com.workfusion.vds.sdk.api.nlp.model.NamedEntity.Descriptor
-
- getType() - Method in interface com.workfusion.vds.sdk.api.nlp.model.NamedEntity
-
Get a type of mentioned entity.
- getValue() - Method in class com.workfusion.vds.sdk.api.nlp.fe.Feature
-
Get feature value.
- getValue() - Method in class com.workfusion.vds.sdk.api.nlp.model.Field.Descriptor
-
- getValue() - Method in interface com.workfusion.vds.sdk.api.nlp.model.Field
-
Gets corrected value from text.
- getValue() - Method in class com.workfusion.vds.sdk.api.nlp.model.GoldField.Descriptor
-
- getValue() - Method in interface com.workfusion.vds.sdk.api.nlp.model.GoldField
-
Gets corrected value from text.
- getValue() - Method in class com.workfusion.vds.sdk.nlp.component.pipeline.task.GoldData
-
Get data-value attribute of gold data.
- getValue() - Method in class com.workfusion.vds.sdk.nlp.component.statistics.model.StatisticsField
-
Gets corrected value from text.
- getVerbose() - Method in class com.workfusion.vds.sdk.ml.dp.bolton.linear.BaseDpLinearClassifier
-
Gets verbose level.
- getWeightFunction() - Method in class com.workfusion.vds.sdk.ml.sklearn.kneighbors.KNeighborsClassifier
-
Gets the weight function used in prediction.
- getWorkingDir() - Method in class com.workfusion.automl.ml.python.BasePythonFeaturesExtractor
-
Gets working directory.
- getWorkingDir() - Method in class com.workfusion.vds.sdk.ml.python.BasePythonClassifier
-
Gets working directory.
- getWorkingDir() - Method in class com.workfusion.vds.sdk.run.config.ClusterTrainingConfiguration
-
Gets cluster working dir.
- gold - Variable in class com.workfusion.vds.sdk.nlp.component.statistics.model.ElementResult.Builder
-
- gold(T) - Method in class com.workfusion.vds.sdk.nlp.component.statistics.model.ElementResult.Builder
-
Add gold element DTO.
- GoldData - Class in com.workfusion.vds.sdk.nlp.component.pipeline.task
-
DTO to aggregate gold data.
- GoldData(String, String, String, Map<String, String>) - Constructor for class com.workfusion.vds.sdk.nlp.component.pipeline.task.GoldData
-
- GoldField - Interface in com.workfusion.vds.sdk.api.nlp.model
-
The GoldField interface represents the gold field assigned from expected outputs for training process.
- GoldField.Descriptor - Class in com.workfusion.vds.sdk.api.nlp.model
-
- GoldLabel - Interface in com.workfusion.vds.sdk.api.nlp.model
-
The GoldLabel interface represents the gold label assigned from expected outputs for training process.
- GoldLabel.Descriptor - Class in com.workfusion.vds.sdk.api.nlp.model
-
- gpu(boolean) - Method in class com.workfusion.vds.sdk.ml.dp.bolton.linear.BaseDpLinearClassifier.Builder
-
Sets whether gpu is used.
- GradientBoostingClassifier - Class in com.workfusion.vds.sdk.ml.sklearn.gradientboosting
-
The type Random forest classifier.
- GradientBoostingClassifier.Builder - Class in com.workfusion.vds.sdk.ml.sklearn.gradientboosting
-
The type Builder.
- GradientBoostingClassifierSerializer - Class in com.workfusion.vds.sdk.ml.sklearn.gradientboosting
-
The type Gradient boosting classifier serializer.
- GradientBoostingClassifierSerializer() - Constructor for class com.workfusion.vds.sdk.ml.sklearn.gradientboosting.GradientBoostingClassifierSerializer
-
- Group - Annotation Type in com.workfusion.vds.sdk.api.hypermodel.annotation
-
Class-level annotation that is used to define single grouping model configuration.
- groupField(Collection<FieldInfo>, int) - Static method in class com.workfusion.vds.sdk.nlp.component.util.FieldInfoUtils
-
- GroupFieldResult - Class in com.workfusion.vds.sdk.nlp.component.statistics.model
-
This class represents result of mapping between extracted and gold group field.
- GroupFieldResult.Builder - Class in com.workfusion.vds.sdk.nlp.component.statistics.model
-
- GroupFieldResultMapper - Class in com.workfusion.vds.sdk.nlp.component.statistics.mapper
-
Class to map group field DTO's
StatisticsGroupField representation over gold and extracted fields for one group
field for one document to create required instance of
GroupFieldResult.
- GroupFieldResultMapper(StatisticsEvaluationType) - Constructor for class com.workfusion.vds.sdk.nlp.component.statistics.mapper.GroupFieldResultMapper
-
- GroupMapping - Annotation Type in com.workfusion.vds.sdk.api.hypermodel.annotation
-
Class-level annotation that is used to define grouping configuration for hypermodel.
- groupResults(Collection<GroupFieldResult>) - Method in class com.workfusion.vds.sdk.nlp.component.statistics.model.IeDocumentResult.Builder
-
Add group mapping results
- id - Variable in class com.workfusion.vds.sdk.run.config.BaseLocalTrainingConfiguration.Builder
-
- id(String) - Method in class com.workfusion.vds.sdk.run.config.BaseLocalTrainingConfiguration.Builder
-
Optional training identifier, default is 'training'.
- id - Variable in class com.workfusion.vds.sdk.run.config.BaseRunnerConfiguration
-
- id(String) - Method in class com.workfusion.vds.sdk.run.config.ClusterTrainingConfiguration.Builder
-
Training identifier, must be unique in scope of cluster.
- id(String) - Method in class com.workfusion.vds.sdk.run.config.LocalTrainingConfiguration.Builder
-
Optional training identifier, default is 'training'.
- IeConfigurationContext - Interface in com.workfusion.vds.sdk.api.nlp.configuration
-
Configuration context for information extraction models.
- IeDocument - Interface in com.workfusion.vds.sdk.api.nlp.model
-
The IeDocument interface represents the document that is used in Information Extraction.
- IeDocumentResult - Class in com.workfusion.vds.sdk.nlp.component.statistics.model
-
This class represent result of one
Document processing by InformationExtraction statistic.
- IeDocumentResult.Builder - Class in com.workfusion.vds.sdk.nlp.component.statistics.model
-
- IeGoldVsExtractedCSVPrinter - Class in com.workfusion.vds.sdk.nlp.component.statistics.printer
-
Information Extraction statistics printer implementation.
- IeGoldVsExtractedCSVPrinter() - Constructor for class com.workfusion.vds.sdk.nlp.component.statistics.printer.IeGoldVsExtractedCSVPrinter
-
- IeGoldVsExtractedPerGroupCSVPrinter - Class in com.workfusion.vds.sdk.nlp.component.statistics.printer
-
Information Extraction statistics printer implementation.
- IeGoldVsExtractedPerGroupCSVPrinter() - Constructor for class com.workfusion.vds.sdk.nlp.component.statistics.printer.IeGoldVsExtractedPerGroupCSVPrinter
-
- IePerFieldCSVPrinter - Class in com.workfusion.vds.sdk.nlp.component.statistics.printer
-
Information Extraction statistics printer implementation.
- IePerFieldCSVPrinter() - Constructor for class com.workfusion.vds.sdk.nlp.component.statistics.printer.IePerFieldCSVPrinter
-
- IePerGroupFieldCSVPrinter - Class in com.workfusion.vds.sdk.nlp.component.statistics.printer
-
Information Extraction statistics printer implementation.
- IePerGroupFieldCSVPrinter() - Constructor for class com.workfusion.vds.sdk.nlp.component.statistics.printer.IePerGroupFieldCSVPrinter
-
- IeStatisticsCalculator - Class in com.workfusion.vds.sdk.nlp.component.statistics
-
Information Extraction statistic implementation.
- IeStatisticsCalculator() - Constructor for class com.workfusion.vds.sdk.nlp.component.statistics.IeStatisticsCalculator
-
- IgnorePageWithoutGoldsFilter<S extends Element,F extends Element,C extends com.workfusion.nlp.automl.chunking.Chunk> - Class in com.workfusion.vds.sdk.nlp.component.filter
-
Ignores all focus elements in pages without gold.
- IgnorePageWithoutGoldsFilter(Class<F>, Class<C>) - Constructor for class com.workfusion.vds.sdk.nlp.component.filter.IgnorePageWithoutGoldsFilter
-
- IgnorePageWithoutGoldsInGoldDocumentsFilter<S extends Element,F extends Element,C extends com.workfusion.nlp.automl.chunking.Chunk> - Class in com.workfusion.vds.sdk.nlp.component.filter
-
Ignores all focus elements in pages without gold and do that only for document where at least one gold occurs.
- IgnorePageWithoutGoldsInGoldDocumentsFilter(Class<F>, Class<C>) - Constructor for class com.workfusion.vds.sdk.nlp.component.filter.IgnorePageWithoutGoldsInGoldDocumentsFilter
-
- IgnoreSameDocumentFilter<S extends Element,F extends Element,C extends com.workfusion.nlp.automl.chunking.Chunk> - Class in com.workfusion.vds.sdk.nlp.component.filter
-
Ignores documents if it contains the golds the same as in previous documents.
- IgnoreSameDocumentFilter(Class<F>, Class<C>, Set<String>) - Constructor for class com.workfusion.vds.sdk.nlp.component.filter.IgnoreSameDocumentFilter
-
- IllegalConfigurationException - Exception in com.workfusion.vds.sdk.api.nlp.configuration
-
Thrown to indicate that there is an error due to configuration building process.
- IllegalConfigurationException() - Constructor for exception com.workfusion.vds.sdk.api.nlp.configuration.IllegalConfigurationException
-
- IllegalConfigurationException(String, Throwable) - Constructor for exception com.workfusion.vds.sdk.api.nlp.configuration.IllegalConfigurationException
-
- IllegalConfigurationException(String) - Constructor for exception com.workfusion.vds.sdk.api.nlp.configuration.IllegalConfigurationException
-
- IllegalConfigurationException(Throwable) - Constructor for exception com.workfusion.vds.sdk.api.nlp.configuration.IllegalConfigurationException
-
- Import - Annotation Type in com.workfusion.vds.sdk.api.hypermodel.annotation
-
- Import.Configuration - Annotation Type in com.workfusion.vds.sdk.api.hypermodel.annotation
-
Inner annotation to declare a reference to the another ModelConfiguration class.
- Import.Resource - Annotation Type in com.workfusion.vds.sdk.api.hypermodel.annotation
-
Inner annotation that is used to define fix hyper-model configuration (i.e.
- Index - Annotation Type in com.workfusion.vds.sdk.api.nlp.fe.annotation
-
Define an index for feature extractor performance optimization.
- Indexes - Annotation Type in com.workfusion.vds.sdk.api.nlp.fe.annotation
-
Define an array of indexes that need to be created for annotated feature extractor.
- IndexType - Enum in com.workfusion.vds.sdk.api.nlp.fe.annotation
-
Enum to specify a type of relation for
Index covered and covering classes.
- init() - Method in class com.workfusion.automl.ml.python.BasePythonFeaturesExtractor
-
Initialize the features extractor for the proper work.
- init() - Method in class com.workfusion.vds.sdk.ml.python.BasePythonClassifier
-
Initialize the classifier for the proper work.
- init() - Method in interface com.workfusion.vds.sdk.ml.python.PythonClassifier
-
- init(CacheBuilder, Class<FOCUS>) - Method in class com.workfusion.vds.sdk.nlp.component.fe.BaseKeywordsInElementFE
-
- init(CacheBuilder, Class<FOCUS>) - Method in class com.workfusion.vds.sdk.nlp.component.fe.ner.BaseNerInFocusElementFE
-
- init(CacheBuilder, Class<FOCUS>) - Method in class com.workfusion.vds.sdk.nlp.component.fe.PositionInCoveringFE
-
- init(CacheBuilder, Class<FOCUS>) - Method in class com.workfusion.vds.sdk.nlp.component.fe.PreviousElementSameLineKeywordsMatchFE
-
- init() - Method in class com.workfusion.vds.sdk.nlp.component.processing.SelectedNormalizersProcessor
-
- init(Map<String, Object>) - Method in class com.workfusion.vds.sdk.nlp.component.statistics.BaseStatisticsCalculator
-
- init(Map<String, Object>) - Method in class com.workfusion.vds.sdk.nlp.component.statistics.IeStatisticsCalculator
-
- initialize() - Method in class com.workfusion.vds.sdk.nlp.component.annotator.ner.AhoCorasickDictionaryNerAnnotator
-
- initialize() - Method in class com.workfusion.vds.sdk.nlp.component.annotator.ner.BaseRegexNerAnnotator
-
- initialize() - Method in class com.workfusion.vds.sdk.nlp.component.processing.DateNormalizationPostProcessor
-
- INPUT_DIR - Static variable in class com.workfusion.vds.sdk.model.nlp.generic.GenericPipelineConfiguration
-
- inputDir - Variable in class com.workfusion.vds.sdk.run.config.BaseLocalTrainingConfiguration.Builder
-
- inputDir(Path) - Method in class com.workfusion.vds.sdk.run.config.BaseLocalTrainingConfiguration.Builder
-
Path to directory with input files.
- inputDir - Variable in class com.workfusion.vds.sdk.run.config.BaseRunnerConfiguration
-
- inputDir(Path) - Method in class com.workfusion.vds.sdk.run.config.ClusterTrainingConfiguration.Builder
-
Input dir path to folder with training set.
- inputDir(String) - Method in class com.workfusion.vds.sdk.run.config.ClusterTrainingConfiguration.Builder
-
Input dir path to folder with training set.
- inputDir(Path) - Method in class com.workfusion.vds.sdk.run.config.LocalExecutionConfiguration.Builder
-
Path to directory with input files.
- inputDir(Path) - Method in class com.workfusion.vds.sdk.run.config.LocalTrainingConfiguration.Builder
-
Path to directory with input files.
- insertGroupIndices(Collection<Field>, int...) - Method in class com.workfusion.vds.sdk.nlp.component.processing.grouping.BaseGroupingProcessor
-
Insert group indices values into fields
- insertGroupIndices(Field, int...) - Method in class com.workfusion.vds.sdk.nlp.component.processing.grouping.BaseGroupingProcessor
-
Insert group indices values into field.
- interceptScaling(double) - Method in class com.workfusion.vds.sdk.ml.sklearn.linearsvc.LinearSupportVectorClassifier.Builder
-
Sets the scaling coefficient of the synthetic features.
- interceptScaling(double) - Method in class com.workfusion.vds.sdk.ml.sklearn.logisticregression.LogisticRegression.Builder
-
Sets the scaling coefficient of the synthetic features.
- interceptScaling(double) - Method in class com.workfusion.vds.sdk.ml.sklearn.logisticregression.LogisticRegressionCV.Builder
-
Sets the scaling coefficient of the synthetic features.
- isBootstrap() - Method in class com.workfusion.vds.sdk.ml.sklearn.bagging.BaggingClassifier
-
Whether samples are drawn with replacement.
- isBootstrap() - Method in class com.workfusion.vds.sdk.ml.sklearn.extratrees.ExtraTreesClassifier
-
Whether bootstrap samples are used when building trees.
- isBootstrap() - Method in class com.workfusion.vds.sdk.ml.sklearn.randomforest.RandomForestClassifier
-
Whether bootstrap samples are used when building trees.
- isBootstrapFeatures() - Method in class com.workfusion.vds.sdk.ml.sklearn.bagging.BaggingClassifier
-
Whether features are drawn with replacement.
- isCaseSensitive - Variable in class com.workfusion.vds.sdk.nlp.component.annotator.ner.AhoCorasickDictionaryNerAnnotator
-
- isCheckerModelEnabled(FieldInfo) - Static method in class com.workfusion.vds.sdk.nlp.component.util.FieldInfoUtils
-
Checks if checker model is enabled for this field
- isDeleteCache() - Method in class com.workfusion.vds.sdk.ml.vw.VowpalWabbitClassifier
-
- isDual() - Method in class com.workfusion.vds.sdk.ml.sklearn.linearsvc.LinearSupportVectorClassifier
-
Select the algorithm to either solve the dual or primal optimization problem.
- isDual() - Method in class com.workfusion.vds.sdk.ml.sklearn.logisticregression.LogisticRegression
-
Select the algorithm to either solve the dual or primal optimization problem.
- isDual() - Method in class com.workfusion.vds.sdk.ml.sklearn.logisticregression.LogisticRegressionCV
-
Select the algorithm to either solve the dual or primal optimization problem.
- isFindC() - Method in class com.workfusion.vds.sdk.ml.liblinear.LiblinearClassifier
-
- IsFirstNerInFocusElementFE<SEARCH extends Element,FOCUS extends Element> - Class in com.workfusion.vds.sdk.nlp.component.fe.ner
-
Determines if the first NER in the search class is in the user-defined focus.
- IsFirstNerInFocusElementFE(Class<SEARCH>) - Constructor for class com.workfusion.vds.sdk.nlp.component.fe.ner.IsFirstNerInFocusElementFE
-
- isFitIntercept() - Method in class com.workfusion.vds.sdk.ml.sklearn.linearsvc.LinearSupportVectorClassifier
-
Whether to calculate the intercept for this model.
- isFitIntercept() - Method in class com.workfusion.vds.sdk.ml.sklearn.logisticregression.LogisticRegression
-
Whether to calculate the intercept for this model.
- isFitIntercept() - Method in class com.workfusion.vds.sdk.ml.sklearn.logisticregression.LogisticRegressionCV
-
Whether to calculate the intercept for this model.
- isFitIntercept() - Method in class com.workfusion.vds.sdk.ml.sklearn.sgd.StochasticGradientDescentClassifier
-
Whether to calculate the intercept for this model.
- isFitPriority() - Method in class com.workfusion.vds.sdk.ml.sklearn.mnb.MultinomialNaiveBayesClassifier
-
- IsFocusElementExactSameToNerFE<SEARCH extends Element,FOCUS extends Element> - Class in com.workfusion.vds.sdk.nlp.component.fe.ner
-
Determines if the covering focus Element (searchClass) has the same content with the covering NER.
- IsFocusElementExactSameToNerFE(Class<SEARCH>, boolean) - Constructor for class com.workfusion.vds.sdk.nlp.component.fe.ner.IsFocusElementExactSameToNerFE
-
- IsFocusElementWithNerFE<SEARCH extends Element,FOCUS extends Element> - Class in com.workfusion.vds.sdk.nlp.component.fe.ner
-
Determines if the search Element covering focus Element contains NER/NERs.
- IsFocusElementWithNerFE(Class<SEARCH>, boolean) - Constructor for class com.workfusion.vds.sdk.nlp.component.fe.ner.IsFocusElementWithNerFE
-
- isFtrl() - Method in class com.workfusion.vds.sdk.ml.vw.VowpalWabbitClassifier
-
- isGpu() - Method in class com.workfusion.vds.sdk.ml.dp.bolton.linear.BaseDpLinearClassifier
-
Whether the gpu is used during training.
- isHighMemory() - Method in class com.workfusion.vds.sdk.ml.dp.bolton.linear.BaseDpLinearClassifier
-
Wheather high memory mode is enabled (gpu only) where training data is kept on CPU memory and only the mini-batch data is sent.
- IsLastNerInFocusElementFE<SEARCH extends Element,FOCUS extends Element> - Class in com.workfusion.vds.sdk.nlp.component.fe.ner
-
Determines if the last NER in the search class is in the user-defined focus.
- IsLastNerInFocusElementFE(Class<SEARCH>) - Constructor for class com.workfusion.vds.sdk.nlp.component.fe.ner.IsLastNerInFocusElementFE
-
- IsoCurrencyNormalizer - Class in com.workfusion.vds.sdk.nlp.component.processing.normalization
-
- IsoCurrencyNormalizer() - Constructor for class com.workfusion.vds.sdk.nlp.component.processing.normalization.IsoCurrencyNormalizer
-
- IsoCurrencyNormalizer(List<String>) - Constructor for class com.workfusion.vds.sdk.nlp.component.processing.normalization.IsoCurrencyNormalizer
-
- IsoCurrencyNormalizer(StringSimilarity, double) - Constructor for class com.workfusion.vds.sdk.nlp.component.processing.normalization.IsoCurrencyNormalizer
-
- IsoCurrencyNormalizer(List<String>, StringSimilarity, double) - Constructor for class com.workfusion.vds.sdk.nlp.component.processing.normalization.IsoCurrencyNormalizer
-
- isOobScore() - Method in class com.workfusion.vds.sdk.ml.sklearn.bagging.BaggingClassifier
-
Whether to use out-of-bag samples to estimate the generalization error.
- isOobScore() - Method in class com.workfusion.vds.sdk.ml.sklearn.extratrees.ExtraTreesClassifier
-
Whether to use out-of-bag samples to estimate the generalization accuracy.
- isOobScore() - Method in class com.workfusion.vds.sdk.ml.sklearn.randomforest.RandomForestClassifier
-
Whether to use out-of-bag samples to estimate the generalization accuracy.
- isParamGridAvailable() - Method in interface com.workfusion.vds.sdk.api.ml.ParamGridClassifier
-
Verify is hpoTuning is available for classifier.
- isParamGridAvailable() - Method in class com.workfusion.vds.sdk.ml.liblinear.LiblinearParamGridClassifier
-
- isParamGridAvailable() - Method in class com.workfusion.vds.sdk.ml.sklearn.adaboost.AdaBoostParamGridClassifier
-
- isParamGridAvailable() - Method in class com.workfusion.vds.sdk.ml.sklearn.linearsvc.LinearSupportVectorParamGridClassifier
-
- isParamGridAvailable() - Method in class com.workfusion.vds.sdk.ml.sklearn.logisticregression.LogisticRegressionParamGridClassifier
-
- isParamGridAvailable() - Method in class com.workfusion.vds.sdk.ml.sklearn.randomforest.RandomForestParamGridClassifier
-
- isPresort() - Method in class com.workfusion.vds.sdk.ml.sklearn.decisiontree.DecisionTreeClassifier
-
Whether to presort the data to speed up the finding of best splits in fitting.
- isQuietMode() - Method in class com.workfusion.vds.sdk.ml.liblinear.LiblinearClassifier
-
- isReadOnly() - Method in interface com.workfusion.vds.sdk.api.nlp.model.Document
-
Checks permission for document modification.
- isRefit() - Method in class com.workfusion.vds.sdk.ml.sklearn.logisticregression.LogisticRegressionCV
-
Whether the final refit is needed.
- isShuffle() - Method in class com.workfusion.vds.sdk.ml.sklearn.sgd.StochasticGradientDescentClassifier
-
Whether or not the training data should be shuffled after each epoch.
- isUseCache() - Method in class com.workfusion.vds.sdk.ml.vw.VowpalWabbitClassifier
-
- isVerbose() - Method in class com.workfusion.vds.sdk.ml.sklearn.bagging.BaggingClassifier
-
Whether the verbosity of the tree building process are used.
- isVerbose() - Method in class com.workfusion.vds.sdk.ml.sklearn.extratrees.ExtraTreesClassifier
-
Whether the verbosity of the tree building process are used.
- isVerbose() - Method in class com.workfusion.vds.sdk.ml.sklearn.gradientboosting.GradientBoostingClassifier
-
Whether the verbosity of the tree building process are used.
- isVerbose() - Method in class com.workfusion.vds.sdk.ml.sklearn.linearsvc.LinearSupportVectorClassifier
-
Whether the verbosity of the tree building process are used.
- isVerbose() - Method in class com.workfusion.vds.sdk.ml.sklearn.logisticregression.LogisticRegression
-
Whether the verbosity of the tree building process are used.
- isVerbose() - Method in class com.workfusion.vds.sdk.ml.sklearn.logisticregression.LogisticRegressionCV
-
Whether the verbosity of the tree building process are used.
- isVerbose() - Method in class com.workfusion.vds.sdk.ml.sklearn.randomforest.RandomForestClassifier
-
Whether the verbosity of the tree building process are used.
- isVerbose() - Method in class com.workfusion.vds.sdk.ml.sklearn.sgd.StochasticGradientDescentClassifier
-
Whether the verbosity of the tree building process are used.
- isWarmStart() - Method in class com.workfusion.vds.sdk.ml.sklearn.bagging.BaggingClassifier
-
Whether warm start is used.
- isWarmStart() - Method in class com.workfusion.vds.sdk.ml.sklearn.extratrees.ExtraTreesClassifier
-
Whether warm start is used.
- isWarmStart() - Method in class com.workfusion.vds.sdk.ml.sklearn.gradientboosting.GradientBoostingClassifier
-
Whether warm start is used.
- isWarmStart() - Method in class com.workfusion.vds.sdk.ml.sklearn.logisticregression.LogisticRegression
-
Whether warm start is used.
- isWarmStart() - Method in class com.workfusion.vds.sdk.ml.sklearn.randomforest.RandomForestClassifier
-
Whether warm start is used.
- isWarmStart() - Method in class com.workfusion.vds.sdk.ml.sklearn.sgd.StochasticGradientDescentClassifier
-
Whether warm start is used.
- mandatorySearch - Variable in class com.workfusion.vds.sdk.nlp.component.annotator.ner.BaseRegexNerAnnotator
-
- mapBySimilarity(Table<E, E, Double>) - Method in class com.workfusion.vds.sdk.nlp.component.statistics.mapper.BaseFieldResultMapper
-
Generate an instance of MappingResult to represent a result of mapping between golds and extracts based on similarity
matrix.
- MapDocumentTextToValueNormalizer - Class in com.workfusion.vds.sdk.nlp.component.processing.normalization.text
-
Text normalized based on dictionary provided from resources.
- MapDocumentTextToValueNormalizer(Resource) - Constructor for class com.workfusion.vds.sdk.nlp.component.processing.normalization.text.MapDocumentTextToValueNormalizer
-
- MapDocumentTextToValueNormalizer(Resource, StringSimilarity) - Constructor for class com.workfusion.vds.sdk.nlp.component.processing.normalization.text.MapDocumentTextToValueNormalizer
-
- MapDocumentTextToValueNormalizer(Resource, double) - Constructor for class com.workfusion.vds.sdk.nlp.component.processing.normalization.text.MapDocumentTextToValueNormalizer
-
- MapDocumentTextToValueNormalizer(Resource, StringSimilarity, double) - Constructor for class com.workfusion.vds.sdk.nlp.component.processing.normalization.text.MapDocumentTextToValueNormalizer
-
- MappingResult() - Constructor for class com.workfusion.vds.sdk.nlp.component.statistics.mapper.BaseResultMapper.MappingResult
-
- mapResults(List<E>, List<E>) - Method in class com.workfusion.vds.sdk.nlp.component.statistics.mapper.BaseResultMapper
-
This method analyze gold and extracted elements DTO's to find positive and negative results of extracted-gold elements pairs and
create statistic results to describe such mapping results.
- margin(double) - Method in class com.workfusion.vds.sdk.ml.dp.bolton.linear.svm.DpSvmClassifier.Builder
-
Sets the margin value.
- MatcherTokenAnnotator - Class in com.workfusion.vds.sdk.nlp.component.annotator.tokenizer
-
Tokenizer implementation that perform match operation on text using pattern.
- MatcherTokenAnnotator(Class<? extends Element>, Class<? extends Element>, String) - Constructor for class com.workfusion.vds.sdk.nlp.component.annotator.tokenizer.MatcherTokenAnnotator
-
- MatcherTokenAnnotator(Class<? extends Element>, Class<? extends Element>, String, String) - Constructor for class com.workfusion.vds.sdk.nlp.component.annotator.tokenizer.MatcherTokenAnnotator
-
- MatcherTokenAnnotator(String) - Constructor for class com.workfusion.vds.sdk.nlp.component.annotator.tokenizer.MatcherTokenAnnotator
-
- MatcherTokenAnnotator(String, String) - Constructor for class com.workfusion.vds.sdk.nlp.component.annotator.tokenizer.MatcherTokenAnnotator
-
- MatchingElement - Interface in com.workfusion.vds.sdk.api.nlp.model
-
The MatchingElement interface represents object that is intended for Matching classification model
- MatchingElement.Descriptor - Class in com.workfusion.vds.sdk.api.nlp.model
-
- maxDepth(Integer) - Method in class com.workfusion.vds.sdk.ml.sklearn.decisiontree.DecisionTreeClassifier.Builder
-
Sets the maximum depth of the tree.
- maxDepth(Integer) - Method in class com.workfusion.vds.sdk.ml.sklearn.extratree.ExtraTreeClassifier.Builder
-
Sets the maximum depth of the tree.
- maxDepth(Integer) - Method in class com.workfusion.vds.sdk.ml.sklearn.extratrees.ExtraTreesClassifier.Builder
-
Set the maximum depth of the tree.
- maxDepth(Integer) - Method in class com.workfusion.vds.sdk.ml.sklearn.gradientboosting.GradientBoostingClassifier.Builder
-
Sets maximum depth of the individual regression estimators.
- maxDepth(Integer) - Method in class com.workfusion.vds.sdk.ml.sklearn.randomforest.RandomForestClassifier.Builder
-
Sets the maximum depth of the tree.
- maxEpochs(int) - Method in class com.workfusion.vds.sdk.ml.dp.bolton.linear.BaseDpLinearClassifier.Builder
-
Sets the number of epochs.
- maxFeatures(int) - Method in class com.workfusion.vds.sdk.ml.sklearn.bagging.BaggingClassifier.Builder
-
Sets the maximum number of features to draw from data set to train each base estimator.
- maxFeatures(double) - Method in class com.workfusion.vds.sdk.ml.sklearn.bagging.BaggingClassifier.Builder
-
Sets the fraction of features to draw from data set to train each base estimator.
- maxFeatures(MaxFeaturesType) - Method in class com.workfusion.vds.sdk.ml.sklearn.decisiontree.DecisionTreeClassifier.Builder
-
Sets the maximum number of features to consider when looking for the best split.
- maxFeatures(int) - Method in class com.workfusion.vds.sdk.ml.sklearn.decisiontree.DecisionTreeClassifier.Builder
-
Sets the maximum number of features to consider when looking for the best split.
- maxFeatures(double) - Method in class com.workfusion.vds.sdk.ml.sklearn.decisiontree.DecisionTreeClassifier.Builder
-
Sets the fraction of features to consider when looking for the best split.
- maxFeatures(MaxFeaturesType) - Method in class com.workfusion.vds.sdk.ml.sklearn.extratree.ExtraTreeClassifier.Builder
-
Sets the maximum number of features to consider when looking for the best split.
- maxFeatures(int) - Method in class com.workfusion.vds.sdk.ml.sklearn.extratree.ExtraTreeClassifier.Builder
-
Sets the maximum number of features to consider when looking for the best split.
- maxFeatures(double) - Method in class com.workfusion.vds.sdk.ml.sklearn.extratree.ExtraTreeClassifier.Builder
-
Sets the fraction of features to consider when looking for the best split.
- maxFeatures(MaxFeaturesType) - Method in class com.workfusion.vds.sdk.ml.sklearn.extratrees.ExtraTreesClassifier.Builder
-
Sets the maximum number of features to consider when looking for the best split.
- maxFeatures(int) - Method in class com.workfusion.vds.sdk.ml.sklearn.extratrees.ExtraTreesClassifier.Builder
-
Sets the maximum number of features to consider when looking for the best split.
- maxFeatures(double) - Method in class com.workfusion.vds.sdk.ml.sklearn.extratrees.ExtraTreesClassifier.Builder
-
Sets the fraction of features to consider when looking for the best split.
- maxFeatures(MaxFeaturesType) - Method in class com.workfusion.vds.sdk.ml.sklearn.gradientboosting.GradientBoostingClassifier.Builder
-
Sets the maximum number of features to consider when looking for the best split.
- maxFeatures(int) - Method in class com.workfusion.vds.sdk.ml.sklearn.gradientboosting.GradientBoostingClassifier.Builder
-
Sets the maximum number of features to consider when looking for the best split.
- maxFeatures(double) - Method in class com.workfusion.vds.sdk.ml.sklearn.gradientboosting.GradientBoostingClassifier.Builder
-
Sets the fraction of features to consider when looking for the best split.
- maxFeatures(MaxFeaturesType) - Method in class com.workfusion.vds.sdk.ml.sklearn.randomforest.RandomForestClassifier.Builder
-
Sets the maximum number of features to consider when looking for the best split.
- maxFeatures(int) - Method in class com.workfusion.vds.sdk.ml.sklearn.randomforest.RandomForestClassifier.Builder
-
Sets the maximum number of features to consider when looking for the best split.
- maxFeatures(double) - Method in class com.workfusion.vds.sdk.ml.sklearn.randomforest.RandomForestClassifier.Builder
-
Sets the fraction of features to consider when looking for the best split.
- maxFeatureSize(Integer) - Method in class com.workfusion.vds.sdk.ml.vw.VowpalWabbitClassifier.Builder
-
- MaxFeaturesType - Enum in com.workfusion.vds.sdk.ml.sklearn.decisiontree.parameters
-
The enum Max features preset.
- MaxFeaturesType - Enum in com.workfusion.vds.sdk.ml.sklearn.extratree.parameters
-
The enum Max features preset.
- MaxFeaturesType - Enum in com.workfusion.vds.sdk.ml.sklearn.extratrees.parameters
-
The enum Max features preset.
- MaxFeaturesType - Enum in com.workfusion.vds.sdk.ml.sklearn.gradientboosting.parameters
-
The enum Max features preset.
- MaxFeaturesType - Enum in com.workfusion.vds.sdk.ml.sklearn.randomforest.parameters
-
The enum Max features preset.
- maxIterations(int) - Method in class com.workfusion.vds.sdk.ml.sklearn.linearsvc.LinearSupportVectorClassifier.Builder
-
Sets the maximum number of iterations to be run.
- maxIterations(int) - Method in class com.workfusion.vds.sdk.ml.sklearn.logisticregression.LogisticRegression.Builder
-
Sets the maximum number of iterations to be run.
- maxIterations(int) - Method in class com.workfusion.vds.sdk.ml.sklearn.logisticregression.LogisticRegressionCV.Builder
-
Sets the maximum number of iterations to be run.
- maxIterations(int) - Method in class com.workfusion.vds.sdk.ml.sklearn.sgd.StochasticGradientDescentClassifier.Builder
-
Sets the maximum number of iterations to be run.
- maxIterationsRange(DiscreteMultipliedRange) - Method in class com.workfusion.vds.sdk.ml.sklearn.linearsvc.LinearSupportVectorParamGridClassifier.Builder
-
- maxLeafNodes(Integer) - Method in class com.workfusion.vds.sdk.ml.sklearn.decisiontree.DecisionTreeClassifier.Builder
-
Sets max leaf nodes.
- maxLeafNodes(Integer) - Method in class com.workfusion.vds.sdk.ml.sklearn.extratree.ExtraTreeClassifier.Builder
-
Sets max leaf nodes.
- maxLeafNodes(Integer) - Method in class com.workfusion.vds.sdk.ml.sklearn.extratrees.ExtraTreesClassifier.Builder
-
Sets max leaf nodes.
- maxLeafNodes(Integer) - Method in class com.workfusion.vds.sdk.ml.sklearn.gradientboosting.GradientBoostingClassifier.Builder
-
Sets max leaf nodes.
- maxLeafNodes(Integer) - Method in class com.workfusion.vds.sdk.ml.sklearn.randomforest.RandomForestClassifier.Builder
-
Sets max leaf nodes.
- maxSamples(double) - Method in class com.workfusion.vds.sdk.ml.sklearn.bagging.BaggingClassifier.Builder
-
Sets the fraction of samples to draw from data set to train each base estimator.
- maxSamples(int) - Method in class com.workfusion.vds.sdk.ml.sklearn.bagging.BaggingClassifier.Builder
-
Sets the maximum number of samples to draw from data set to train each base estimator.
- mentionType - Variable in class com.workfusion.vds.sdk.nlp.component.annotator.ner.BaseNerAnnotator
-
- MIN_FEATURES_FREQUENCY - Static variable in class com.workfusion.vds.sdk.model.nlp.generic.GenericPipelineConfiguration
-
Parameter to define the minimum frequency of the feature required to include it to the model.
- minImpurityDecrease(double) - Method in class com.workfusion.vds.sdk.ml.sklearn.decisiontree.DecisionTreeClassifier.Builder
-
Sets min impurity decrease.
- minImpurityDecrease(double) - Method in class com.workfusion.vds.sdk.ml.sklearn.extratree.ExtraTreeClassifier.Builder
-
Sets min impurity decrease.
- minImpurityDecrease(double) - Method in class com.workfusion.vds.sdk.ml.sklearn.extratrees.ExtraTreesClassifier.Builder
-
Sets min impurity decrease.
- minImpurityDecrease(double) - Method in class com.workfusion.vds.sdk.ml.sklearn.gradientboosting.GradientBoostingClassifier.Builder
-
Sets min impurity decrease.
- minImpurityDecrease(double) - Method in class com.workfusion.vds.sdk.ml.sklearn.randomforest.RandomForestClassifier.Builder
-
Sets min impurity decrease.
- minSamplesLeaf(int) - Method in class com.workfusion.vds.sdk.ml.sklearn.decisiontree.DecisionTreeClassifier.Builder
-
Sets the minimum number of samples required to be at a leaf node.
- minSamplesLeaf(double) - Method in class com.workfusion.vds.sdk.ml.sklearn.decisiontree.DecisionTreeClassifier.Builder
-
Sets the minimum number of samples required to be at a leaf node (the fraction of the samples).
- minSamplesLeaf(int) - Method in class com.workfusion.vds.sdk.ml.sklearn.extratree.ExtraTreeClassifier.Builder
-
Set the minimum number of samples required to be at a leaf node.
- minSamplesLeaf(double) - Method in class com.workfusion.vds.sdk.ml.sklearn.extratree.ExtraTreeClassifier.Builder
-
Sets the minimum number of samples required to be at a leaf node (the fraction of the samples).
- minSamplesLeaf(int) - Method in class com.workfusion.vds.sdk.ml.sklearn.extratrees.ExtraTreesClassifier.Builder
-
Set the minimum number of samples required to be at a leaf node.
- minSamplesLeaf(double) - Method in class com.workfusion.vds.sdk.ml.sklearn.extratrees.ExtraTreesClassifier.Builder
-
Sets the minimum number of samples required to be at a leaf node (the fraction of the samples).
- minSamplesLeaf(int) - Method in class com.workfusion.vds.sdk.ml.sklearn.gradientboosting.GradientBoostingClassifier.Builder
-
Sets the minimum number of samples required to be at a leaf node.
- minSamplesLeaf(double) - Method in class com.workfusion.vds.sdk.ml.sklearn.gradientboosting.GradientBoostingClassifier.Builder
-
Sets the minimum fraction of samples required to be at a leaf node.
- minSamplesLeaf(int) - Method in class com.workfusion.vds.sdk.ml.sklearn.randomforest.RandomForestClassifier.Builder
-
Sets the minimum number of samples required to be at a leaf node.
- minSamplesLeaf(double) - Method in class com.workfusion.vds.sdk.ml.sklearn.randomforest.RandomForestClassifier.Builder
-
Sets the minimum number of samples required to be at a leaf node (the fraction of the samples).
- minSamplesLeafRange(DiscreteMultipliedRange) - Method in class com.workfusion.vds.sdk.ml.sklearn.randomforest.RandomForestParamGridClassifier.Builder
-
- minSamplesSplit(double) - Method in class com.workfusion.vds.sdk.ml.sklearn.decisiontree.DecisionTreeClassifier.Builder
-
Sets the minimum number of samples required to split an internal node (the fraction of the samples).
- minSamplesSplit(int) - Method in class com.workfusion.vds.sdk.ml.sklearn.decisiontree.DecisionTreeClassifier.Builder
-
Sets the minimum number of samples required to split an internal node.
- minSamplesSplit(double) - Method in class com.workfusion.vds.sdk.ml.sklearn.extratree.ExtraTreeClassifier.Builder
-
Sets the minimum number of samples required to split an internal node (the fraction of the samples).
- minSamplesSplit(int) - Method in class com.workfusion.vds.sdk.ml.sklearn.extratree.ExtraTreeClassifier.Builder
-
Sets the minimum number of samples required to split an internal node.
- minSamplesSplit(double) - Method in class com.workfusion.vds.sdk.ml.sklearn.extratrees.ExtraTreesClassifier.Builder
-
Sets the minimum number of samples required to split an internal node (the fraction of the samples).
- minSamplesSplit(int) - Method in class com.workfusion.vds.sdk.ml.sklearn.extratrees.ExtraTreesClassifier.Builder
-
Sets the minimum number of samples required to split an internal node.
- minSamplesSplit(double) - Method in class com.workfusion.vds.sdk.ml.sklearn.gradientboosting.GradientBoostingClassifier.Builder
-
Sets the minimum fraction of samples required to split an internal node.
- minSamplesSplit(int) - Method in class com.workfusion.vds.sdk.ml.sklearn.gradientboosting.GradientBoostingClassifier.Builder
-
Sets the minimum number of samples required to split an internal node.
- minSamplesSplit(double) - Method in class com.workfusion.vds.sdk.ml.sklearn.randomforest.RandomForestClassifier.Builder
-
Sets the minimum number of samples required to split an internal node (the fraction of the samples).
- minSamplesSplit(int) - Method in class com.workfusion.vds.sdk.ml.sklearn.randomforest.RandomForestClassifier.Builder
-
Sets the minimum number of samples required to split an internal node.
- minWeightFractionLeaf(double) - Method in class com.workfusion.vds.sdk.ml.sklearn.decisiontree.DecisionTreeClassifier.Builder
-
Sets the minimum weighted fraction of the sum total of weights (of all the input samples) required to be at a leaf node.
- minWeightFractionLeaf(double) - Method in class com.workfusion.vds.sdk.ml.sklearn.extratree.ExtraTreeClassifier.Builder
-
Sets the minimum weighted fraction of the sum total of weights (of all the input samples) required to be at a leaf node.
- minWeightFractionLeaf(double) - Method in class com.workfusion.vds.sdk.ml.sklearn.extratrees.ExtraTreesClassifier.Builder
-
Sets the minimum weighted fraction of the sum total of weights (of all the input samples) required to be at a leaf node.
- minWeightFractionLeaf(double) - Method in class com.workfusion.vds.sdk.ml.sklearn.gradientboosting.GradientBoostingClassifier.Builder
-
Sets the minimum weighted fraction of the sum total of weights (of all the input samples) required to be at a leaf node.
- minWeightFractionLeaf(double) - Method in class com.workfusion.vds.sdk.ml.sklearn.randomforest.RandomForestClassifier.Builder
-
Sets the minimum weighted fraction of the sum total of weights (of all the input samples) required to be at a leaf node.
- ModelConfiguration - Annotation Type in com.workfusion.vds.sdk.api.hypermodel.annotation
-
Class-level annotation to declare a class as a part of hyper-model configuration.
- ModelDescription - Annotation Type in com.workfusion.vds.sdk.api.hypermodel.annotation
-
Class-level annotation that is used to define model description: code, version, title, description etc.
- ModelEvaluationResult - Class in com.workfusion.vds.sdk.nlp.component.statistics.model
-
This class represents result of model evaluation.
- ModelEvaluationResult.Builder - Class in com.workfusion.vds.sdk.nlp.component.statistics.model
-
- modelName - Variable in class com.workfusion.automl.ml.python.BasePythonFeaturesExtractor.Builder
-
The Model name.
- modelName(String) - Method in class com.workfusion.automl.ml.python.BasePythonFeaturesExtractor.Builder
-
Set a model name.
- modelName(String) - Method in class com.workfusion.vds.sdk.ml.dp.bolton.linear.BaseDpLinearClassifier.Builder
-
- modelName - Variable in class com.workfusion.vds.sdk.ml.python.BasePythonClassifier.Builder
-
The Model name.
- modelName(String) - Method in class com.workfusion.vds.sdk.ml.python.BasePythonClassifier.Builder
-
Set a model name.
- modelName(String) - Method in class com.workfusion.vds.sdk.ml.sklearn.adaboost.AdaBoostClassifier.Builder
-
- modelName(String) - Method in class com.workfusion.vds.sdk.ml.sklearn.bagging.BaggingClassifier.Builder
-
- modelName(String) - Method in class com.workfusion.vds.sdk.ml.sklearn.decisiontree.DecisionTreeClassifier.Builder
-
- modelName(String) - Method in class com.workfusion.vds.sdk.ml.sklearn.extratree.ExtraTreeClassifier.Builder
-
- modelName(String) - Method in class com.workfusion.vds.sdk.ml.sklearn.extratrees.ExtraTreesClassifier.Builder
-
- modelName(String) - Method in class com.workfusion.vds.sdk.ml.sklearn.gradientboosting.GradientBoostingClassifier.Builder
-
- modelName(String) - Method in class com.workfusion.vds.sdk.ml.sklearn.kneighbors.KNeighborsClassifier.Builder
-
- modelName(String) - Method in class com.workfusion.vds.sdk.ml.sklearn.linearsvc.LinearSupportVectorClassifier.Builder
-
- modelName(String) - Method in class com.workfusion.vds.sdk.ml.sklearn.logisticregression.LogisticRegression.Builder
-
- modelName(String) - Method in class com.workfusion.vds.sdk.ml.sklearn.logisticregression.LogisticRegressionCV.Builder
-
- modelName(String) - Method in class com.workfusion.vds.sdk.ml.sklearn.mnb.MultinomialNaiveBayesClassifier.Builder
-
- modelName(String) - Method in class com.workfusion.vds.sdk.ml.sklearn.randomforest.RandomForestClassifier.Builder
-
- modelName(String) - Method in class com.workfusion.vds.sdk.ml.sklearn.sgd.StochasticGradientDescentClassifier.Builder
-
- ModelRunner - Class in com.workfusion.vds.sdk.run
-
Model runner for training and execution.
- ModelRunner() - Constructor for class com.workfusion.vds.sdk.run.ModelRunner
-
- ModelSerializer<C extends Classifier> - Interface in com.workfusion.vds.sdk.api.ml.serialize
-
The general interface for python classifier serializers.
- momentum(double) - Method in class com.workfusion.vds.sdk.ml.dp.bolton.linear.BaseDpLinearClassifier.Builder
-
Sets the momentum.
- MULTI_CLASS - Static variable in class com.workfusion.vds.sdk.model.nlp.generic.GenericPipelineConfiguration
-
- multiClass(MultiClassType) - Method in class com.workfusion.vds.sdk.ml.sklearn.linearsvc.LinearSupportVectorClassifier.Builder
-
Sets the multi-class strategy if y contains more than two classes.
- multiClass(MultiClassType) - Method in class com.workfusion.vds.sdk.ml.sklearn.logisticregression.LogisticRegression.Builder
-
Sets the multi-class strategy if y contains more than two classes.
- multiClass(MultiClassType) - Method in class com.workfusion.vds.sdk.ml.sklearn.logisticregression.LogisticRegressionCV.Builder
-
Sets the multi-class strategy if y contains more than two classes.
- MultiClassType - Enum in com.workfusion.vds.sdk.ml.sklearn.linearsvc.parameters
-
The enum Multi class.
- MultiClassType - Enum in com.workfusion.vds.sdk.ml.sklearn.logisticregression.parameters
-
The enum Multi class.
- MultiDictionaryDataProvider - Class in com.workfusion.vds.sdk.nlp.component.dictionary
-
- MultiDictionaryDataProvider(CsvDictionaryKeywordProvider...) - Constructor for class com.workfusion.vds.sdk.nlp.component.dictionary.MultiDictionaryDataProvider
-
- MultinomialNaiveBayesClassifier - Class in com.workfusion.vds.sdk.ml.sklearn.mnb
-
The type Naive Bayes classifier for multinomial models.
- MultinomialNaiveBayesClassifier(MultinomialNaiveBayesClassifier.Builder) - Constructor for class com.workfusion.vds.sdk.ml.sklearn.mnb.MultinomialNaiveBayesClassifier
-
Creates new BasePythonClassifier instance.
- MultinomialNaiveBayesClassifier.Builder - Class in com.workfusion.vds.sdk.ml.sklearn.mnb
-
The type Builder.
- MultinomialNaiveBayesClassifierSerializer - Class in com.workfusion.vds.sdk.ml.sklearn.mnb
-
The type Naive Bayes classifier for multinomial models serializer.
- MultinomialNaiveBayesClassifierSerializer() - Constructor for class com.workfusion.vds.sdk.ml.sklearn.mnb.MultinomialNaiveBayesClassifierSerializer
-
- P - Static variable in class com.workfusion.vds.sdk.nlp.component.statistics.printer.BaseIePerFieldCSVPrinter
-
- Page - Interface in com.workfusion.vds.sdk.api.nlp.model
-
The Page interface represents a page in the document.
- Page.Descriptor - Class in com.workfusion.vds.sdk.api.nlp.model
-
- PARAM_ALGORITHM - Static variable in class com.workfusion.vds.sdk.ml.sklearn.adaboost.constant.AdaBoostConstants
-
Real boosting algorithm.
- PARAM_APPLY_L2_NORM - Static variable in class com.workfusion.vds.sdk.model.nlp.generic.GenericPipelineConfiguration
-
Parameter to define to apply or not to apply l2 normalization.
- PARAM_BOOTSTRAP - Static variable in class com.workfusion.vds.sdk.ml.sklearn.randomforest.constant.RandomForestConstants
-
Whether bootstrap samples are used when building trees.
- PARAM_CLASS_WEIGHT - Static variable in class com.workfusion.vds.sdk.ml.sklearn.linearsvc.constant.LinearSupportVectorConstants
-
Set the parameter C of class i to class_weight[i]*C for SVC.
- PARAM_CLASS_WEIGHT - Static variable in class com.workfusion.vds.sdk.ml.sklearn.logisticregression.constants.LogisticRegressionConstants
-
Weights associated with classes in the form {class_label: weight}.
- PARAM_CLASS_WEIGHT - Static variable in class com.workfusion.vds.sdk.ml.sklearn.randomforest.constant.RandomForestConstants
-
Weights associated with classes in the form {class_label: weight}.
- PARAM_CRITERION - Static variable in class com.workfusion.vds.sdk.ml.sklearn.randomforest.constant.RandomForestConstants
-
The function to measure the quality of a split.
- PARAM_DUAL - Static variable in class com.workfusion.vds.sdk.ml.sklearn.linearsvc.constant.LinearSupportVectorConstants
-
Select the algorithm to either solve the dual or primal optimization problem.
- PARAM_DUAL - Static variable in class com.workfusion.vds.sdk.ml.sklearn.logisticregression.constants.LogisticRegressionConstants
-
Dual or primal formulation.
- PARAM_FIT_INTERCEPT - Static variable in class com.workfusion.vds.sdk.ml.sklearn.linearsvc.constant.LinearSupportVectorConstants
-
Whether to calculate the intercept for this model.
- PARAM_FIT_INTERCEPT - Static variable in class com.workfusion.vds.sdk.ml.sklearn.logisticregression.constants.LogisticRegressionConstants
-
Specifies if a constant (a.k.a.
- PARAM_INTERCEPT_SCALING - Static variable in class com.workfusion.vds.sdk.ml.sklearn.linearsvc.constant.LinearSupportVectorConstants
-
When fit_intercept is True, instance vector x becomes [x, intercept_scaling],
i.e.
- PARAM_INTERCEPT_SCALING - Static variable in class com.workfusion.vds.sdk.ml.sklearn.logisticregression.constants.LogisticRegressionConstants
-
Useful only when the solver ‘liblinear’ is used and self.fit_intercept is set to True.
- PARAM_JOBS - Static variable in class com.workfusion.vds.sdk.ml.sklearn.logisticregression.constants.LogisticRegressionConstants
-
Number of CPU cores used when parallelizing over classes if multi_class=’ovr’”.
- PARAM_LEARNING_RATE - Static variable in class com.workfusion.vds.sdk.ml.sklearn.adaboost.constant.AdaBoostConstants
-
Learning rate shrinks the contribution of each classifier by learning_rate.
- PARAM_LOSS - Static variable in class com.workfusion.vds.sdk.ml.sklearn.linearsvc.constant.LinearSupportVectorConstants
-
Specifies the loss function.
- PARAM_MAX_DEPTH - Static variable in class com.workfusion.vds.sdk.ml.sklearn.randomforest.constant.RandomForestConstants
-
The maximum depth of the tree.
- PARAM_MAX_FEATURES - Static variable in class com.workfusion.vds.sdk.ml.sklearn.randomforest.constant.RandomForestConstants
-
The number of features to consider when looking for the best split.
- PARAM_MAX_ITERATIONS - Static variable in class com.workfusion.vds.sdk.ml.sklearn.linearsvc.constant.LinearSupportVectorConstants
-
The maximum number of iterations to be run.
- PARAM_MAX_ITERATIONS - Static variable in class com.workfusion.vds.sdk.ml.sklearn.logisticregression.constants.LogisticRegressionConstants
-
Maximum number of iterations taken for the solvers to converge.
- PARAM_MAX_LEAF_NODES - Static variable in class com.workfusion.vds.sdk.ml.sklearn.randomforest.constant.RandomForestConstants
-
Grow trees with max_leaf_nodes in best-first fashion.
- PARAM_MIN_IMPURITY_DECREASE - Static variable in class com.workfusion.vds.sdk.ml.sklearn.randomforest.constant.RandomForestConstants
-
A node will be split if this split induces a decrease of the impurity greater than or equal to this value.
- PARAM_MIN_SAMPLES_LEAF - Static variable in class com.workfusion.vds.sdk.ml.sklearn.randomforest.constant.RandomForestConstants
-
The minimum number of samples required to be at a leaf node.
- PARAM_MIN_SAMPLES_SPLIT - Static variable in class com.workfusion.vds.sdk.ml.sklearn.randomforest.constant.RandomForestConstants
-
The minimum number of samples required to split an internal node.
- PARAM_MIN_WEIGHT_FRACTION_LEAF - Static variable in class com.workfusion.vds.sdk.ml.sklearn.randomforest.constant.RandomForestConstants
-
The minimum weighted fraction of the sum total of weights (of all the input samples) required to be at a leaf node.
- PARAM_MULTI_CLASS - Static variable in class com.workfusion.vds.sdk.ml.sklearn.linearsvc.constant.LinearSupportVectorConstants
-
Determines the multi-class strategy if y contains more than two classes.
- PARAM_MULTI_CLASS - Static variable in class com.workfusion.vds.sdk.ml.sklearn.logisticregression.constants.LogisticRegressionConstants
-
If the option chosen is ‘ovr’, then a binary problem is fit for each label.
- PARAM_NORMALIZATION_DICTIONARY_PATH - Static variable in class com.workfusion.vds.sdk.model.nlp.generic.GenericPipelineConfiguration
-
- PARAM_NORMALIZATION_PATTERN - Static variable in class com.workfusion.vds.sdk.model.nlp.generic.GenericPipelineConfiguration
-
- PARAM_NUMBER_OF_ESTIMATORS - Static variable in class com.workfusion.vds.sdk.ml.sklearn.adaboost.constant.AdaBoostConstants
-
The maximum number of estimators at which boosting is terminated.
- PARAM_NUMBER_OF_ESTIMATORS - Static variable in class com.workfusion.vds.sdk.ml.sklearn.randomforest.constant.RandomForestConstants
-
The number of trees in the forest.
- PARAM_NUMBER_OF_PARALLEL_JOBS - Static variable in class com.workfusion.vds.sdk.ml.sklearn.randomforest.constant.RandomForestConstants
-
The number of jobs to run in parallel.
- PARAM_OOB_SCORE - Static variable in class com.workfusion.vds.sdk.ml.sklearn.randomforest.constant.RandomForestConstants
-
Whether to use out-of-bag samples to estimate the generalization accuracy.
- PARAM_PENALTY - Static variable in class com.workfusion.vds.sdk.ml.sklearn.linearsvc.constant.LinearSupportVectorConstants
-
Specifies the norm used in the penalization.
- PARAM_PENALTY - Static variable in class com.workfusion.vds.sdk.ml.sklearn.logisticregression.constants.LogisticRegressionConstants
-
Used to specify the norm used in the penalization.
- PARAM_PENALTY_COEFFICIENT - Static variable in class com.workfusion.vds.sdk.ml.sklearn.linearsvc.constant.LinearSupportVectorConstants
-
Regularization parameter.
- PARAM_PENALTY_COEFFICIENT - Static variable in class com.workfusion.vds.sdk.ml.sklearn.logisticregression.constants.LogisticRegressionConstants
-
Inverse of regularization strength; must be a positive float.
- PARAM_PIPELINE_TYPE - Static variable in class com.workfusion.vds.sdk.run.config.BaseRunnerConfiguration
-
- PARAM_SEED - Static variable in class com.workfusion.vds.sdk.ml.sklearn.adaboost.constant.AdaBoostConstants
-
The seed used by the random number generator.
- PARAM_SEED - Static variable in class com.workfusion.vds.sdk.ml.sklearn.linearsvc.constant.LinearSupportVectorConstants
-
The seed of the pseudo random number generator to use when shuffling the data for the dual coordinate descent (if dual=true).
- PARAM_SEED - Static variable in class com.workfusion.vds.sdk.ml.sklearn.logisticregression.constants.LogisticRegressionConstants
-
The seed of the pseudo random number generator to use when shuffling the data.
- PARAM_SEED - Static variable in class com.workfusion.vds.sdk.ml.sklearn.randomforest.constant.RandomForestConstants
-
Controls both the randomness of the bootstrapping of the samples used when building trees (if bootstrap=True)
and the sampling of the features to consider when looking for the best split at each node (if max_features < n_features).
- PARAM_SOLVER - Static variable in class com.workfusion.vds.sdk.ml.sklearn.logisticregression.constants.LogisticRegressionConstants
-
Algorithm to use in the optimization problem.
- PARAM_TOLERANCE - Static variable in class com.workfusion.vds.sdk.ml.sklearn.linearsvc.constant.LinearSupportVectorConstants
-
Tolerance for stopping criteria.
- PARAM_TOLERANCE - Static variable in class com.workfusion.vds.sdk.ml.sklearn.logisticregression.constants.LogisticRegressionConstants
-
Tolerance for stopping criteria.
- PARAM_VERBOSE - Static variable in class com.workfusion.vds.sdk.ml.sklearn.linearsvc.constant.LinearSupportVectorConstants
-
Enable verbose output.
- PARAM_VERBOSE - Static variable in class com.workfusion.vds.sdk.ml.sklearn.logisticregression.constants.LogisticRegressionConstants
-
For the liblinear and lbfgs solvers set verbose to any positive number for verbosity.
- PARAM_VERBOSE - Static variable in class com.workfusion.vds.sdk.ml.sklearn.randomforest.constant.RandomForestConstants
-
Controls the verbosity when fitting and predicting.
- PARAM_WARM_START - Static variable in class com.workfusion.vds.sdk.ml.sklearn.logisticregression.constants.LogisticRegressionConstants
-
When set to True, reuse the solution of the previous call to fit as initialization, otherwise, just erase the previous solution.
- PARAM_WARM_START - Static variable in class com.workfusion.vds.sdk.ml.sklearn.randomforest.constant.RandomForestConstants
-
When set to True, reuse the solution of the previous call to fit and add more estimators to the ensemble,
otherwise, just fit a whole new forest.
- parameter(String, Object) - Method in class com.workfusion.vds.sdk.api.hypermodel.pipeline.PipelineConfiguration.Builder
-
Defines a parameter by its name and value
- parameter(String, Object) - Method in class com.workfusion.vds.sdk.ml.generic.GenericPythonClassifier.Builder
-
Sets custom parameter.
- parameter(String, Object) - Method in class com.workfusion.vds.sdk.ml.vw.VowpalWabbitClassifier.Builder
-
- parameters - Variable in class com.workfusion.vds.sdk.ml.generic.GenericPythonClassifier.Builder
-
Generalized (customizable) model parameters (
Map)
- parameters - Variable in class com.workfusion.vds.sdk.ml.generic.GenericPythonClassifier
-
The parameters (
Map) of the model.
- parameters(Map<String, Object>) - Method in class com.workfusion.vds.sdk.ml.vw.VowpalWabbitClassifier.Builder
-
- parameters - Variable in class com.workfusion.vds.sdk.nlp.component.pipeline.BaseConfigurationContext
-
- parameters - Variable in class com.workfusion.vds.sdk.run.config.BaseLocalTrainingConfiguration.Builder
-
- parameters(Map<String, Object>) - Method in class com.workfusion.vds.sdk.run.config.BaseLocalTrainingConfiguration.Builder
-
Additional parameters for training run.
- parameters - Variable in class com.workfusion.vds.sdk.run.config.BaseRunnerConfiguration
-
- parameters(Map<String, Object>) - Method in class com.workfusion.vds.sdk.run.config.ClusterTrainingConfiguration.Builder
-
Training parameters.
- parameters(Map<String, Object>) - Method in class com.workfusion.vds.sdk.run.config.LocalExecutionConfiguration.Builder
-
Additional parameters for extraction run.
- parameters(Map<String, Object>) - Method in class com.workfusion.vds.sdk.run.config.LocalTrainingConfiguration.Builder
-
Additional parameters for training run.
- ParameterSpace - Class in com.workfusion.vds.sdk.api.hpo
-
HPO Parameter space configuration DTO.
- ParameterSpace.Builder - Class in com.workfusion.vds.sdk.api.hpo
-
Builder class to produce ParameterSpace instances.
- ParameterUtils - Class in com.workfusion.vds.sdk.nlp.component.util
-
Utility class that contains methods for convenient usage of parameters represented as
Map.
- ParamGridClassifier - Interface in com.workfusion.vds.sdk.api.ml
-
- parseDate(String, LocalDate) - Method in class com.workfusion.vds.sdk.nlp.component.processing.normalization.TextToDateNormalizer
-
- parseInteger(String[]) - Method in class com.workfusion.vds.sdk.nlp.component.processing.normalization.TextToIntegerNormalizer
-
- parseKeywords(CSVParser) - Method in class com.workfusion.vds.sdk.nlp.component.dictionary.CsvDictionaryKeywordProvider
-
Accept an instance of csv parser for one of the dictionary files and collect a list of keywords from that file.
- parseNumber(String) - Method in class com.workfusion.vds.sdk.nlp.component.processing.normalization.OcrAmountNormalizer
-
- passes(Integer) - Method in class com.workfusion.vds.sdk.ml.vw.VowpalWabbitClassifier.Builder
-
- pattern - Variable in class com.workfusion.vds.sdk.nlp.component.annotator.ner.BaseRegexNerAnnotator
-
- pattern - Variable in class com.workfusion.vds.sdk.nlp.component.annotator.tokenizer.TokenAnnotator
-
- pattern - Variable in class com.workfusion.vds.sdk.nlp.component.processing.DateNormalizationPostProcessor
-
- PatternCache - Class in com.workfusion.vds.sdk.nlp.component.annotator
-
Class to store caching data for Java and Re2J patterns.
- PatternCache() - Constructor for class com.workfusion.vds.sdk.nlp.component.annotator.PatternCache
-
- PatternReplacerNormalizer - Class in com.workfusion.vds.sdk.nlp.component.processing.normalization.text
-
Text normalizer with capability to replace N occurrences of provided pattern to the new string segment.
- PatternReplacerNormalizer(Pattern, String, int) - Constructor for class com.workfusion.vds.sdk.nlp.component.processing.normalization.text.PatternReplacerNormalizer
-
Initializes a newly created object of PatternReplacerNormalizer.
- PatternReplacerNormalizer(Pattern, String) - Constructor for class com.workfusion.vds.sdk.nlp.component.processing.normalization.text.PatternReplacerNormalizer
-
Initializes a newly created object of PatternReplacerNormalizer with pattern working in replace-all mode.
- patternType - Variable in class com.workfusion.vds.sdk.nlp.component.annotator.ner.BaseRegexNerAnnotator
-
- PatternType - Enum in com.workfusion.vds.sdk.nlp.component.annotator
-
Type of regex pattern.
- penalty(PenaltyType) - Method in class com.workfusion.vds.sdk.ml.sklearn.linearsvc.LinearSupportVectorClassifier.Builder
-
Sets the norm used in the penalization.
- penalty(PenaltyType) - Method in class com.workfusion.vds.sdk.ml.sklearn.logisticregression.LogisticRegression.Builder
-
Sets the norm used in the penalization.
- penalty(PenaltyType) - Method in class com.workfusion.vds.sdk.ml.sklearn.logisticregression.LogisticRegressionCV.Builder
-
Sets the norm used in the penalization.
- penalty(PenaltyType) - Method in class com.workfusion.vds.sdk.ml.sklearn.sgd.StochasticGradientDescentClassifier.Builder
-
Sets the norm used in the penalization.
- penaltyCoefficient(double) - Method in class com.workfusion.vds.sdk.ml.dp.bolton.linear.BaseDpLinearClassifier.Builder
-
Sets the penaltyCoefficient value.
- penaltyCoefficient(double) - Method in class com.workfusion.vds.sdk.ml.sklearn.linearsvc.LinearSupportVectorClassifier.Builder
-
Sets penalty coefficient of the error term.
- penaltyCoefficient(double) - Method in class com.workfusion.vds.sdk.ml.sklearn.logisticregression.LogisticRegression.Builder
-
Sets penalty coefficient of the error term.
- penaltyCoefficientRange(RealMultipliedRange) - Method in class com.workfusion.vds.sdk.ml.sklearn.linearsvc.LinearSupportVectorParamGridClassifier.Builder
-
- penaltyCoefficientRange(RealMultipliedRange) - Method in class com.workfusion.vds.sdk.ml.sklearn.logisticregression.LogisticRegressionParamGridClassifier.Builder
-
- penaltyCoefficientsGrid(int) - Method in class com.workfusion.vds.sdk.ml.sklearn.logisticregression.LogisticRegressionCV.Builder
-
Sets penalty coefficients grid.
- PenaltyType - Enum in com.workfusion.vds.sdk.ml.sklearn.linearsvc.parameters
-
The enum Penalty.
- PenaltyType - Enum in com.workfusion.vds.sdk.ml.sklearn.logisticregression.parameters
-
The enum Penalty.
- PenaltyType - Enum in com.workfusion.vds.sdk.ml.sklearn.sgd.parameters
-
The enum Penalty.
- penaltyTypes(List<PenaltyType>) - Method in class com.workfusion.vds.sdk.ml.sklearn.linearsvc.LinearSupportVectorParamGridClassifier.Builder
-
- penaltyTypes(List<PenaltyType>) - Method in class com.workfusion.vds.sdk.ml.sklearn.logisticregression.LogisticRegressionParamGridClassifier.Builder
-
- PipelineConfiguration - Class in com.workfusion.vds.sdk.api.hypermodel.pipeline
-
Parameters that are used to build a pipeline.
- PipelineConfiguration.Builder - Class in com.workfusion.vds.sdk.api.hypermodel.pipeline
-
- pkgResources - Variable in class com.workfusion.automl.ml.python.BasePythonFeaturesExtractor.Builder
-
The list of python packages paths in resources directory to unpack on initialization stage.
- pkgResources(List<String>) - Method in class com.workfusion.automl.ml.python.BasePythonFeaturesExtractor.Builder
-
Set paths to python packages in resources.
- Position - Class in com.workfusion.vds.sdk.nlp.component.util
-
Utility class to define position of some span in text: token, line, block etc.
- Position(int, int) - Constructor for class com.workfusion.vds.sdk.nlp.component.util.Position
-
Create position for given begin and end.
- PositionBasedGroupingProcessor - Class in com.workfusion.vds.sdk.nlp.component.processing.grouping
-
The PositionBasedGroupingProcessor could be applied to documents with tables.
- PositionBasedGroupingProcessor() - Constructor for class com.workfusion.vds.sdk.nlp.component.processing.grouping.PositionBasedGroupingProcessor
-
- PositionBasedGroupingProcessor(Collection<String>) - Constructor for class com.workfusion.vds.sdk.nlp.component.processing.grouping.PositionBasedGroupingProcessor
-
- PositionInCoveringFE<SEARCH extends Element,FOCUS extends Element> - Class in com.workfusion.vds.sdk.nlp.component.fe
-
Gets the index of the focus Element in the covering search Element.
- PositionInCoveringFE(Class<FOCUS>, Class<SEARCH>) - Constructor for class com.workfusion.vds.sdk.nlp.component.fe.PositionInCoveringFE
-
- power(int) - Method in class com.workfusion.vds.sdk.ml.sklearn.kneighbors.KNeighborsClassifier.Builder
-
Sets the power parameter for the Minkowski metric.
- powerT(double) - Method in class com.workfusion.vds.sdk.ml.sklearn.sgd.StochasticGradientDescentClassifier.Builder
-
Sets the exponent for inverse scaling learning rate.
- precision(double) - Method in class com.workfusion.vds.sdk.nlp.component.statistics.model.ModelEvaluationResult.Builder
-
Set precision.
- predict(Record) - Method in class com.workfusion.vds.sdk.ml.python.BasePythonClassifier
-
Apply the python classifier to the data record.
- predict(Record) - Method in interface com.workfusion.vds.sdk.ml.python.PythonClassifier
-
- Prediction - Class in com.workfusion.vds.sdk.api.ml
-
The type Prediction describes results of the classification for the data set record.
- Prediction.Builder - Class in com.workfusion.vds.sdk.api.ml
-
The type Builder.
- PredictionResult - Class in com.workfusion.vds.sdk.api.ml
-
The type PredictionResult describes the result of the category predict.
- PredictionResult.Builder - Class in com.workfusion.vds.sdk.api.ml
-
The type Builder.
- preprocessText(SmartReplacer) - Method in class com.workfusion.vds.sdk.nlp.component.annotator.ner.AhoCorasickDictionaryNerAnnotator
-
- presort(boolean) - Method in class com.workfusion.vds.sdk.ml.sklearn.decisiontree.DecisionTreeClassifier.Builder
-
Sets whether to presort the data to speed up the finding of best splits in fitting
- presort(PresortType) - Method in class com.workfusion.vds.sdk.ml.sklearn.gradientboosting.GradientBoostingClassifier.Builder
-
Sets whether to presort the data to speed up the finding of best splits in fitting.
- presort(boolean) - Method in class com.workfusion.vds.sdk.ml.sklearn.gradientboosting.GradientBoostingClassifier.Builder
-
Sets whether to presort the data to speed up the finding of best splits in fitting.
- PresortType - Enum in com.workfusion.vds.sdk.ml.sklearn.gradientboosting.parameters
-
The enum Presort type.
- PreviousElementSameLineKeywordsMatchFE<SEARCH extends Element,FOCUS extends Element> - Class in com.workfusion.vds.sdk.nlp.component.fe
-
Determines if are keywords matches in the same line in the non-empty Element preceding the current Element covering the focus Line.
- PreviousElementSameLineKeywordsMatchFE(Class<SEARCH>, Collection<String>) - Constructor for class com.workfusion.vds.sdk.nlp.component.fe.PreviousElementSameLineKeywordsMatchFE
-
- print(Collection<IeDocumentResult>, Path) - Method in class com.workfusion.vds.sdk.nlp.component.statistics.printer.BaseIeGoldVsExtractedPrinter
-
- print(Collection<IeDocumentResult>, Path) - Method in class com.workfusion.vds.sdk.nlp.component.statistics.printer.BaseIePerFieldCSVPrinter
-
- print(Collection<ClassificationDocumentResult>, Path) - Method in class com.workfusion.vds.sdk.nlp.component.statistics.printer.ClassificationGoldVsExtractedCSVPrinter
-
- print(Collection<ClassificationDocumentResult>, Path) - Method in class com.workfusion.vds.sdk.nlp.component.statistics.printer.ClassificationPerLabelCSVPrinter
-
- print(Collection<ClassificationDocumentResult>, Path) - Method in class com.workfusion.vds.sdk.nlp.component.statistics.printer.ConfusionMatrixCSVPrinter
-
- print(Collection<IeDocumentResult>, Path, UnaryOperator<Collection<FieldResult>>) - Method in class com.workfusion.vds.sdk.nlp.component.statistics.printer.IeGoldVsExtractedCSVPrinter
-
- print(Collection<IeDocumentResult>, Path, UnaryOperator<Collection<GroupFieldResult>>) - Method in class com.workfusion.vds.sdk.nlp.component.statistics.printer.IeGoldVsExtractedPerGroupCSVPrinter
-
- print(Collection<D>, Path) - Method in interface com.workfusion.vds.sdk.nlp.component.statistics.printer.StatisticsPrinter
-
This method accept a collection of
DocumentResult over all dataset to perform some calculation actions and print results into
final format.
- printChildField(GroupFieldResult, String, CSVPrinter) - Method in class com.workfusion.vds.sdk.nlp.component.statistics.printer.IeGoldVsExtractedPerGroupCSVPrinter
-
Prints records about all children for group field.
- printer(StatisticsPrinter<O>) - Method in class com.workfusion.vds.sdk.nlp.component.statistics.BaseStatisticsCalculator
-
Add statistic printer.
- PrinterUtils - Class in com.workfusion.vds.sdk.nlp.component.util
-
Utility class for statistics printers.
- printField(FieldResult, String, CSVPrinter) - Method in class com.workfusion.vds.sdk.nlp.component.statistics.printer.IeGoldVsExtractedCSVPrinter
-
Prints information about one mapped field.
- printForAllFields(Collection<IeDocumentResult>, Path, StatisticsEvaluationType) - Method in class com.workfusion.vds.sdk.nlp.component.statistics.printer.BaseIeGoldVsExtractedPrinter
-
Prints result statistics into file for all fields.
- printForAllFields(Collection<IeDocumentResult>, Path, StatisticsEvaluationType) - Method in class com.workfusion.vds.sdk.nlp.component.statistics.printer.IeGoldVsExtractedCSVPrinter
-
- printForAllFields(Collection<IeDocumentResult>, Path, StatisticsEvaluationType) - Method in class com.workfusion.vds.sdk.nlp.component.statistics.printer.IeGoldVsExtractedPerGroupCSVPrinter
-
- printGroupField(GroupFieldResult, String, CSVPrinter) - Method in class com.workfusion.vds.sdk.nlp.component.statistics.printer.IeGoldVsExtractedPerGroupCSVPrinter
-
Prints record about group field.
- printLabel(LabelResult, String, CSVPrinter) - Method in class com.workfusion.vds.sdk.nlp.component.statistics.printer.ClassificationGoldVsExtractedCSVPrinter
-
Prints label data.
- printPerField(Collection<IeDocumentResult>, Path, StatisticsEvaluationType) - Method in class com.workfusion.vds.sdk.nlp.component.statistics.printer.BaseIeGoldVsExtractedPrinter
-
Prints result statistics into file per field.
- printPerField(Collection<IeDocumentResult>, Path, StatisticsEvaluationType) - Method in class com.workfusion.vds.sdk.nlp.component.statistics.printer.IeGoldVsExtractedCSVPrinter
-
- printPerField(Collection<IeDocumentResult>, Path, StatisticsEvaluationType) - Method in class com.workfusion.vds.sdk.nlp.component.statistics.printer.IeGoldVsExtractedPerGroupCSVPrinter
-
- printRecord(Collection<ClassificationDocumentResult>, String, CSVPrinter) - Method in class com.workfusion.vds.sdk.nlp.component.statistics.printer.ClassificationPerLabelCSVPrinter
-
Print label results.
- printRecord(Collection<ClassificationDocumentResult>, Set<String>, String, CSVPrinter) - Method in class com.workfusion.vds.sdk.nlp.component.statistics.printer.ConfusionMatrixCSVPrinter
-
Print label results.
- process(T) - Method in interface com.workfusion.vds.sdk.api.nlp.annotator.Annotator
-
Applies custom logic upon document.
- process(T) - Method in interface com.workfusion.vds.sdk.api.nlp.processing.Processor
-
Applies custom logic upon document.
- process(I) - Method in interface com.workfusion.vds.sdk.api.nlp.statistics.StatisticsCalculator
-
Accepts document to process and produces statistic result for that document.
- process(Document) - Method in class com.workfusion.vds.sdk.nlp.component.annotator.EntityBoundaryAnnotator
-
- process(Document) - Method in class com.workfusion.vds.sdk.nlp.component.annotator.ner.BaseNerAnnotator
-
- process(Document) - Method in class com.workfusion.vds.sdk.nlp.component.annotator.tokenizer.TokenAnnotator
-
- process(IeDocument) - Method in class com.workfusion.vds.sdk.nlp.component.processing.CheckerModelPostProcessor
-
- process(IeDocument) - Method in class com.workfusion.vds.sdk.nlp.component.processing.DataValueNormalizationProcessor
-
- process(IeDocument) - Method in class com.workfusion.vds.sdk.nlp.component.processing.DateNormalizationPostProcessor
-
- process(IeDocument) - Method in class com.workfusion.vds.sdk.nlp.component.processing.grouping.BaseGroupingProcessor
-
- process(IeDocument) - Method in class com.workfusion.vds.sdk.nlp.component.processing.NormalizerProcessor
-
- process(IeDocument) - Method in class com.workfusion.vds.sdk.nlp.component.processing.SelectedNormalizersProcessor
-
- process(ClassificationDocument) - Method in class com.workfusion.vds.sdk.nlp.component.statistics.ClassificationStatisticsCalculator
-
- process(IeDocument) - Method in class com.workfusion.vds.sdk.nlp.component.statistics.IeStatisticsCalculator
-
- ProcessingException - Exception in com.workfusion.vds.sdk.api.nlp.processing
-
Thrown to indicate that there is an error due to post-processing.
- ProcessingException(Throwable) - Constructor for exception com.workfusion.vds.sdk.api.nlp.processing.ProcessingException
-
- ProcessingException(String) - Constructor for exception com.workfusion.vds.sdk.api.nlp.processing.ProcessingException
-
- ProcessingException(String, Throwable) - Constructor for exception com.workfusion.vds.sdk.api.nlp.processing.ProcessingException
-
- Processor<T extends Document> - Interface in com.workfusion.vds.sdk.api.nlp.processing
-
The Processor interface represents component that is responsible for quality improvement after machine-learning.
- Produces - Annotation Type in com.workfusion.vds.sdk.api.nlp.annotation
-
Define a list of element types that will be produced by ML-SDK component.
- PUNCT_INCLUDED - Static variable in class com.workfusion.vds.sdk.model.nlp.generic.GenericPipelineConfiguration
-
- PunctuationRemoveNormalizer - Class in com.workfusion.vds.sdk.nlp.component.processing.normalization.text
-
Text normalizer with capability to replace N occurrences of punctuation marks entry in string.
- PunctuationRemoveNormalizer() - Constructor for class com.workfusion.vds.sdk.nlp.component.processing.normalization.text.PunctuationRemoveNormalizer
-
- PythonClassifier - Interface in com.workfusion.vds.sdk.ml.python
-
- VALIDATION_MODE - Static variable in class com.workfusion.vds.sdk.ml.liblinear.constant.LiblinearConstants
-
Sets amount of folds for cross validation.
- VALIDATION_MODE_ARG - Static variable in class com.workfusion.vds.sdk.ml.liblinear.constant.LiblinearConstants
-
- value - Variable in class com.workfusion.vds.sdk.api.nlp.fe.Feature
-
- value(String) - Method in class com.workfusion.vds.sdk.nlp.component.statistics.model.StatisticsField.Builder
-
Set field value.
- VALUE_BASED_EVALUATON - Static variable in class com.workfusion.vds.sdk.model.nlp.generic.GenericPipelineConfiguration
-
- valueOf(String) - Static method in enum com.workfusion.vds.sdk.api.hpo.Dimension.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.workfusion.vds.sdk.api.ml.dataset.DatasetFormatType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.workfusion.vds.sdk.api.nlp.fe.annotation.IndexType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.workfusion.vds.sdk.ml.dp.bolton.linear.parameters.SampleWeightsType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.workfusion.vds.sdk.ml.liblinear.LiblinearClassifier.Solver
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.workfusion.vds.sdk.ml.sklearn.adaboost.parameters.AlgorithmType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.workfusion.vds.sdk.ml.sklearn.decisiontree.parameters.ClassWeightType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.workfusion.vds.sdk.ml.sklearn.decisiontree.parameters.CriterionType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.workfusion.vds.sdk.ml.sklearn.decisiontree.parameters.MaxFeaturesType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.workfusion.vds.sdk.ml.sklearn.decisiontree.parameters.SplitterType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.workfusion.vds.sdk.ml.sklearn.extratree.parameters.ClassWeightType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.workfusion.vds.sdk.ml.sklearn.extratree.parameters.CriterionType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.workfusion.vds.sdk.ml.sklearn.extratree.parameters.MaxFeaturesType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.workfusion.vds.sdk.ml.sklearn.extratree.parameters.SplitterType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.workfusion.vds.sdk.ml.sklearn.extratrees.parameters.ClassWeightType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.workfusion.vds.sdk.ml.sklearn.extratrees.parameters.CriterionType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.workfusion.vds.sdk.ml.sklearn.extratrees.parameters.MaxFeaturesType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.workfusion.vds.sdk.ml.sklearn.gradientboosting.parameters.CriterionType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.workfusion.vds.sdk.ml.sklearn.gradientboosting.parameters.LossFunctionType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.workfusion.vds.sdk.ml.sklearn.gradientboosting.parameters.MaxFeaturesType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.workfusion.vds.sdk.ml.sklearn.gradientboosting.parameters.PresortType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.workfusion.vds.sdk.ml.sklearn.kneighbors.parameters.AlgorithmType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.workfusion.vds.sdk.ml.sklearn.kneighbors.parameters.DistanceMetricType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.workfusion.vds.sdk.ml.sklearn.kneighbors.parameters.WeightFunctionType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.workfusion.vds.sdk.ml.sklearn.linearsvc.parameters.ClassWeightType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.workfusion.vds.sdk.ml.sklearn.linearsvc.parameters.LossFunctionType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.workfusion.vds.sdk.ml.sklearn.linearsvc.parameters.MultiClassType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.workfusion.vds.sdk.ml.sklearn.linearsvc.parameters.PenaltyType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.workfusion.vds.sdk.ml.sklearn.logisticregression.parameters.ClassWeightType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.workfusion.vds.sdk.ml.sklearn.logisticregression.parameters.MultiClassType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.workfusion.vds.sdk.ml.sklearn.logisticregression.parameters.PenaltyType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.workfusion.vds.sdk.ml.sklearn.logisticregression.parameters.ScoringFunctionType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.workfusion.vds.sdk.ml.sklearn.logisticregression.parameters.SolverType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.workfusion.vds.sdk.ml.sklearn.randomforest.parameters.ClassWeightType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.workfusion.vds.sdk.ml.sklearn.randomforest.parameters.CriterionType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.workfusion.vds.sdk.ml.sklearn.randomforest.parameters.MaxFeaturesType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.workfusion.vds.sdk.ml.sklearn.sgd.parameters.ClassWeightType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.workfusion.vds.sdk.ml.sklearn.sgd.parameters.LearningRateType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.workfusion.vds.sdk.ml.sklearn.sgd.parameters.LossFunctionType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.workfusion.vds.sdk.ml.sklearn.sgd.parameters.PenaltyType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.workfusion.vds.sdk.ml.vw.VowpalWabbitClassifier.LossFunction
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.workfusion.vds.sdk.nlp.component.annotator.PatternType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.workfusion.vds.sdk.nlp.component.dictionary.KeywordActionType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.workfusion.vds.sdk.nlp.component.processing.normalization.DateFormatPriority
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.workfusion.vds.sdk.nlp.component.statistics.model.ReasonType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.workfusion.vds.sdk.nlp.component.statistics.model.ResultType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.workfusion.vds.sdk.nlp.component.statistics.StatisticsEvaluationType
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.workfusion.vds.sdk.api.hpo.Dimension.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.workfusion.vds.sdk.api.ml.dataset.DatasetFormatType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.workfusion.vds.sdk.api.nlp.fe.annotation.IndexType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.workfusion.vds.sdk.ml.dp.bolton.linear.parameters.SampleWeightsType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.workfusion.vds.sdk.ml.liblinear.LiblinearClassifier.Solver
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.workfusion.vds.sdk.ml.sklearn.adaboost.parameters.AlgorithmType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.workfusion.vds.sdk.ml.sklearn.decisiontree.parameters.ClassWeightType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.workfusion.vds.sdk.ml.sklearn.decisiontree.parameters.CriterionType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.workfusion.vds.sdk.ml.sklearn.decisiontree.parameters.MaxFeaturesType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.workfusion.vds.sdk.ml.sklearn.decisiontree.parameters.SplitterType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.workfusion.vds.sdk.ml.sklearn.extratree.parameters.ClassWeightType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.workfusion.vds.sdk.ml.sklearn.extratree.parameters.CriterionType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.workfusion.vds.sdk.ml.sklearn.extratree.parameters.MaxFeaturesType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.workfusion.vds.sdk.ml.sklearn.extratree.parameters.SplitterType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.workfusion.vds.sdk.ml.sklearn.extratrees.parameters.ClassWeightType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.workfusion.vds.sdk.ml.sklearn.extratrees.parameters.CriterionType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.workfusion.vds.sdk.ml.sklearn.extratrees.parameters.MaxFeaturesType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.workfusion.vds.sdk.ml.sklearn.gradientboosting.parameters.CriterionType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.workfusion.vds.sdk.ml.sklearn.gradientboosting.parameters.LossFunctionType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.workfusion.vds.sdk.ml.sklearn.gradientboosting.parameters.MaxFeaturesType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.workfusion.vds.sdk.ml.sklearn.gradientboosting.parameters.PresortType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.workfusion.vds.sdk.ml.sklearn.kneighbors.parameters.AlgorithmType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.workfusion.vds.sdk.ml.sklearn.kneighbors.parameters.DistanceMetricType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.workfusion.vds.sdk.ml.sklearn.kneighbors.parameters.WeightFunctionType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.workfusion.vds.sdk.ml.sklearn.linearsvc.parameters.ClassWeightType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.workfusion.vds.sdk.ml.sklearn.linearsvc.parameters.LossFunctionType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.workfusion.vds.sdk.ml.sklearn.linearsvc.parameters.MultiClassType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.workfusion.vds.sdk.ml.sklearn.linearsvc.parameters.PenaltyType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.workfusion.vds.sdk.ml.sklearn.logisticregression.parameters.ClassWeightType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.workfusion.vds.sdk.ml.sklearn.logisticregression.parameters.MultiClassType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.workfusion.vds.sdk.ml.sklearn.logisticregression.parameters.PenaltyType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.workfusion.vds.sdk.ml.sklearn.logisticregression.parameters.ScoringFunctionType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.workfusion.vds.sdk.ml.sklearn.logisticregression.parameters.SolverType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.workfusion.vds.sdk.ml.sklearn.randomforest.parameters.ClassWeightType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.workfusion.vds.sdk.ml.sklearn.randomforest.parameters.CriterionType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.workfusion.vds.sdk.ml.sklearn.randomforest.parameters.MaxFeaturesType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.workfusion.vds.sdk.ml.sklearn.sgd.parameters.ClassWeightType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.workfusion.vds.sdk.ml.sklearn.sgd.parameters.LearningRateType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.workfusion.vds.sdk.ml.sklearn.sgd.parameters.LossFunctionType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.workfusion.vds.sdk.ml.sklearn.sgd.parameters.PenaltyType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.workfusion.vds.sdk.ml.vw.VowpalWabbitClassifier.LossFunction
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.workfusion.vds.sdk.nlp.component.annotator.PatternType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.workfusion.vds.sdk.nlp.component.dictionary.KeywordActionType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.workfusion.vds.sdk.nlp.component.processing.normalization.DateFormatPriority
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.workfusion.vds.sdk.nlp.component.statistics.model.ReasonType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.workfusion.vds.sdk.nlp.component.statistics.model.ResultType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.workfusion.vds.sdk.nlp.component.statistics.StatisticsEvaluationType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- verbose(int) - Method in class com.workfusion.vds.sdk.ml.dp.bolton.linear.BaseDpLinearClassifier.Builder
-
Sets verbose level.
- verbose(boolean) - Method in class com.workfusion.vds.sdk.ml.sklearn.bagging.BaggingClassifier.Builder
-
Sets whether verbose mode is used.
- verbose(boolean) - Method in class com.workfusion.vds.sdk.ml.sklearn.extratrees.ExtraTreesClassifier.Builder
-
Sets whether verbose mode is used.
- verbose(boolean) - Method in class com.workfusion.vds.sdk.ml.sklearn.gradientboosting.GradientBoostingClassifier.Builder
-
Sets whether verbose mode is used.
- verbose(boolean) - Method in class com.workfusion.vds.sdk.ml.sklearn.linearsvc.LinearSupportVectorClassifier.Builder
-
Sets whether verbose mode is used.
- verbose(boolean) - Method in class com.workfusion.vds.sdk.ml.sklearn.logisticregression.LogisticRegression.Builder
-
Sets whether verbose mode is used.
- verbose(boolean) - Method in class com.workfusion.vds.sdk.ml.sklearn.logisticregression.LogisticRegressionCV.Builder
-
Sets whether verbose mode is used.
- verbose(boolean) - Method in class com.workfusion.vds.sdk.ml.sklearn.randomforest.RandomForestClassifier.Builder
-
Sets whether warm start is used.
- verbose(boolean) - Method in class com.workfusion.vds.sdk.ml.sklearn.sgd.StochasticGradientDescentClassifier.Builder
-
Sets whether verbose mode is used.
- VowpalWabbitClassifier - Class in com.workfusion.vds.sdk.ml.vw
-
Class to store possible training arguments for Vowpal Wabbit.
- VowpalWabbitClassifier.Builder - Class in com.workfusion.vds.sdk.ml.vw
-
- VowpalWabbitClassifier.LossFunction - Enum in com.workfusion.vds.sdk.ml.vw
-