jp.crestmuse.cmx.inference
クラス MusicRepresentation.MusicElement

java.lang.Object
  上位を拡張 jp.crestmuse.cmx.inference.MusicRepresentation.MusicElement
含まれているクラス:
MusicRepresentation

public class MusicRepresentation.MusicElement
extends java.lang.Object


コンストラクタの概要
MusicRepresentation.MusicElement(MusicRepresentation.Type type, int index)
           
 
メソッドの概要
 int getHighestProbIndex()
           
 java.lang.String getLabel(int i)
           
 double getProb(int i)
           
 int getRankedProbIndex(int rank)
           
 int indexOf(java.lang.String s)
           
 void setEvidence(int i)
           
 void setProb(int i, double value)
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

MusicRepresentation.MusicElement

public MusicRepresentation.MusicElement(MusicRepresentation.Type type,
                                        int index)
メソッドの詳細

getProb

public double getProb(int i)

getHighestProbIndex

public int getHighestProbIndex()

getRankedProbIndex

public int getRankedProbIndex(int rank)

setEvidence

public void setEvidence(int i)

setProb

public void setProb(int i,
                    double value)

getLabel

public java.lang.String getLabel(int i)

indexOf

public int indexOf(java.lang.String s)