Java org.apache.mahout.classifier.sgd ModelDissector fields, constructors, methods, implement or subclass

Example usage for Java org.apache.mahout.classifier.sgd ModelDissector fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.mahout.classifier.sgd ModelDissector.

The text is from its open source code.

Constructor

Method

Listsummary(int n)
Returns the n most important features with their weights, most important category and the top few categories that they affect.
voidupdate(Vector features, Map> traceDictionary, AbstractVectorClassifier learner)
Probes a model to determine the effect of a particular variable.