Smile - Scala
3.1.0
Smile - Scala
API
smile
association
$dummy
cas
Abs
Add
AddMatrix
AddVector
ArcCos
ArcCot
ArcSin
ArcTan
Ceil
Const
ConstMatrix
ConstVector
Cos
Cot
DiagonalMatrix
Div
Exp
Floor
GradientVector
IdentityMatrix
InnerProduct
Int2Scalar
IntAdd
IntConst
IntDiv
IntMul
IntNeg
IntPower
IntScalar
IntSub
IntVal
IntVar
Log
Matrix
MatrixInverse
MatrixProduct
MatrixTranspose
MatrixVar
MatrixVectorProduct
Mod
Mul
Neg
NegMatrix
NegVector
OneMatrix
OneVector
OuterProduct
Power
Round
RowMatrix
Scalar
ScalarMatrixProduct
ScalarVectorProduct
Sin
Sub
Tan
TangentMatrix
TangentVector
Tensor
Val
Var
Vars
Vector
VectorVal
VectorVar
ZeroMatrix
ZeroVector
classification
$dummy
clustering
$dummy
data
formula
FormulaBuilder
DataFrameOps
TupleOps
feature.extraction
$dummy
manifold
$dummy
math
distance
Hamming
MeanMahanttan
PatternDifference
ShapeDifference
SizeDifference
Vari
AbsMatrix
AbsVector
AcosMatrix
AcosVector
AsinMatrix
AsinVector
AtanMatrix
AtanVector
Ax
CbrtMatrix
CbrtVector
CeilMatrix
CeilVector
ExpMatrix
ExpVector
Expm1Matrix
Expm1Vector
FloorMatrix
FloorVector
Log10Matrix
Log10Vector
Log1pMatrix
Log1pVector
Log2Matrix
Log2Vector
LogMatrix
LogVector
MatrixAddMatrix
MatrixAddValue
MatrixDivMatrix
MatrixDivValue
MatrixExpression
MatrixLift
MatrixMulMatrix
MatrixMulValue
MatrixMultiplication
MatrixMultiplicationChain
MatrixOrderOptimization
MatrixSubMatrix
MatrixSubValue
MatrixTranspose
RoundMatrix
RoundVector
SinMatrix
SinVector
Slice
SqrtMatrix
SqrtVector
TanMatrix
TanVector
TanhMatrix
TanhVector
ValueAddMatrix
ValueAddVector
ValueDivMatrix
ValueDivVector
ValueMulMatrix
ValueMulVector
ValueSubMatrix
ValueSubVector
VectorAddValue
VectorAddVector
VectorDivValue
VectorDivVector
VectorExpression
VectorLift
VectorMulValue
VectorMulVector
VectorSubValue
VectorSubVector
nlp
$dummy
plot
swing
CanvasWindow
Html
JWindow
JWindow
PlotGridWindow
vega
Facet
Facet
Layer
VegaLite
VegaLite
View
View
ViewComposition
ViewLayoutComposition
Render
regression
gpr
sequence
$dummy
util
time
validation
bootstrap
cv
loocv
validate
wavelet
$dummy
read
write
Smile - Scala
/
smile
/
smile.math
/
Slice
Slice
smile.math.Slice
case
class
Slice
(
start
:
Int
,
end
:
Int
,
step
:
Int
)
Python like slicing.
Attributes
Graph
Reset zoom
Hide graph
Show graph
Supertypes
trait
Serializable
trait
Product
trait
Equals
class
Object
trait
Matchable
class
Any
Show all
Members list
Clear all
Value members
Concrete methods
def
toArray
(
length
:
Int
):
Array
[
Int
]
def
toRange
(
length
:
Int
):
Range
def
~
(
step
:
Int
):
Slice
Inherited methods
def
productElementNames
:
Iterator
[
String
]
Attributes
Inherited from:
Product
def
productIterator
:
Iterator
[
Any
]
Attributes
Inherited from:
Product
In this article
Attributes
Members list
Value members
Concrete methods
Inherited methods