Java org.apache.mahout.classifier.df.data DescriptorUtils fields, constructors, methods, implement or subclass

Example usage for Java org.apache.mahout.classifier.df.data DescriptorUtils fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.mahout.classifier.df.data DescriptorUtils.

The text is from its open source code.

Method

StringgenerateDescriptor(CharSequence description)
Generates a valid descriptor string from a user-friendly representation.
for example "3 N I N N 2 C L 5 I" generates "N N N I N N C C L I I I I I".
this useful when describing datasets with a large number of attributes
StringgenerateDescriptor(Iterable tokens)
Generates a valid descriptor string from a list of tokens
Attribute[]parseDescriptor(CharSequence descriptor)
Parses a descriptor string and generates the corresponding array of Attributes