Java Code Examples for weka.core.Option#getOptionsForHierarchy()

The following examples show how to use weka.core.Option#getOptionsForHierarchy() . You can vote up the ones you like or vote down the ones you don't like, and go to the original project or source file by following the links above each example. You may check out the related API usage on the sidebar.
Example 1
Source File: LocalResponseNormalization.java    From wekaDeeplearning4j with GNU General Public License v3.0 2 votes vote down vote up
/**
 * Gets the current settings of the Classifier.
 *
 * @return an array of strings suitable for passing to setOptions
 */
@Override
public String[] getOptions() {
  return Option.getOptionsForHierarchy(this, super.getClass());
}
 
Example 2
Source File: AdaGrad.java    From wekaDeeplearning4j with GNU General Public License v3.0 2 votes vote down vote up
/**
 * Gets the current settings of the Classifier.
 *
 * @return an array of strings suitable for passing to setOptions
 */
@Override
public String[] getOptions() {
  return Option.getOptionsForHierarchy(this, super.getClass());
}
 
Example 3
Source File: AdaMax.java    From wekaDeeplearning4j with GNU General Public License v3.0 2 votes vote down vote up
/**
 * Gets the current settings of the Classifier.
 *
 * @return an array of strings suitable for passing to setOptions
 */
@Override
public String[] getOptions() {
  return Option.getOptionsForHierarchy(this, super.getClass());
}
 
Example 4
Source File: CnnTextFilesEmbeddingInstanceIterator.java    From wekaDeeplearning4j with GNU General Public License v3.0 2 votes vote down vote up
/**
 * Gets the current settings of the Classifier.
 *
 * @return an array of strings suitable for passing to setOptions
 */
@Override
public String[] getOptions() {
  return Option.getOptionsForHierarchy(this, super.getClass());
}
 
Example 5
Source File: DefaultTokenizerFactory.java    From wekaDeeplearning4j with GNU General Public License v3.0 2 votes vote down vote up
/**
 * Gets the current settings of the Classifier.
 *
 * @return an array of strings suitable for passing to setOptions
 */
@Override
public String[] getOptions() {
  return Option.getOptionsForHierarchy(this, super.getClass());
}
 
Example 6
Source File: FeedForwardLayer.java    From wekaDeeplearning4j with GNU General Public License v3.0 2 votes vote down vote up
/**
 * Gets the current settings of the Classifier.
 *
 * @return an array of strings suitable for passing to setOptions
 */
@Override
public String[] getOptions() {
  return Option.getOptionsForHierarchy(this, super.getClass());
}
 
Example 7
Source File: AdaMax.java    From wekaDeeplearning4j with GNU General Public License v3.0 2 votes vote down vote up
/**
 * Gets the current settings of the Classifier.
 *
 * @return an array of strings suitable for passing to setOptions
 */
@Override
public String[] getOptions() {
  return Option.getOptionsForHierarchy(this, super.getClass());
}
 
Example 8
Source File: NGramTokenizerFactoryImpl.java    From wekaDeeplearning4j with GNU General Public License v3.0 2 votes vote down vote up
/**
 * Gets the current settings of the Classifier.
 *
 * @return an array of strings suitable for passing to setOptions
 */
@Override
public String[] getOptions() {
  return Option.getOptionsForHierarchy(this, super.getClass());
}
 
Example 9
Source File: InverseSchedule.java    From wekaDeeplearning4j with GNU General Public License v3.0 2 votes vote down vote up
/**
 * Gets the current settings of the Classifier.
 *
 * @return an array of strings suitable for passing to setOptions
 */
@Override
public String[] getOptions() {
  return Option.getOptionsForHierarchy(this, super.getClass());
}
 
Example 10
Source File: DenseLayer.java    From wekaDeeplearning4j with GNU General Public License v3.0 2 votes vote down vote up
/**
 * Gets the current settings of the Classifier.
 *
 * @return an array of strings suitable for passing to setOptions
 */
@Override
public String[] getOptions() {
  return Option.getOptionsForHierarchy(this, super.getClass());
}
 
Example 11
Source File: DropoutLayer.java    From wekaDeeplearning4j with GNU General Public License v3.0 2 votes vote down vote up
/**
 * Gets the current settings of the Classifier.
 *
 * @return an array of strings suitable for passing to setOptions
 */
@Override
public String[] getOptions() {
  return Option.getOptionsForHierarchy(this, super.getClass());
}
 
Example 12
Source File: NoParamLayer.java    From wekaDeeplearning4j with GNU General Public License v3.0 2 votes vote down vote up
/**
 * Gets the current settings of the Classifier.
 *
 * @return an array of strings suitable for passing to setOptions
 */
@Override
public String[] getOptions() {
  return Option.getOptionsForHierarchy(this, super.getClass());
}
 
Example 13
Source File: Dropout.java    From wekaDeeplearning4j with GNU General Public License v3.0 2 votes vote down vote up
/**
 * Gets the current settings of the Classifier.
 *
 * @return an array of strings suitable for passing to setOptions
 */
@Override
public String[] getOptions() {
  return Option.getOptionsForHierarchy(this, super.getClass());
}
 
Example 14
Source File: GaussianNoise.java    From wekaDeeplearning4j with GNU General Public License v3.0 2 votes vote down vote up
/**
 * Gets the current settings of the Classifier.
 *
 * @return an array of strings suitable for passing to setOptions
 */
@Override
public String[] getOptions() {
  return Option.getOptionsForHierarchy(this, super.getClass());
}
 
Example 15
Source File: DepthwiseConvolution2DLayer.java    From wekaDeeplearning4j with GNU General Public License v3.0 2 votes vote down vote up
/**
 * Gets the current settings of the Classifier.
 *
 * @return an array of strings suitable for passing to setOptions
 */
@Override
public String[] getOptions() {
  return Option.getOptionsForHierarchy(this, super.getClass());
}
 
Example 16
Source File: ImageInstanceIterator.java    From wekaDeeplearning4j with GNU General Public License v3.0 2 votes vote down vote up
/**
 * Gets the current settings of the Classifier.
 *
 * @return an array of strings suitable for passing to setOptions
 */
@Override
public String[] getOptions() {
  return Option.getOptionsForHierarchy(this, super.getClass());
}
 
Example 17
Source File: StemmingPreProcessor.java    From wekaDeeplearning4j with GNU General Public License v3.0 2 votes vote down vote up
/**
 * Gets the current settings of the Classifier.
 *
 * @return an array of strings suitable for passing to setOptions
 */
@Override
public String[] getOptions() {
  return Option.getOptionsForHierarchy(this, super.getClass());
}
 
Example 18
Source File: CharacterNGramTokenizerFactory.java    From wekaDeeplearning4j with GNU General Public License v3.0 2 votes vote down vote up
/**
 * Gets the current settings of the Classifier.
 *
 * @return an array of strings suitable for passing to setOptions
 */
@Override
public String[] getOptions() {
  return Option.getOptionsForHierarchy(this, super.getClass());
}
 
Example 19
Source File: DenseLayer.java    From wekaDeeplearning4j with GNU General Public License v3.0 2 votes vote down vote up
/**
 * Gets the current settings of the Classifier.
 *
 * @return an array of strings suitable for passing to setOptions
 */
@Override
public String[] getOptions() {
  return Option.getOptionsForHierarchy(this, super.getClass());
}
 
Example 20
Source File: DropConnect.java    From wekaDeeplearning4j with GNU General Public License v3.0 2 votes vote down vote up
/**
 * Gets the current settings of the Classifier.
 *
 * @return an array of strings suitable for passing to setOptions
 */
@Override
public String[] getOptions() {
  return Option.getOptionsForHierarchy(this, super.getClass());
}